Skip to content
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 4.1.1

* Various minor dependency upgrades

* 4.1.0

* Feature: Upgraded Play2 dependency in `playprovider` to Play 2.9.4
Expand Down
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.1-SNAPSHOT</version>
<version>4.1.2-SNAPSHOT</version>
</parent>
<artifactId>core</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class RaygunClientMessage {

public RaygunClientMessage() {
setName("Raygun4Java");
setVersion("4.1.1-SNAPSHOT");
setVersion("4.1.2-SNAPSHOT");
setClientUrlString("https://github.com/MindscapeHQ/raygun4java");
}

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.1-SNAPSHOT</version>
<version>4.1.2-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.1-SNAPSHOT</version>
<version>4.1.2-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 @@ -6,7 +6,7 @@
<parent>
<groupId>com.mindscapehq</groupId>
<artifactId>raygun4java</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.2-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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.mindscapehq</groupId>
<artifactId>raygun4java</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.2-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.1-SNAPSHOT</version>
<version>4.1.2-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.1-SNAPSHOT</version>
<version>4.1.2-SNAPSHOT</version>
</parent>
<artifactId>webproviderjakarta</artifactId>
<packaging>jar</packaging>
Expand Down