Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstadler committed Nov 18, 2024
1 parent 06e0e57 commit cae8bf3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>com.github.tobiasstadler.apm</groupId>
<artifactId>apm-wildfly-remote-ejb-plugin-parent</artifactId>
<version>3.1-SNAPSHOT<</version>
<version>3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.github.tobiasstadler.apm</groupId>
<artifactId>apm-wildfly-remote-ejb-plugin-it</artifactId>
<packaging>war</packaging>
<version>3.1-SNAPSHOT<</version>
<version>3.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>com.github.tobiasstadler.apm</groupId>
<artifactId>apm-wildfly-remote-ejb-plugin-parent</artifactId>
<version>3.1-SNAPSHOT<</version>
<version>3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.github.tobiasstadler.apm</groupId>
<artifactId>apm-wildfly-remote-ejb-plugin</artifactId>
<version>3.1-SNAPSHOT<</version>
<version>3.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.tobiasstadler.apm</groupId>
<artifactId>apm-wildfly-remote-ejb-plugin-parent</artifactId>
<packaging>pom</packaging>
<version>3.1-SNAPSHOT<</version>
<version>3.1-SNAPSHOT</version>

<licenses>
<license>
Expand Down

0 comments on commit cae8bf3

Please sign in to comment.