Skip to content

Commit

Permalink
Updated project version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exceptionfactory committed Jul 14, 2024
1 parent db4cf2e commit a91aeb7
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion jagged-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<name>jagged-api</name>
Expand Down
2 changes: 1 addition & 1 deletion jagged-bech32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<name>jagged-bech32</name>
Expand Down
14 changes: 7 additions & 7 deletions jagged-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<name>jagged-bom</name>
Expand All @@ -21,32 +21,32 @@
<dependency>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged-api</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged-framework</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged-scrypt</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged-ssh</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged-bech32</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged-x25519</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion jagged-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<name>jagged-framework</name>
Expand Down
2 changes: 1 addition & 1 deletion jagged-scrypt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<name>jagged-scrypt</name>
Expand Down
2 changes: 1 addition & 1 deletion jagged-ssh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<name>jagged-ssh</name>
Expand Down
2 changes: 1 addition & 1 deletion jagged-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<name>jagged-test</name>
Expand Down
2 changes: 1 addition & 1 deletion jagged-x25519/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<name>jagged-x25519</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>pom</packaging>

<name>jagged</name>
Expand Down

0 comments on commit a91aeb7

Please sign in to comment.