Skip to content

Commit

Permalink
Try to fix release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstamann committed Apr 11, 2024
1 parent 15222a8 commit 7f63917
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions integrationtest/java16/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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>

<artifactId>aptk-tools-java16</artifactId>
<artifactId>aptk-integrationtest-java16</artifactId>
<packaging>jar</packaging>

<parent>
Expand All @@ -11,7 +11,7 @@
<version>0.25.0</version>
</parent>

<name>aptk-tools-java16</name>
<name>aptk-integrationtest-java16</name>


<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions integrationtest/java17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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>

<artifactId>aptk-tools-java17</artifactId>
<artifactId>aptk-integrationtest-java17</artifactId>
<packaging>jar</packaging>

<parent>
Expand All @@ -11,7 +11,7 @@
<version>0.25.0</version>
</parent>

<name>aptk-tools-java17</name>
<name>aptk-integrationtest-java17</name>


<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions integrationtest/java9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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>

<artifactId>aptk-tools-java9</artifactId>
<artifactId>aptk-integrationtest-java9</artifactId>
<packaging>jar</packaging>

<parent>
Expand All @@ -11,7 +11,7 @@
<version>0.25.0</version>
</parent>

<name>aptk-tools-java9</name>
<name>aptk-integrationtest-java9</name>


<dependencies>
Expand Down

0 comments on commit 7f63917

Please sign in to comment.