Skip to content

Commit

Permalink
[maven-release-plugin] prepare release xchart-3.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
timmolter committed May 10, 2024
1 parent ae3edf2 commit 3aa6825
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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">

<prerequisites>
<maven>3.9.0</maven>
Expand All @@ -8,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart-parent</artifactId>
<version>3.8.8-SNAPSHOT</version>
<version>3.8.8</version>
<packaging>pom</packaging>
<name>XChart Parent</name>
<description>XChart is a light-weight Java library for plotting data.</description>
Expand Down Expand Up @@ -44,7 +43,7 @@
<connection>scm:git:[email protected]:knowm/XChart.git</connection>
<developerConnection>scm:git:[email protected]:knowm/XChart.git</developerConnection>
<url>[email protected]:knowm/XChart.git</url>
<tag>HEAD</tag>
<tag>xchart-3.8.8</tag>
</scm>

<ciManagement>
Expand Down
7 changes: 3 additions & 4 deletions xchart-demo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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">

<prerequisites>
<maven>3.9.0</maven>
Expand All @@ -10,7 +9,7 @@
<parent>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart-parent</artifactId>
<version>3.8.8-SNAPSHOT</version>
<version>3.8.8</version>
</parent>

<artifactId>xchart-demo</artifactId>
Expand All @@ -22,7 +21,7 @@
<dependency>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart</artifactId>
<version>3.8.8-SNAPSHOT</version>
<version>3.8.8</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
Expand Down
5 changes: 2 additions & 3 deletions xchart/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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">


<prerequisites>
Expand All @@ -11,7 +10,7 @@
<parent>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart-parent</artifactId>
<version>3.8.8-SNAPSHOT</version>
<version>3.8.8</version>
</parent>

<artifactId>xchart</artifactId>
Expand Down

0 comments on commit 3aa6825

Please sign in to comment.