Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgielen committed Sep 19, 2024
1 parent ad56af8 commit 6752a50
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>javafx-weaver</artifactId>
<groupId>net.rgielen</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<artifactId>javafx-weaver</artifactId>
<packaging>pom</packaging>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>

<name>javafx-weaver</name>
<description>
Expand All @@ -34,7 +34,7 @@
<url>https://github.com/rgielen/javafx-weaver</url>
<connection>scm:git:git@github.com:rgielen/javafx-weaver.git</connection>
<developerConnection>scm:git:git@github.com:rgielen/javafx-weaver.git</developerConnection>
<tag>HEAD</tag>
<tag>2.0.1</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>javafx-weaver</artifactId>
<groupId>net.rgielen</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>javafx-weaver-samples</artifactId>
<name>javafx-weaver-samples</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/springboot-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.rgielen</groupId>
<artifactId>javafx-weaver-samples</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>javafx-weaver-springboot-sample</artifactId>
<name>javafx-weaver-springboot-sample</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/springboot-starter-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>javafx-weaver-samples</artifactId>
<groupId>net.rgielen</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spring-boot/autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>javafx-weaver-spring-boot</artifactId>
<groupId>net.rgielen</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>javafx-weaver-spring-boot-autoconfigure</artifactId>
<name>javafx-weaver-spring-boot-autoconfigure</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>javafx-weaver</artifactId>
<groupId>net.rgielen</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<packaging>pom</packaging>
<artifactId>javafx-weaver-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot/starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>javafx-weaver-spring-boot</artifactId>
<groupId>net.rgielen</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>javafx-weaver</artifactId>
<groupId>net.rgielen</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 6752a50

Please sign in to comment.