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

[maven-release-plugin] prepare release xchart-2.2.1

parent 3f41312c
Branches
No related tags found
No related merge requests found
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
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> <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.2.1-SNAPSHOT</version> <version>2.2.1</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>
...@@ -41,7 +40,7 @@ ...@@ -41,7 +40,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>HEAD</tag> <tag>xchart-2.2.1</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.2.1-SNAPSHOT</version> <version>2.2.1</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.2.1-SNAPSHOT</version> <version>2.2.1</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.2.1-SNAPSHOT</version> <version>2.2.1</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