Skip to content

Commit

Permalink
Merge pull request #313 from itsallcode/prepare-release-3.4.0
Browse files Browse the repository at this point in the history
Prepare release 3.4.0
  • Loading branch information
kaklakariada committed Jan 31, 2022
2 parents 55e9fd0 + ba39359 commit c2933e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,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-3.3.0.jar`) are available from the following places:
Pre-Built JAR files (called `openfasttrace-3.4.0.jar`) are available from the following places:

* [Maven Central](https://repo1.maven.org/maven2/org/itsallcode/openfasttrace/openfasttrace/3.3.0/openfasttrace-3.3.0.jar)
* [GitHub](https://github.com/itsallcode/openfasttrace/releases/download/3.3.0/openfasttrace-3.3.0.jar)
* [Maven Central](https://repo1.maven.org/maven2/org/itsallcode/openfasttrace/openfasttrace/3.4.0/openfasttrace-3.4.0.jar)
* [GitHub](https://github.com/itsallcode/openfasttrace/releases/download/3.4.0/openfasttrace-3.4.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.

Expand Down
4 changes: 2 additions & 2 deletions doc/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use OpenFastTrace as a dependency in your [Maven](https://maven.apache.org) p
<dependency>
<groupId>org.itsallcode.openfasttrace</groupId>
<artifactId>openfasttrace</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand All @@ -27,7 +27,7 @@ To use OpenFastTrace as a dependency in your [Gradle](https://gradle.org/) proje

```groovy
dependencies {
compile "org.itsallcode.openfasttrace:openfasttrace:3.3.0"
compile "org.itsallcode.openfasttrace:openfasttrace:3.4.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>Free requirement tracking suite</description>
<url>https://github.com/itsallcode/openfasttrace</url>
<properties>
<revision>3.3.0</revision>
<revision>3.4.0</revision>
<java.version>11</java.version>
<junit.version>5.8.2</junit.version>
<maven.surefire.version>3.0.0-M5</maven.surefire.version>
Expand Down

0 comments on commit c2933e6

Please sign in to comment.