Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fastods-parent-0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jferard committed May 27, 2017
1 parent 2cd824c commit 024de45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.3.2-SNAPSHOT</version>
<version>0.4.0</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.4.0</tag>
</scm>

<distributionManagement>
Expand Down
8 changes: 4 additions & 4 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.3.2-SNAPSHOT</version>
<version>0.4.0</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.4.0</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -124,13 +124,13 @@
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-testlib</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-testlib</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
</dependencies>

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.3.2-SNAPSHOT</version>
<version>0.4.0</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.4.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 024de45

Please sign in to comment.