Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fastods-parent-0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jferard committed Feb 14, 2018
1 parent b0f8ff8 commit cc179f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions fastods-testlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
</parent>

<artifactId>fastods-testlib</artifactId>
Expand Down Expand Up @@ -58,7 +58,7 @@
<connection>scm:git:git@github.com:jferard/fastods.git</connection>
<developerConnection>scm:git:git@github.com:jferard/fastods.git</developerConnection>
<url>git@github.com:jferard/fastods.git</url>
<tag>HEAD</tag>
<tag>fastods-parent-0.5.1</tag>
</scm>

<distributionManagement>
Expand Down
6 changes: 3 additions & 3 deletions fastods/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
</parent>

<artifactId>fastods</artifactId>
Expand Down Expand Up @@ -58,7 +58,7 @@
<connection>scm:git:git@github.com:jferard/fastods.git</connection>
<developerConnection>scm:git:git@github.com:jferard/fastods.git</developerConnection>
<url>git@github.com:jferard/fastods.git</url>
<tag>HEAD</tag>
<tag>fastods-parent-0.5.1</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-testlib</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
<name>FastODS parent</name>
<packaging>pom</packaging>
<description>FastODS writer, a Martin Schulz's SimpleODS fork - parent</description>
Expand Down Expand Up @@ -54,7 +54,7 @@
<connection>scm:git:git@github.com:jferard/fastods.git</connection>
<developerConnection>scm:git:git@github.com:jferard/fastods.git</developerConnection>
<url>git@github.com:jferard/fastods.git</url>
<tag>HEAD</tag>
<tag>fastods-parent-0.5.1</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit cc179f6

Please sign in to comment.