Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 54b72e3

Browse files
committed
Release version 2.0.8 (Neumann SR8).
See #923
1 parent 2b33831 commit 54b72e3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-relational-parent</artifactId>
8-
<version>2.0.8.BUILD-SNAPSHOT</version>
8+
<version>2.0.8.RELEASE</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data Relational Parent</name>

‎spring-data-jdbc-distribution/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.data</groupId>
1616
<artifactId>spring-data-relational-parent</artifactId>
17-
<version>2.0.8.BUILD-SNAPSHOT</version>
17+
<version>2.0.8.RELEASE</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020

‎spring-data-jdbc/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77

88
<artifactId>spring-data-jdbc</artifactId>
9-
<version>2.0.8.BUILD-SNAPSHOT</version>
9+
<version>2.0.8.RELEASE</version>
1010

1111
<name>Spring Data JDBC</name>
1212
<description>Spring Data module for JDBC repositories.</description>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data</groupId>
1717
<artifactId>spring-data-relational-parent</artifactId>
18-
<version>2.0.8.BUILD-SNAPSHOT</version>
18+
<version>2.0.8.RELEASE</version>
1919
</parent>
2020

2121
<properties>

‎spring-data-relational/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<modelVersion>4.0.0</modelVersion>
77

88
<artifactId>spring-data-relational</artifactId>
9-
<version>2.0.8.BUILD-SNAPSHOT</version>
9+
<version>2.0.8.RELEASE</version>
1010

1111
<name>Spring Data Relational</name>
1212
<description>Spring Data Relational support</description>
1313

1414
<parent>
1515
<groupId>org.springframework.data</groupId>
1616
<artifactId>spring-data-relational-parent</artifactId>
17-
<version>2.0.8.BUILD-SNAPSHOT</version>
17+
<version>2.0.8.RELEASE</version>
1818
</parent>
1919

2020
<properties>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /