File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
spring-data-eclipse-store
spring-data-eclipse-store-benchmark
spring-data-eclipse-store-demo
spring-data-eclipse-store-jpa Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- # 2.4.2
1
+ # 2.5.0
2
2
3
3
* Updated org.springframework.boot.version to v3.4.1
4
4
* Added support for the [ micro-migration-Framework] ( https://github.com/xdev-software/micro-migration )
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ instructions** are in the documentation](https://xdev-software.github.io/spring-
59
59
| `` 2.2.0-2.3.1 `` | `` 17 `` | `` 3.3.4 `` | `` 1.4.0 `` |
60
60
| `` 2.4.0 `` | `` 17 `` | `` 3.4.0 `` | `` 2.0.0 `` |
61
61
| `` 2.4.1 `` | `` 17 `` | `` 3.4.0 `` | `` 2.1.0 `` |
62
- | `` >= 2.4.2 `` | `` 17 `` | `` 3.4.1 `` | `` 2.1.0 `` |
62
+ | `` >= 2.5.0 `` | `` 17 `` | `` 3.4.1 `` | `` 2.1.0 `` |
63
63
64
64
## Demo
65
65
Original file line number Diff line number Diff line change 1
1
name : ROOT
2
2
title : Spring-Data-Eclipse-Store
3
3
version : master
4
- display_version : ' 2.4.1 '
4
+ display_version : ' 2.5.0 '
5
5
start_page : index.adoc
6
6
nav :
7
7
- modules/ROOT/nav.adoc
8
8
asciidoc :
9
9
attributes :
10
10
product-name : ' Spring-Data-Eclipse-Store'
11
- display-version : ' 2.4.1 '
12
- maven-version : ' 2.4.1 '
11
+ display-version : ' 2.5.0 '
12
+ maven-version : ' 2.5.0 '
13
13
page-editable : false
14
14
page-out-of-support : false
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >software.xdev</groupId >
8
8
<artifactId >spring-data-eclipse-store-root</artifactId >
9
- <version >2.4.2 -SNAPSHOT</version >
9
+ <version >2.5.0 -SNAPSHOT</version >
10
10
<packaging >pom</packaging >
11
11
12
12
<organization >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >software.xdev</groupId >
7
7
<artifactId >spring-data-eclipse-store-root</artifactId >
8
- <version >2.4.2 -SNAPSHOT</version >
8
+ <version >2.5.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >spring-data-eclipse-store-benchmark</artifactId >
12
- <version >2.4.2 -SNAPSHOT</version >
12
+ <version >2.5.0 -SNAPSHOT</version >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2023</inceptionYear >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >software.xdev</groupId >
9
9
<artifactId >spring-data-eclipse-store-root</artifactId >
10
- <version >2.4.2 -SNAPSHOT</version >
10
+ <version >2.5.0 -SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >spring-data-eclipse-store-demo</artifactId >
14
- <version >2.4.2 -SNAPSHOT</version >
14
+ <version >2.5.0 -SNAPSHOT</version >
15
15
<packaging >jar</packaging >
16
16
17
17
<organization >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >software.xdev</groupId >
9
9
<artifactId >spring-data-eclipse-store-root</artifactId >
10
- <version >2.4.2 -SNAPSHOT</version >
10
+ <version >2.5.0 -SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >spring-data-eclipse-store-jpa</artifactId >
14
- <version >2.4.2 -SNAPSHOT</version >
14
+ <version >2.5.0 -SNAPSHOT</version >
15
15
<packaging >jar</packaging >
16
16
17
17
<inceptionYear >2023</inceptionYear >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >software.xdev</groupId >
8
8
<artifactId >spring-data-eclipse-store</artifactId >
9
- <version >2.4.2 -SNAPSHOT</version >
9
+ <version >2.5.0 -SNAPSHOT</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >spring-data-eclipse-store</name >
You can’t perform that action at this time.
0 commit comments