Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fastods-parent-0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jferard committed Jul 7, 2019
1 parent caa2bb6 commit 699d236
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions fastods-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<parent>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</version>
</parent>

<artifactId>fastods-examples</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
4 changes: 2 additions & 2 deletions fastods-testlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</version>
</parent>

<artifactId>fastods-testlib</artifactId>
Expand Down Expand Up @@ -60,7 +60,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>fastods-parent-0.6.2-SNAPSHOT</tag>
<tag>fastods-parent-0.6.2</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 @@ -26,7 +26,7 @@
<parent>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</version>
</parent>

<artifactId>fastods</artifactId>
Expand Down Expand Up @@ -62,7 +62,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>fastods-parent-0.6.2-SNAPSHOT</tag>
<tag>fastods-parent-0.6.2</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-testlib</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</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 @@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</version>
<name>FastODS parent</name>
<packaging>pom</packaging>
<description>A very fast and lightweight (no dependency) library for creating ODS (Open Document
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>fastods-parent-0.6.2-SNAPSHOT</tag>
<tag>fastods-parent-0.6.2</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 699d236

Please sign in to comment.