File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >org.springframework.hateoas</groupId >
7
7
<artifactId >spring-hateoas</artifactId >
8
- <version >2.0.0-M1 </version >
8
+ <version >2.0.0-SNAPSHOT </version >
9
9
10
10
<name >Spring HATEOAS</name >
11
11
<url >https://github.com/spring-projects/spring-hateoas</url >
Original file line number Diff line number Diff line change 1
1
Spring HATEOAS Changelog
2
2
========================
3
3
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
+
4
11
Changes in version 1.5 M1 (2022-01-14)
5
12
----------------------------------------
6
13
- #1739 - Upgrade to Kotlin 1.6.10.
Original file line number Diff line number Diff line change 38
38
*/
39
39
class ChangelogCreator {
40
40
41
- private static final int MILESTONE_ID = 88 ;
41
+ private static final int MILESTONE_ID = 80 ;
42
42
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed" ;
43
43
44
44
public static void main (String ... args ) {
You can’t perform that action at this time.
0 commit comments