Skip to content

Commit c501fa2

Browse files
committed
#1750 - Continue development on 2.0.0-SNAPSHOT.
1 parent a4829bf commit c501fa2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.hateoas</groupId>
77
<artifactId>spring-hateoas</artifactId>
8-
<version>2.0.0-M1</version>
8+
<version>2.0.0-SNAPSHOT</version>
99

1010
<name>Spring HATEOAS</name>
1111
<url>https://github.com/spring-projects/spring-hateoas</url>

src/main/resources/changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Spring HATEOAS Changelog
22
========================
33

4+
Changes in version 2.0 M1 (2022-01-17)
5+
----------------------------------------
6+
- #1752 - Upgarde to Spring Plugin 3.0 M1.
7+
- #1751 - Upgrade to Spring Framework 6.0 M2.
8+
- #1719 - Adapt to Framework's removal of DefaultUriTemplateHandler.
9+
- #1639 - Prepare 2.0 development.
10+
411
Changes in version 1.5 M1 (2022-01-14)
512
----------------------------------------
613
- #1739 - Upgrade to Kotlin 1.6.10.

src/test/java/org/springframework/hateoas/support/ChangelogCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class ChangelogCreator {
4040

41-
private static final int MILESTONE_ID = 88;
41+
private static final int MILESTONE_ID = 80;
4242
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
4343

4444
public static void main(String... args) {

0 commit comments

Comments
 (0)