Skip to content

Commit b95b389

Browse files
committed
Upgraded to Spring Data 1.0.2.RELEASE.
1 parent e238854 commit b95b389

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.springframework.data.jpa.examples</groupId>
66
<artifactId>spring-data-jpa-examples-parent</artifactId>
7-
<version>1.0.2.BUILD-SNAPSHOT</version>
7+
<version>1.0.2.RELEASE</version>
88
<packaging>pom</packaging>
99

1010
<name>Spring Data JPA sample projects</name>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.springframework.data</groupId>
7575
<artifactId>spring-data-jpa</artifactId>
76-
<version>1.0.1.RELEASE</version>
76+
<version>1.0.2.RELEASE</version>
7777
</dependency>
7878

7979
<dependency>

spring-data-jpa-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.data.jpa.examples</groupId>
99
<artifactId>spring-data-jpa-examples-parent</artifactId>
10-
<version>1.0.2.BUILD-SNAPSHOT</version>
10+
<version>1.0.2.RELEASE</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

spring-data-jpa-showcase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.data.jpa.examples</groupId>
99
<artifactId>spring-data-jpa-examples-parent</artifactId>
10-
<version>1.0.2.BUILD-SNAPSHOT</version>
10+
<version>1.0.2.RELEASE</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)