#1750 - Continue development on 2.0.0-SNAPSHOT.
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>org.springframework.hateoas</groupId>
|
||||
<artifactId>spring-hateoas</artifactId>
|
||||
<version>2.0.0-M1</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
|
||||
<name>Spring HATEOAS</name>
|
||||
<url>https://github.com/spring-projects/spring-hateoas</url>
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
Spring HATEOAS Changelog
|
||||
========================
|
||||
|
||||
Changes in version 2.0 M1 (2022-01-17)
|
||||
----------------------------------------
|
||||
- #1752 - Upgarde to Spring Plugin 3.0 M1.
|
||||
- #1751 - Upgrade to Spring Framework 6.0 M2.
|
||||
- #1719 - Adapt to Framework's removal of DefaultUriTemplateHandler.
|
||||
- #1639 - Prepare 2.0 development.
|
||||
|
||||
Changes in version 1.5 M1 (2022-01-14)
|
||||
----------------------------------------
|
||||
- #1739 - Upgrade to Kotlin 1.6.10.
|
||||
|
||||
@@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath;
|
||||
*/
|
||||
class ChangelogCreator {
|
||||
|
||||
private static final int MILESTONE_ID = 88;
|
||||
private static final int MILESTONE_ID = 80;
|
||||
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
|
||||
|
||||
public static void main(String... args) {
|
||||
|
||||
Reference in New Issue
Block a user