Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.10-jdk17
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler committed Nov 14, 2022
1 parent 4902ffe commit 1434dcd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions demos/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">

<parent>
<groupId>net.raumzeitfalle.fx</groupId>
<artifactId>fxfilechooser</artifactId>
<version>0.0.10-jdk17-SNAPSHOT</version>
<version>0.0.10-jdk17</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>demos</artifactId>
Expand All @@ -15,7 +14,7 @@
<dependency>
<groupId>net.raumzeitfalle.fx</groupId>
<artifactId>filechooser</artifactId>
<version>0.0.10-jdk17-SNAPSHOT</version>
<version>0.0.10-jdk17</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-jdk17-SNAPSHOT</version>
<version>0.0.10-jdk17</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
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>

<properties>
Expand Down Expand Up @@ -32,7 +32,7 @@
<groupId>net.raumzeitfalle.fx</groupId>
<artifactId>fxfilechooser</artifactId>
<packaging>pom</packaging>
<version>0.0.10-jdk17-SNAPSHOT</version>
<version>0.0.10-jdk17</version>

<inceptionYear>2017</inceptionYear>
<organization>
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-jdk17-SNAPSHOT</version>
<version>0.0.10-jdk17</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-jdk17-SNAPSHOT</version>
<version>0.0.10-jdk17</version>
</dependency>
<!-- Test Infrastructure -->
<dependency>
Expand Down

0 comments on commit 1434dcd

Please sign in to comment.