Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.0

* Updated EclipseStore to v3.1.0

# 2.6.0

* Updated org.springframework.boot.version to v4.0.1
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ instructions** are in the documentation](https://xdev-software.github.io/spring-
| ``2.5.1-2.5.2`` | ``17+`` | ``3.4.2`` | ``2.1.1`` |
| ``2.5.3`` | ``17+`` | ``3.5.3`` | ``2.1.3`` |
| ``2.5.4`` | ``17+`` | ``3.5.9`` | ``2.1.3`` |
| ``>= 2.6.0`` | ``17+`` | ``4.0.1`` | ``2.1.3`` |
| ``2.6.0`` | ``17+`` | ``4.0.1`` | ``2.1.3`` |
| ``3.0.0`` | ``17+`` | ``4.0.1`` | ``3.1.0`` |

## Demo

Expand Down
6 changes: 3 additions & 3 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: ROOT
title: Spring-Data-Eclipse-Store
version: master
display_version: '2.6.0'
display_version: '3.0.0'
start_page: index.adoc
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
product-name: 'Spring-Data-Eclipse-Store'
display-version: '2.6.0'
maven-version: '2.6.0'
display-version: '3.0.0'
maven-version: '3.0.0'
page-editable: false
page-out-of-support: false
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>software.xdev</groupId>
<artifactId>spring-data-eclipse-store-root</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<organization>
Expand All @@ -23,9 +23,10 @@

<!-- Should be in sync with org.eclipse.store:integrations-spring-boot3 -->
<org.springframework.boot.version>4.0.1</org.springframework.boot.version>
<org.eclipse.store.version>2.1.3</org.eclipse.store.version>
<org.eclipse.serializer.version>2.1.3</org.eclipse.serializer.version>
<org.eclipse.storage-restservice-springboot.version>2.1.3</org.eclipse.storage-restservice-springboot.version>
<org.eclipse.store.version>3.1.0</org.eclipse.store.version>
<org.eclipse.serializer.version>3.1.0</org.eclipse.serializer.version>
<org.eclipse.persistence.binary.jdk17.version>2.1.3</org.eclipse.persistence.binary.jdk17.version>
<org.eclipse.storage-restservice-springboot.version>3.1.0</org.eclipse.storage-restservice-springboot.version>
</properties>

<modules>
Expand Down Expand Up @@ -63,7 +64,7 @@
<dependency>
<groupId>org.eclipse.serializer</groupId>
<artifactId>persistence-binary-jdk17</artifactId>
<version>${org.eclipse.serializer.version}</version>
<version>${org.eclipse.persistence.binary.jdk17.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.store</groupId>
Expand Down
4 changes: 2 additions & 2 deletions spring-data-eclipse-store-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>software.xdev</groupId>
<artifactId>spring-data-eclipse-store-root</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>spring-data-eclipse-store-benchmark</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<inceptionYear>2023</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions spring-data-eclipse-store-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>software.xdev</groupId>
<artifactId>spring-data-eclipse-store-root</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>spring-data-eclipse-store-demo</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<organization>
Expand Down
4 changes: 2 additions & 2 deletions spring-data-eclipse-store-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>software.xdev</groupId>
<artifactId>spring-data-eclipse-store-root</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>spring-data-eclipse-store-jpa</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<inceptionYear>2023</inceptionYear>
Expand Down
9 changes: 5 additions & 4 deletions spring-data-eclipse-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>software.xdev</groupId>
<artifactId>spring-data-eclipse-store</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>spring-data-eclipse-store</name>
Expand Down Expand Up @@ -52,8 +52,9 @@

<!-- Should be in sync with org.eclipse.store:integrations-spring-boot3 -->
<org.springframework.boot.version>4.0.1</org.springframework.boot.version>
<org.eclipse.store.version>2.1.3</org.eclipse.store.version>
<org.eclipse.serializer.version>2.1.3</org.eclipse.serializer.version>
<org.eclipse.store.version>3.1.0</org.eclipse.store.version>
<org.eclipse.serializer.version>3.1.0</org.eclipse.serializer.version>
<org.eclipse.persistence.binary.jdk17.version>2.1.3</org.eclipse.persistence.binary.jdk17.version>
<hibernate-validator.version>9.0.1.Final</hibernate-validator.version>
<jakarta.el-api.version>6.0.1</jakarta.el-api.version>
<expressly.version>6.0.0-M1</expressly.version>
Expand Down Expand Up @@ -131,7 +132,7 @@
<dependency>
<groupId>org.eclipse.serializer</groupId>
<artifactId>persistence-binary-jdk17</artifactId>
<version>${org.eclipse.serializer.version}</version>
<version>${org.eclipse.persistence.binary.jdk17.version}</version>
</dependency>

<dependency>
Expand Down