Skip to content

Commit 9e84160

Browse files
committed
Upgraded to Spring Data JPA 1.0.1.RELEASE.
1 parent d098e99 commit 9e84160

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

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

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

1010
<name>Spring Data JPA sample projects</name>
1111
<description>Sample projects for Spring Data JPA</description>
1212
<url>http://www.springframework.org/spring-data</url>
13-
<inceptionYear>2010</inceptionYear>
13+
<inceptionYear>2011</inceptionYear>
1414

1515
<modules>
1616
<module>spring-data-jpa-example</module>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.springframework.data</groupId>
7575
<artifactId>spring-data-jpa</artifactId>
76-
<version>1.0.0.RELEASE</version>
76+
<version>1.0.1.RELEASE</version>
7777
</dependency>
7878

7979
<dependency>

0 commit comments

Comments
 (0)