Skip to content

Commit

Permalink
build: bump version to 1.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisCraft committed Feb 7, 2022
1 parent a846430 commit e431dcd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
## Supported Versions

| Version | Supported |
| ------------ | ------------------ |
| [1.0.0-rc.8] | :heavy_check_mark: |
| < 1.0.0-rc.8 | :x: |
|--------------| ------------------ |
| [1.0.0-rc.9] | :heavy_check_mark: |
| < 1.0.0-rc.9 | :x: |

## Reporting a Vulnerability

Expand Down
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.9</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.9</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.9</version>
</dependency>
<dependency>
<groupId>ru.progrm-jarvis</groupId>
<artifactId>reflector</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc.9</version>
</dependency>
<dependency>
<groupId>ru.progrm-jarvis</groupId>
<artifactId>ultimate-messenger</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc.9</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.9</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.9</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.9</version>
</parent>
<artifactId>ultimate-messenger</artifactId>

Expand Down

0 comments on commit e431dcd

Please sign in to comment.