Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fastods-parent-0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jferard committed Aug 2, 2019
1 parent 27b703a commit 0d2f54e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 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.3-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>fastods-examples</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.7.0</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.3-SNAPSHOT</version>
<version>0.7.0</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.3-SNAPSHOT</version>
<version>0.7.0</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.7.0</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.3-SNAPSHOT</version>
<version>0.7.0</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.7.0</tag>
</scm>

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

Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@
~ You should have received a copy of the GNU General Public License along with
~ this program. If not, see <http://www.gnu.org/licenses />.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.7.0</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 @@ -60,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.7.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 0d2f54e

Please sign in to comment.