Skip to content

Commit 84848c1

Browse files
author
Thierry Boileau
committed
Bumped version 2.7.0-SNAPSHOT
1 parent 26d41d8 commit 84848c1

File tree

15 files changed

+17
-15
lines changed

15 files changed

+17
-15
lines changed

changes.md

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

4-
- 2.7 Milestone 2 (29-07-2025)
4+
- 2.7 Milestone 3 (??-??-2025)
5+
6+
- 2.7 Milestone 2 (29-06-2025)
57
- Misc
68
- Removed deprecated Servlet extension and related classes in Spring extension
79
- Removed deprecated methods in Restlet API

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.7.0-m2</version>
8+
<version>2.7.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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.7.0-m2</version>
8+
<version>2.7.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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.7.0-m2</version>
8+
<version>2.7.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.restlet.ext.jaas/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.7.0-m2</version>
8+
<version>2.7.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.restlet.ext.jackson/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.7.0-m2</version>
8+
<version>2.7.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.restlet.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</groupId>
77
<artifactId>org.restlet.parent</artifactId>
8-
<version>2.7.0-m2</version>
8+
<version>2.7.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.restlet.ext.slf4j/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.7.0-m2</version>
8+
<version>2.7.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.restlet.ext.spring/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.7.0-m2</version>
8+
<version>2.7.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.restlet.ext.thymeleaf/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.7.0-m2</version>
8+
<version>2.7.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)