From 9273e10161dc995705ce6bc3469c9c7d40046100 Mon Sep 17 00:00:00 2001 From: Tim Molter <tim.molter@gmail.com> Date: Thu, 31 Jan 2013 09:28:34 +0100 Subject: [PATCH] [maven-release-plugin] prepare release xchart-1.3.1 --- pom.xml | 8 ++++---- xchart-demo/pom.xml | 4 ++-- xchart/pom.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 5e1ca130..9a556b0b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,10 @@ -<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.xeiam.xchart</groupId> <artifactId>xchart-parent</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> <packaging>pom</packaging> <name>XChart Parent</name> <description>Basic Charts for Java Applications</description> @@ -41,7 +40,8 @@ <connection>scm:git:git@github.com:timmolter/XChart.git</connection> <developerConnection>scm:git:git@github.com:timmolter/XChart.git</developerConnection> <url>git@github.com:timmolter/XChart.git</url> - </scm> + <tag>xchart-1.3.1</tag> + </scm> <ciManagement> <url>http://ci.xeiam.com/</url> diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml index d4d920c6..a0006176 100644 --- a/xchart-demo/pom.xml +++ b/xchart-demo/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.xeiam.xchart</groupId> <artifactId>xchart-parent</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> </parent> <artifactId>xchart-demo</artifactId> @@ -17,7 +17,7 @@ <dependency> <groupId>com.xeiam.xchart</groupId> <artifactId>xchart</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> </dependency> </dependencies> diff --git a/xchart/pom.xml b/xchart/pom.xml index 92bc5041..272415e6 100644 --- a/xchart/pom.xml +++ b/xchart/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.xeiam.xchart</groupId> <artifactId>xchart-parent</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> </parent> <artifactId>xchart</artifactId> -- GitLab