Skip to content

Commit 96e993e

Browse files
author
Thierry Boileau
committed
Bumped version 2.6.0-rc1
1 parent 32581dd commit 96e993e

28 files changed

Lines changed: 31 additions & 29 deletions

File tree

changes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
Changes log
22
===========
33

4-
- 2.6 Release Candidate 1 (??-03-2025)
4+
- 2.6 Release Candidate 1 (28-03-2025)
55
- Enhancements
6-
- Added MultiPartRepresentation to Jetty extension to support generation and parsing.
6+
- Added MultiPartRepresentation to the Jetty extension to support generation and parsing.
77
- Added support for the "charset" parameter in HTTP BASIC challenges. Reported by Marc Lafon.
88
- Added MediaType constructors to help with cloning and customization needs.
9+
- Added support for HTTP2 and HTTP3 protocols by the Jetty HTTP server connector.
10+
- Added support for HTTP2 and HTTP3 protocols by the Jetty HTTP client connector.
911
- Misc
1012
- Upgraded Thymeleaf library to 3.1.3.RELEASE.
1113
- Upgraded Slf4j library to 5.12.0.

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.6-SNAPSHOT</version>
8+
<version>2.6.0-rc1</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.6-SNAPSHOT</version>
8+
<version>2.6.0-rc1</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.6-SNAPSHOT</version>
8+
<version>2.6.0-rc1</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
@@ -72,7 +72,7 @@ public class Engine {
7272
public static final String MINOR_NUMBER = "6";
7373

7474
/** Release number. */
75-
public static final String RELEASE_NUMBER = "-SNAPSHOT";
75+
public static final String RELEASE_NUMBER = ".0-rc1";
7676

7777
/** Complete version. */
7878
public static final String VERSION = MAJOR_NUMBER + '.' + MINOR_NUMBER

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.6-SNAPSHOT</version>
8+
<version>2.6.0-rc1</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.6-SNAPSHOT</version>
8+
<version>2.6.0-rc1</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.6-SNAPSHOT</version>
8+
<version>2.6.0-rc1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

org.restlet.java/org.restlet.ext.freemarker/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.6-SNAPSHOT</version>
8+
<version>2.6.0-rc1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

org.restlet.java/org.restlet.ext.gson/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.6-SNAPSHOT</version>
8+
<version>2.6.0-rc1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)