Skip to content

Commit 26d41d8

Browse files
author
Thierry Boileau
committed
Bumped version 2.7.0-m2
1 parent b9fcd59 commit 26d41d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.7 Milestone 2 (??-07-2025)
4+
- 2.7 Milestone 2 (29-07-2025)
55
- Misc
66
- Removed deprecated Servlet extension and related classes in Spring extension
77
- Removed deprecated methods in Restlet API

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

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

9898
/** Release number. */
99-
public static final String RELEASE_NUMBER = "-SNAPSHOT";
99+
public static final String RELEASE_NUMBER = ".0-m2";
100100

101101
/** The org.restlet log level. */
102102
private static volatile Level restletLogLevel;

0 commit comments

Comments
 (0)