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

bump version to 3.2.0-SNAPSHOT

parent 9e1ebcc4
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.knowm.xchart</groupId> <groupId>org.knowm.xchart</groupId>
<artifactId>xchart-parent</artifactId> <artifactId>xchart-parent</artifactId>
<version>3.1.1-SNAPSHOT</version> <version>3.2.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>XChart Parent</name> <name>XChart Parent</name>
<description>XChart is a light weight Java library for plotting data.</description> <description>XChart is a light weight Java library for plotting data.</description>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.knowm.xchart</groupId> <groupId>org.knowm.xchart</groupId>
<artifactId>xchart-parent</artifactId> <artifactId>xchart-parent</artifactId>
<version>3.1.1-SNAPSHOT</version> <version>3.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>xchart-demo</artifactId> <artifactId>xchart-demo</artifactId>
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<dependency> <dependency>
<groupId>org.knowm.xchart</groupId> <groupId>org.knowm.xchart</groupId>
<artifactId>xchart</artifactId> <artifactId>xchart</artifactId>
<version>3.1.1-SNAPSHOT</version> <version>3.2.0-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.knowm.xchart</groupId> <groupId>org.knowm.xchart</groupId>
<artifactId>xchart-parent</artifactId> <artifactId>xchart-parent</artifactId>
<version>3.1.1-SNAPSHOT</version> <version>3.2.0-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.
Finish editing this message first!
Please register or to comment