diff --git a/README.md b/README.md
index 10af627d..ddf2e1cf 100644
--- a/README.md
+++ b/README.md
@@ -72,10 +72,10 @@ OpenFastTrace at it's core is a Java Archive (short "[JAR](https://docs.oracle.c
### Getting Pre-Built Packages
-Pre-Built JAR files (called `openfasttrace-4.1.0.jar`) are available from the following places:
+Pre-Built JAR files (called `openfasttrace-4.2.0.jar`) are available from the following places:
-* [Maven Central](https://repo1.maven.org/maven2/org/itsallcode/openfasttrace/openfasttrace/4.1.0/openfasttrace-4.1.0.jar)
-* [GitHub](https://github.com/itsallcode/openfasttrace/releases/download/4.1.0/openfasttrace-4.1.0.jar)
+* [Maven Central](https://repo1.maven.org/maven2/org/itsallcode/openfasttrace/openfasttrace/4.2.0/openfasttrace-4.2.0.jar)
+* [GitHub](https://github.com/itsallcode/openfasttrace/releases/download/4.2.0/openfasttrace-4.2.0.jar)
Check our [developer guide](doc/developer_guide.md#getting-the-openfasttrace-library) to learn how to use the OFT JAR as dependency in your own code with popular build tools.
@@ -99,7 +99,7 @@ If you just want to run OFT:
The most basic variant to run OpenFastTrace is directly from the JAR file via the command line:
```bash
-java -jar product/target/openfasttrace-4.1.0.jar trace /path/to/directory/being/traced
+java -jar product/target/openfasttrace-4.2.0.jar trace /path/to/directory/being/traced
```
If you want to run OFT automatically as part of a continuous build, we recommend using our plugins for [Gradle](https://github.com/itsallcode/openfasttrace-gradle) and [Maven](https://github.com/itsallcode/openfasttrace-maven-plugin).
diff --git a/doc/developer_guide.md b/doc/developer_guide.md
index ff7812d6..90adc09e 100644
--- a/doc/developer_guide.md
+++ b/doc/developer_guide.md
@@ -15,7 +15,7 @@ To use OpenFastTrace as a dependency in your [Maven](https://maven.apache.org) p
org.itsallcode.openfasttrace
openfasttrace
- 4.1.0
+ 4.2.0
compile
@@ -27,7 +27,7 @@ To use OpenFastTrace as a dependency in your [Gradle](https://gradle.org/) proje
```groovy
dependencies {
- compile "org.itsallcode.openfasttrace:openfasttrace:4.1.0"
+ compile "org.itsallcode.openfasttrace:openfasttrace:4.2.0"
}
```
diff --git a/parent/pom.xml b/parent/pom.xml
index add4780f..8e16325c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -10,7 +10,7 @@
Free requirement tracking suite
https://github.com/itsallcode/openfasttrace
- 4.1.0
+ 4.2.0
17
5.12.2
3.5.3