Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvirtanen committed Mar 3, 2022
1 parent c706fca commit 90645c0
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion applications/binaryfile-recorder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.paritytrading.nassau</groupId>
<artifactId>nassau-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion applications/soupbintcp-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.paritytrading.nassau</groupId>
<artifactId>nassau-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/soupbintcp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.paritytrading.nassau</groupId>
<artifactId>nassau-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/soupbintcp-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.paritytrading.nassau</groupId>
<artifactId>nassau-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion libraries/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.paritytrading.nassau</groupId>
<artifactId>nassau-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion libraries/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.paritytrading.nassau</groupId>
<artifactId>nassau-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.paritytrading.nassau</groupId>
<artifactId>nassau-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>Nassau (Parent)</name>
Expand All @@ -50,7 +50,7 @@
<connection>scm:git:[email protected]:paritytrading/nassau.git</connection>
<developerConnection>scm:git:[email protected]:paritytrading/nassau.git</developerConnection>
<url>https://github.com/paritytrading/nassau</url>
<tag>HEAD</tag>
<tag>1.0.0</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/binaryfile-perf-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.paritytrading.nassau</groupId>
<artifactId>nassau-parent</artifactId>
<version>0.13.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 90645c0

Please sign in to comment.