Skip to content

Commit

Permalink
Releasing version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerspitz committed Feb 25, 2022
1 parent e205ff5 commit d89953b
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven_central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
releaseversion:
description: 'Release version'
required: true
default: '1.3.2'
default: '1.3.3'
jobs:
publish:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

-----------------------
**NOTE:** CyBench services moved to dedicated host `https://app.cybench.io` from previous `https://www.gocypher.com/`.
This change is reflected in CyBench client version `1.3.2`. For previous versions, set Java System Property
This change is reflected in CyBench client version `1.3.3`. For previous versions, set Java System Property
`sendReportToURL` when running CyBench Launcher:
```cmd
-DsendReportToURL=https://app.cybench.io/gocypher-benchmarks-reports/services/v1/reports/report
Expand Down Expand Up @@ -45,7 +45,7 @@ your results.
<dependency>
<groupId>com.gocypher.cybench.client</groupId>
<artifactId>gocypher-cybench-runner</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
</dependency>
</dependencies>
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.gocypher.cybench.client</groupId>
<artifactId>gocypher-cybench-client</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>gocypher-cybench-annotations</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions gocypher-cybench-client/gocypher-cybench-comparator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Dependencies for your project:
<dependency>
<groupId>com.gocypher.cybench.client</groupId>
<artifactId>gocypher-cybench-comparator</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
<scope>test</scope>
</dependency>
```

* Gradle:
```groovy
runtime 'com.gocypher.cybench.client:gocypher-cybench-comparator:1.3.2'
runtime 'com.gocypher.cybench.client:gocypher-cybench-comparator:1.3.3'
```

## Running Cybench Comparator
Expand Down Expand Up @@ -48,7 +48,7 @@ java -jar gocypher-cybench-comparator.jar [args]
<dependency>
<groupId>com.gocypher.cybench.client</groupId>
<artifactId>gocypher-cybench-comparator</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -151,7 +151,7 @@ java -jar gocypher-cybench-comparator.jar [args]
// ...
dependencies {
// ...
cybenchComparator 'com.gocypher.cybench.client:gocypher-cybench-comparator:1.3.2'
cybenchComparator 'com.gocypher.cybench.client:gocypher-cybench-comparator:1.3.3'
}
// ...
task compareBenchmarks(type: JavaExec) {
Expand Down Expand Up @@ -179,7 +179,7 @@ java -jar gocypher-cybench-comparator.jar [args]
// ...
dependencies {
// ...
cybenchComparator ("com.gocypher.cybench.client:gocypher-cybench-comparator:1.3.2")
cybenchComparator ("com.gocypher.cybench.client:gocypher-cybench-comparator:1.3.3")
}
// ...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.gocypher.cybench.client</groupId>
<artifactId>gocypher-cybench-client</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>gocypher-cybench-comparator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gocypher-cybench-client/gocypher-cybench-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.gocypher.cybench.client</groupId>
<artifactId>gocypher-cybench-client</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>gocypher-cybench-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gocypher-cybench-client/gocypher-cybench-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.gocypher.cybench.client</groupId>
<artifactId>gocypher-cybench-client</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>gocypher-cybench-runner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gocypher-cybench-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.gocypher.cybench.client</groupId>
<artifactId>gocypher-cybench-client</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.3.3</version>
<packaging>pom</packaging>

<name>gocypher-cybench-client</name>
Expand Down

0 comments on commit d89953b

Please sign in to comment.