Skip to content
Snippets Groups Projects
Commit 060dedf2 authored by Tim Molter's avatar Tim Molter
Browse files

[maven-release-plugin] prepare for next development iteration

parent 672a4a9e
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.xeiam.xchart</groupId> <groupId>com.xeiam.xchart</groupId>
<artifactId>xchart-parent</artifactId> <artifactId>xchart-parent</artifactId>
<version>2.5.1</version> <version>2.5.2-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>XChart Parent</name> <name>XChart Parent</name>
<description>Basic Charts for Java Applications</description> <description>Basic Charts for Java Applications</description>
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<connection>scm:git:git@github.com:timmolter/XChart.git</connection> <connection>scm:git:git@github.com:timmolter/XChart.git</connection>
<developerConnection>scm:git:git@github.com:timmolter/XChart.git</developerConnection> <developerConnection>scm:git:git@github.com:timmolter/XChart.git</developerConnection>
<url>git@github.com:timmolter/XChart.git</url> <url>git@github.com:timmolter/XChart.git</url>
<tag>xchart-2.5.1</tag> <tag>HEAD</tag>
</scm> </scm>
<ciManagement> <ciManagement>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.xeiam.xchart</groupId> <groupId>com.xeiam.xchart</groupId>
<artifactId>xchart-parent</artifactId> <artifactId>xchart-parent</artifactId>
<version>2.5.1</version> <version>2.5.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>xchart-demo</artifactId> <artifactId>xchart-demo</artifactId>
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<dependency> <dependency>
<groupId>com.xeiam.xchart</groupId> <groupId>com.xeiam.xchart</groupId>
<artifactId>xchart</artifactId> <artifactId>xchart</artifactId>
<version>2.5.1</version> <version>2.5.2-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.xeiam.xchart</groupId> <groupId>com.xeiam.xchart</groupId>
<artifactId>xchart-parent</artifactId> <artifactId>xchart-parent</artifactId>
<version>2.5.1</version> <version>2.5.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>xchart</artifactId> <artifactId>xchart</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment