File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed
spring-data-eclipse-store-benchmark
spring-data-eclipse-store-demo
spring-data-eclipse-store-jpa Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ # 2.1.0
2
+
3
+ * Implemented composite primary keys.
4
+
1
5
# 2.0.1
2
6
3
7
* Fix for Issue [ #131 ] ( https://github.com/xdev-software/spring-data-eclipse-store/issues/131 )
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.0.2 '
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.0.2 '
12
- maven-version : ' 2.0.2 '
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 6
6
7
7
<groupId >software.xdev</groupId >
8
8
<artifactId >spring-data-eclipse-store-root</artifactId >
9
- <version >2.0.2 -SNAPSHOT</version >
9
+ <version >2.1.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.0.2 -SNAPSHOT</version >
8
+ <version >2.1.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >spring-data-eclipse-store-benchmark</artifactId >
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.0.2 -SNAPSHOT</version >
10
+ <version >2.1.0 -SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >spring-data-eclipse-store-demo</artifactId >
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.0.2 -SNAPSHOT</version >
10
+ <version >2.1.0 -SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >spring-data-eclipse-store-jpa</artifactId >
You can’t perform that action at this time.
0 commit comments