Skip to content

Commit

Permalink
Releasing version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kausandr committed Jun 8, 2021
1 parent 74b639c commit 2b8233c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>gocypher-cybench-client</artifactId>
<groupId>com.gocypher.cybench.client</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions 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.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>gocypher-cybench-core</artifactId>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.gocypher.cybench.client</groupId>
<artifactId>gocypher-cybench-annotations</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
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.1-SNAPSHOT</version>
<version>1.1.0</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 @@ -24,7 +24,7 @@

<groupId>com.gocypher.cybench.client</groupId>
<artifactId>gocypher-cybench-client</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

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

0 comments on commit 2b8233c

Please sign in to comment.