Skip to content

Commit

Permalink
Updated project version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
exceptionfactory committed Jan 19, 2024
1 parent 28913e4 commit 86defde
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 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.1-SNAPSHOT</version>
<version>0.3.1</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.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<name>jagged-bech32</name>
Expand Down
12 changes: 6 additions & 6 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.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<name>jagged-bom</name>
Expand All @@ -21,27 +21,27 @@
<dependency>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged-api</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</dependency>
<dependency>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged-framework</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</dependency>
<dependency>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged-scrypt</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</dependency>
<dependency>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged-bech32</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</dependency>
<dependency>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged-x25519</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</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.1-SNAPSHOT</version>
<version>0.3.1</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.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>

<name>jagged-scrypt</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.1-SNAPSHOT</version>
<version>0.3.1</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.1-SNAPSHOT</version>
<version>0.3.1</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.1-SNAPSHOT</version>
<version>0.3.1</version>
<packaging>pom</packaging>

<name>jagged</name>
Expand Down

0 comments on commit 86defde

Please sign in to comment.