Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pdex committed Mar 22, 2018
1 parent 829e7af commit 5cfea82
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.xjeffrose</groupId>
<artifactId>xio-parent</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.2</version>
<packaging>pom</packaging>
<name>xio-parent</name>
<description>High performance Multithreaded Async I/O for Java 8</description>
Expand All @@ -18,7 +18,7 @@
<url>https://github.com/xjdr/xio/</url>
<connection>scm:git:https://github.com/xjdr/xio.git</connection>
<developerConnection>scm:git:git@github.com:xjdr/xio.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.13.2</tag>
</scm>

<issueManagement>
Expand Down
6 changes: 3 additions & 3 deletions xio-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.xjeffrose</groupId>
<artifactId>xio-parent</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.2</version>
</parent>

<groupId>com.xjeffrose</groupId>
<artifactId>xio</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.2</version>
<packaging>jar</packaging>
<name>xio</name>
<description>High performance Multithreaded Async I/O for Java 8</description>
Expand All @@ -30,7 +30,7 @@
<url>https://github.com/xjdr/xio/</url>
<connection>scm:git:https://github.com/xjdr/xio.git</connection>
<developerConnection>scm:git:git@github.com:xjdr/xio.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.13.2</tag>
</scm>

<issueManagement>
Expand Down
6 changes: 3 additions & 3 deletions xio-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.xjeffrose</groupId>
<artifactId>xio-parent</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.2</version>
</parent>

<groupId>com.xjeffrose</groupId>
<artifactId>xio-test</artifactId>
<version>0.13.2-SNAPSHOT</version>
<version>0.13.2</version>
<packaging>jar</packaging>
<name>xio-test</name>
<description>Testing package for xio</description>
Expand All @@ -30,7 +30,7 @@
<url>https://github.com/xjdr/xio/</url>
<connection>scm:git:https://github.com/xjdr/xio.git</connection>
<developerConnection>scm:git:git@github.com:xjdr/xio.git</developerConnection>
<tag>v0.13.0</tag>
<tag>v0.13.2</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 5cfea82

Please sign in to comment.