Skip to content

Commit

Permalink
Prepare SNAPSHOT [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Feb 28, 2024
1 parent 1e9d898 commit 2c37984
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.security</groupId>
<artifactId>security</artifactId>
<version>0.3.5</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<artifactId>cert</artifactId>
<name>OpenJAX Security Cert</name>
Expand Down
4 changes: 2 additions & 2 deletions crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.security</groupId>
<artifactId>security</artifactId>
<version>0.3.5</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<artifactId>crypto</artifactId>
<name>OpenJAX Security Crypto</name>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>lang</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion nacl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.security</groupId>
<artifactId>security</artifactId>
<version>0.3.5</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<artifactId>nacl</artifactId>
<name>OpenJAX Security NaCl</name>
Expand Down
6 changes: 3 additions & 3 deletions otp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.security</groupId>
<artifactId>security</artifactId>
<version>0.3.5</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<artifactId>otp</artifactId>
<name>OpenJAX Security OTP</name>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>util</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openjax.security</groupId>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>math</artifactId>
<version>0.6.8</version>
<version>0.6.9-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.openjax</groupId>
<artifactId>openjax</artifactId>
<version>2.5.7</version>
<version>2.5.8-SNAPSHOT</version>
</parent>
<groupId>org.openjax.security</groupId>
<artifactId>security</artifactId>
<version>0.3.5</version>
<version>0.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>OpenJAX Security</name>
<description>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.3</version>
<version>0.7.4-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 2c37984

Please sign in to comment.