Skip to content

Commit

Permalink
[maven-release-plugin] prepare release xchart-3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Molter committed Jul 30, 2023
1 parent 729c2bd commit 3beceec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart-parent</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
<packaging>pom</packaging>
<name>XChart Parent</name>
<description>XChart is a light weight Java library for plotting data.</description>
Expand Down Expand Up @@ -39,7 +39,7 @@
<connection>scm:git:git@github.com:knowm/XChart.git</connection>
<developerConnection>scm:git:git@github.com:knowm/XChart.git</developerConnection>
<url>git@github.com:knowm/XChart.git</url>
<tag>HEAD</tag>
<tag>xchart-3.8.5</tag>
</scm>

<ciManagement>
Expand Down
4 changes: 2 additions & 2 deletions xchart-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart-parent</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
</parent>

<artifactId>xchart-demo</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
Expand Down
2 changes: 1 addition & 1 deletion xchart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart-parent</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
</parent>

<artifactId>xchart</artifactId>
Expand Down

0 comments on commit 3beceec

Please sign in to comment.