Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kopf committed Apr 12, 2021
1 parent ba4ea55 commit 9d77d6f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.spxp</groupId>
<artifactId>spxp-crypto</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<packaging>pom</packaging>

<name>SPXP Crypto</name>
Expand All @@ -29,7 +29,8 @@
<connection>scm:git:git://github.com/spxp/spxp-crypto.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spxp/spxp-crypto.git</developerConnection>
<url>https://github.com/spxp/spxp-crypto</url>
</scm>
<tag>v0.3</tag>
</scm>

<distributionManagement>
<snapshotRepository>
Expand Down
4 changes: 2 additions & 2 deletions spxp-crypto-sdk-V02/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.spxp</groupId>
<artifactId>spxp-crypto</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<artifactId>spxp-crypto-sdk-V02</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.spxp</groupId>
<artifactId>spxp-crypto-sdk</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spxp-crypto-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.spxp</groupId>
<artifactId>spxp-crypto</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<artifactId>spxp-crypto-sdk</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions spxp-crypto-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.spxp</groupId>
<artifactId>spxp-crypto</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<artifactId>spxp-crypto-tools</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.spxp</groupId>
<artifactId>spxp-crypto-sdk</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 9d77d6f

Please sign in to comment.