Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.10-jfx19
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler committed Nov 14, 2022
1 parent 3cf4275 commit a442a35
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.raumzeitfalle.fx</groupId>
<artifactId>fxfilechooser</artifactId>
<version>0.0.10-jfx19-SNAPSHOT</version>
<version>0.0.10-jfx19</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>demos</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>net.raumzeitfalle.fx</groupId>
<artifactId>filechooser</artifactId>
<version>0.0.10-jfx19-SNAPSHOT</version>
<version>0.0.10-jfx19</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion filechooser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.raumzeitfalle.fx</groupId>
<artifactId>fxfilechooser</artifactId>
<version>0.0.10-jfx19-SNAPSHOT</version>
<version>0.0.10-jfx19</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>filechooser</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<groupId>net.raumzeitfalle.fx</groupId>
<artifactId>fxfilechooser</artifactId>
<packaging>pom</packaging>
<version>0.0.10-jfx19-SNAPSHOT</version>
<version>0.0.10-jfx19</version>

<inceptionYear>2017</inceptionYear>
<organization>
Expand Down Expand Up @@ -291,7 +291,7 @@
<url>https://github.com/Oliver-Loeffler/FXFileChooser</url>
<connection>scm:git:git@github.com/oliver-loeffler/fxfilechooser.git</connection>
<developerConnection>scm:git:git@github.com:oliver-loeffler/fxfilechooser.git</developerConnection>
<tag>0.0.10-jdk17</tag>
<tag>0.0.10-jfx19</tag>
</scm>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.raumzeitfalle.fx</groupId>
<artifactId>fxfilechooser</artifactId>
<version>0.0.10-jfx19-SNAPSHOT</version>
<version>0.0.10-jfx19</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>tests</artifactId>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>net.raumzeitfalle.fx</groupId>
<artifactId>filechooser</artifactId>
<version>0.0.10-jfx19-SNAPSHOT</version>
<version>0.0.10-jfx19</version>
</dependency>
<!-- Test Infrastructure -->
<dependency>
Expand Down

0 comments on commit a442a35

Please sign in to comment.