Skip to content

Commit 3856eba

Browse files
author
Thierry Boileau
committed
Bumped 2.6.0-m1
1 parent 72e63ca commit 3856eba

File tree

29 files changed

+29
-35
lines changed

29 files changed

+29
-35
lines changed

changes.md

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

4-
- 2.6 Milestone 1 (??-01-2025)
4+
- 2.6 Milestone 1 (26-01-2025)
55
- Enhancements
66
- Java 17 is the minimum requirement.
7-
- Security
8-
- ...
9-
- Bugs fixed
10-
- ...
117
- Misc
128
- Upgraded GWT (org.gwtproject:gwt-dev/gwt-user) to 2.12.1.
139
- Upgraded Guice to 7.0.0.
@@ -16,5 +12,3 @@ Changes log
1612
- Removed deprecated extensions FileUpload, GAE, OSGi, RDF.
1713
- Removed deprecated code related to WebDAV, NIO, POP, POPS, SDC, SIP, SIPS, SMTP, SMTPS.
1814
- Deprecated the Atom, JAXB, Guice, GWT, OData and Servlet extensions.
19-
...
20-

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-m1</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-m1</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-m1</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 = "6";
7777

7878
/** Release number. */
79-
public static final String RELEASE_NUMBER = "-SNAPSHOT";
79+
public static final String RELEASE_NUMBER = ".0-m1";
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.6-SNAPSHOT</version>
8+
<version>2.6.0-m1</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-m1</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-m1</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-m1</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-m1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)