Skip to content

Commit

Permalink
Version changed to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbondin committed Jul 8, 2021
1 parent 0ba8827 commit c6238f6
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ru.stm-labs.rpc</groupId>
<artifactId>rpc-dependencies</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../rpc-dependencies</relativePath>
</parent>

Expand All @@ -30,4 +30,4 @@
</dependency>

</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions example/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>ru.stm-labs.rpc</groupId>
<artifactId>rpc-dependencies</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../rpc-dependencies</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -57,4 +57,4 @@
</dependency>
</dependencies>

</project>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>ru.stm-labs.rpc</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<artifactId>rpc-platform</artifactId>

<name>STM RPC Parent</name>
Expand Down
4 changes: 2 additions & 2 deletions rpc-dependencies/pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ru.stm-labs.rpc</groupId>
<artifactId>rpc-dependencies</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<name>STM RPC bom</name>
<url>https://github.com/stm-labs/stm-rpc</url>
Expand Down Expand Up @@ -212,4 +212,4 @@
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions rpc-kafka-redis/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ru.stm-labs.rpc</groupId>
<artifactId>rpc-dependencies</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../rpc-dependencies</relativePath>
</parent>

Expand Down Expand Up @@ -45,4 +45,4 @@

</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions rpc-local-handler/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ru.stm-labs.rpc</groupId>
<artifactId>rpc-dependencies</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../rpc-dependencies</relativePath>
</parent>

Expand Down Expand Up @@ -40,4 +40,4 @@

</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions rpc-router/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ru.stm-labs.rpc</groupId>
<artifactId>rpc-dependencies</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../rpc-dependencies</relativePath>
</parent>

Expand Down Expand Up @@ -35,4 +35,4 @@

</dependencies>

</project>
</project>

0 comments on commit c6238f6

Please sign in to comment.