Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvirtanen committed Dec 25, 2015
1 parent 58270a5 commit 7afbf12
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion parity-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jvirtanen.parity</groupId>
<artifactId>parity-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>parity-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parity-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jvirtanen.parity</groupId>
<artifactId>parity-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>parity-file</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parity-match-perf-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jvirtanen.parity</groupId>
<artifactId>parity-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>parity-match-perf-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parity-match/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jvirtanen.parity</groupId>
<artifactId>parity-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>parity-match</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parity-net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jvirtanen.parity</groupId>
<artifactId>parity-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>parity-net</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parity-reporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jvirtanen.parity</groupId>
<artifactId>parity-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>parity-reporter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parity-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jvirtanen.parity</groupId>
<artifactId>parity-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>parity-system</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parity-ticker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jvirtanen.parity</groupId>
<artifactId>parity-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>parity-ticker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parity-top/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jvirtanen.parity</groupId>
<artifactId>parity-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>parity-top</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parity-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jvirtanen.parity</groupId>
<artifactId>parity-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>parity-util</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.jvirtanen.parity</groupId>
<artifactId>parity-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>pom</packaging>

<name>Parity (Parent)</name>
Expand All @@ -29,7 +29,7 @@
<connection>scm:git:git@github.com:jvirtanen/parity.git</connection>
<developerConnection>scm:git:git@github.com:jvirtanen/parity.git</developerConnection>
<url>https://github.com/jvirtanen/parity</url>
<tag>HEAD</tag>
<tag>0.3.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit 7afbf12

Please sign in to comment.