File tree Expand file tree Collapse file tree 6 files changed +8
-11
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 6 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
- # 2.2.0
2
-
3
- * Implemented `` @Query `` annotation with simple SQL-Selects
4
-
5
1
# 2.1.0
6
2
7
3
* Implemented auto-id-generation for UUIDs.
8
4
* Implemented composite primary keys.
9
5
* Keyword "ignoreCase" now available for queries.
6
+ * Implemented `` @Query `` annotation with simple SQL-Selects
10
7
11
8
# 2.0.1
12
9
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.2 .0'
4
+ display_version : ' 2.1 .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.2 .0'
12
- maven-version : ' 2.2 .0'
11
+ display-version : ' 2.1 .0'
12
+ maven-version : ' 2.1 .0'
13
13
page-editable : false
14
14
page-out-of-support : false
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
11
11
<artifactId >spring-data-eclipse-store-benchmark</artifactId >
12
- <version >2.0.2 -SNAPSHOT</version >
12
+ <version >2.1.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 11
11
</parent >
12
12
13
13
<artifactId >spring-data-eclipse-store-demo</artifactId >
14
- <version >2.0.2 -SNAPSHOT</version >
14
+ <version >2.1.0 -SNAPSHOT</version >
15
15
<packaging >jar</packaging >
16
16
17
17
<organization >
Original file line number Diff line number Diff line change 11
11
</parent >
12
12
13
13
<artifactId >spring-data-eclipse-store-jpa</artifactId >
14
- <version >2.0.2 -SNAPSHOT</version >
14
+ <version >2.1.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.0.2 -SNAPSHOT</version >
9
+ <version >2.1.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