Skip to content

Commit 4cb7b08

Browse files
author
Thierry Boileau
committed
Bumped version 2.5.2
1 parent 98fa893 commit 4cb7b08

36 files changed

Lines changed: 36 additions & 36 deletions

File tree

changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes log
22
===========
33

4-
- 2.5.2 (??-03-2025)
4+
- 2.5.2 (21-06-2025)
55
- Misc
66
- Upgraded the Commons-codec library version to 1.18.0.
77
- Upgraded the Commons-logging library version to 1.3.5.

org.restlet.gwt/org.restlet.gwt.ext.json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restlet.gwt</groupId>
77
<artifactId>org.restlet.gwt.parent</artifactId>
8-
<version>2.5.1</version>
8+
<version>2.5.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.restlet.gwt/org.restlet.gwt.ext.xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restlet.gwt</groupId>
77
<artifactId>org.restlet.gwt.parent</artifactId>
8-
<version>2.5.1</version>
8+
<version>2.5.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.restlet.gwt/org.restlet.gwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restlet.gwt</groupId>
77
<artifactId>org.restlet.gwt.parent</artifactId>
8-
<version>2.5.1</version>
8+
<version>2.5.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.restlet.gwt/org.restlet.gwt/src/main/java/org/restlet/client/engine/Engine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class Engine {
7676
public static final String MINOR_NUMBER = "5";
7777

7878
/** Release number. */
79-
public static final String RELEASE_NUMBER = ".1";
79+
public static final String RELEASE_NUMBER = ".2";
8080

8181

8282
/** Complete version. */

org.restlet.gwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restlet</groupId>
77
<artifactId>org.restlet.parent</artifactId>
8-
<version>2.5.1</version>
8+
<version>2.5.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.restlet.java/org.restlet.example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restlet</groupId>
77
<artifactId>org.restlet.parent</artifactId>
8-
<version>2.5.1</version>
8+
<version>2.5.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

org.restlet.java/org.restlet.ext.atom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restlet</groupId>
77
<artifactId>org.restlet.parent</artifactId>
8-
<version>2.5.1</version>
8+
<version>2.5.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

org.restlet.java/org.restlet.ext.crypto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restlet</groupId>
77
<artifactId>org.restlet.parent</artifactId>
8-
<version>2.5.1</version>
8+
<version>2.5.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

org.restlet.java/org.restlet.ext.fileupload/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restlet</groupId>
77
<artifactId>org.restlet.parent</artifactId>
8-
<version>2.5.1</version>
8+
<version>2.5.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)