Skip to content

Commit

Permalink
Upgraded to Spring Data JPA 1.0.1.RELEASE.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Sep 8, 2011
1 parent d098e99 commit 9e84160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

<groupId>org.springframework.data.jpa.examples</groupId>
<artifactId>spring-data-jpa-examples-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.1.RELEASE</version>
<packaging>pom</packaging>

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

<modules>
<module>spring-data-jpa-example</module>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.1.RELEASE</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9e84160

Please sign in to comment.