Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealAgentK committed Aug 7, 2024
1 parent bad48db commit f34b472
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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>
<groupId>com.mindscapehq</groupId>
<artifactId>raygun4java</artifactId>
<version>4.1.0</version>
<version>4.1.1-SNAPSHOT</version>
</parent>
<artifactId>core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion playprovider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.mindscapehq</groupId>
<artifactId>raygun4java</artifactId>
<version>4.1.0</version>
<version>4.1.1-SNAPSHOT</version>
</parent>
<scm>
<url>https://github.com/mindscapehq/raygun4java</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.mindscapehq</groupId>
<artifactId>raygun4java</artifactId>
<version>4.1.0</version>
<version>4.1.1-SNAPSHOT</version>
<name>Raygun4Java parent project</name>
<packaging>pom</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion sampleJakartaEEApp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.mindscapehq</groupId>
<artifactId>raygun4java</artifactId>
<version>4.1.0</version>
<version>4.1.1-SNAPSHOT</version>
</parent>
<artifactId>sampleJakartaEEApp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sampleapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.mindscapehq</groupId>
<artifactId>raygun4java</artifactId>
<version>4.1.0</version>
<version>4.1.1-SNAPSHOT</version>
</parent>
<artifactId>sampleapp</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webprovider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.mindscapehq</groupId>
<artifactId>raygun4java</artifactId>
<version>4.1.0</version>
<version>4.1.1-SNAPSHOT</version>
</parent>
<artifactId>webprovider</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webproviderjakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.mindscapehq</groupId>
<artifactId>raygun4java</artifactId>
<version>4.1.0</version>
<version>4.1.1-SNAPSHOT</version>
</parent>
<artifactId>webproviderjakarta</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit f34b472

Please sign in to comment.