File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Sonarcloud status:
4141
4242Download the executable jar at [ jcenter] ( https://jcenter.bintray.com/org/itsallcode/openfasttrace/ ) :
4343
44- * [ openfasttrace-1.1 .0.jar] ( https://jcenter.bintray.com/org/itsallcode/openfasttrace/1.1 .0/openfasttrace-1.1 .0.jar )
44+ * [ openfasttrace-1.2 .0.jar] ( https://jcenter.bintray.com/org/itsallcode/openfasttrace/1.2 .0/openfasttrace-1.2 .0.jar )
4545
4646### Maven
4747
@@ -52,7 +52,7 @@ To use OpenFastTrace as a dependency in your maven project add this to your `pom
5252 <dependency >
5353 <groupId >org.itsallcode</groupId >
5454 <artifactId >openfasttrace</artifactId >
55- <version >1.1 .0</version >
55+ <version >1.2 .0</version >
5656 <scope >compile</scope >
5757 </dependency >
5858</dependencies >
@@ -67,7 +67,7 @@ repositories {
6767 jcenter()
6868}
6969dependencies {
70- compile "org.itsallcode:openfasttrace:1.1 .0"
70+ compile "org.itsallcode:openfasttrace:1.2 .0"
7171}
7272```
7373
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.itsallcode</groupId >
55 <artifactId >openfasttrace</artifactId >
6- <version >1.1 .0</version >
6+ <version >1.2 .0</version >
77 <name >OpenFastTrace</name >
88 <description >Free requirement tracking suite</description >
99 <url >https://github.com/itsallcode/openfasttrace</url >
You can’t perform that action at this time.
0 commit comments