Skip to content

Commit

Permalink
Releasing v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oak committed Mar 3, 2022
1 parent 6e1d2a0 commit ccdb5c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion crypto-key-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>crypto-keys</artifactId>
<groupId>com.syntifi.crypto</groupId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions crypto-key-ed25519/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>crypto-keys</artifactId>
<groupId>com.syntifi.crypto</groupId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>com.syntifi.crypto</groupId>
<artifactId>crypto-key-common</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>com.syntifi.crypto</groupId>
<artifactId>crypto-key-common</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions crypto-key-secp256k1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>crypto-keys</artifactId>
<groupId>com.syntifi.crypto</groupId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.syntifi.crypto</groupId>
<artifactId>crypto-key-common</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>org.web3j</groupId>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.syntifi.crypto</groupId>
<artifactId>crypto-key-common</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.syntifi.crypto</groupId>
<artifactId>crypto-keys</artifactId>
<packaging>pom</packaging>
<version>0.1.0</version>
<version>0.1.1</version>
<modules>
<module>crypto-key-ed25519</module>
<module>crypto-key-secp256k1</module>
Expand Down Expand Up @@ -232,7 +232,6 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit ccdb5c8

Please sign in to comment.