Skip to content

Commit

Permalink
build: bump version to 1.0.0-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisCraft committed Dec 21, 2021
1 parent a318c0c commit dafaa12
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion java-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ru.progrm-jarvis</groupId>
<artifactId>padla</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc.8</version>
</parent>
<artifactId>java-commons</artifactId>

Expand Down
8 changes: 4 additions & 4 deletions padla-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ru.progrm-jarvis</groupId>
<artifactId>padla</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc.8</version>
</parent>
<artifactId>padla-bom</artifactId>
<packaging>pom</packaging>
Expand All @@ -20,17 +20,17 @@
<dependency>
<groupId>ru.progrm-jarvis</groupId>
<artifactId>java-commons</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc.8</version>
</dependency>
<dependency>
<groupId>ru.progrm-jarvis</groupId>
<artifactId>reflector</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc.8</version>
</dependency>
<dependency>
<groupId>ru.progrm-jarvis</groupId>
<artifactId>ultimate-messenger</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc.8</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ru.progrm-jarvis</groupId>
<artifactId>padla</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc.8</version>
<modules>
<module>java-commons</module>
<module>reflector</module>
Expand Down
2 changes: 1 addition & 1 deletion reflector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ru.progrm-jarvis</groupId>
<artifactId>padla</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc.8</version>
</parent>
<artifactId>reflector</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion ultimate-messenger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ru.progrm-jarvis</groupId>
<artifactId>padla</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc.8</version>
</parent>
<artifactId>ultimate-messenger</artifactId>

Expand Down

0 comments on commit dafaa12

Please sign in to comment.