File tree Expand file tree Collapse file tree
gocypher-cybench-annotations
gocypher-cybench-comparator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 releaseversion :
77 description : ' Release version'
88 required : true
9- default : ' 1.2.0 '
9+ default : ' 1.2.1 '
1010jobs :
1111 publish :
1212 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2626 <parent >
2727 <groupId >com.gocypher.cybench.client</groupId >
2828 <artifactId >gocypher-cybench-client</artifactId >
29- <version >1.3-SNAPSHOT </version >
29+ <version >1.2.1 </version >
3030 </parent >
3131
3232 <artifactId >gocypher-cybench-annotations</artifactId >
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ Dependencies for your project:
1313 <dependency >
1414 <groupId >com.gocypher.cybench.client</groupId >
1515 <artifactId >gocypher-cybench-comparator</artifactId >
16- <version >1.2.0 </version >
16+ <version >1.2.1 </version >
1717 <scope >test</scope >
1818 </dependency >
1919 ```
2020
2121* Gradle:
2222 ```groovy
23- runtime 'com.gocypher.cybench.client:gocypher-cybench-comparator:1.2.0 '
23+ runtime 'com.gocypher.cybench.client:gocypher-cybench-comparator:1.2.1 '
2424 ```
2525
2626## Running Cybench Comparator
@@ -48,7 +48,7 @@ java -jar gocypher-cybench-comparator.jar [args]
4848 <dependency >
4949 <groupId >com.gocypher.cybench.client</groupId >
5050 <artifactId >gocypher-cybench-comparator</artifactId >
51- <version >1.2.0 </version >
51+ <version >1.2.1 </version >
5252 <scope >test</scope >
5353 </dependency >
5454 </dependencies >
@@ -150,7 +150,7 @@ java -jar gocypher-cybench-comparator.jar [args]
150150 // ...
151151 dependencies {
152152 // ...
153- cybenchComparator 'com.gocypher.cybench.client:gocypher-cybench-comparator:1.2.0 '
153+ cybenchComparator 'com.gocypher.cybench.client:gocypher-cybench-comparator:1.2.1 '
154154 }
155155 // ...
156156 task compareBenchmarks(type: JavaExec) {
@@ -178,7 +178,7 @@ java -jar gocypher-cybench-comparator.jar [args]
178178 // ...
179179 dependencies {
180180 // ...
181- cybenchComparator ("com.gocypher.cybench.client:gocypher-cybench-comparator:1.2.0 ")
181+ cybenchComparator ("com.gocypher.cybench.client:gocypher-cybench-comparator:1.2.1 ")
182182 }
183183 // ...
184184
Original file line number Diff line number Diff line change 2626 <parent >
2727 <groupId >com.gocypher.cybench.client</groupId >
2828 <artifactId >gocypher-cybench-client</artifactId >
29- <version >1.3-SNAPSHOT </version >
29+ <version >1.2.1 </version >
3030 </parent >
3131
3232 <artifactId >gocypher-cybench-comparator</artifactId >
Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >com.gocypher.cybench.client</groupId >
2727 <artifactId >gocypher-cybench-client</artifactId >
28- <version >1.3-SNAPSHOT </version >
28+ <version >1.2.1 </version >
2929 </parent >
3030
3131 <artifactId >gocypher-cybench-core</artifactId >
Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >com.gocypher.cybench.client</groupId >
2727 <artifactId >gocypher-cybench-client</artifactId >
28- <version >1.3-SNAPSHOT </version >
28+ <version >1.2.1 </version >
2929 </parent >
3030
3131 <artifactId >gocypher-cybench-runner</artifactId >
Original file line number Diff line number Diff line change 2525
2626 <groupId >com.gocypher.cybench.client</groupId >
2727 <artifactId >gocypher-cybench-client</artifactId >
28- <version >1.3-SNAPSHOT </version >
28+ <version >1.2.1 </version >
2929 <packaging >pom</packaging >
3030
3131 <name >gocypher-cybench-client</name >
You can’t perform that action at this time.
0 commit comments