Skip to content

Commit

Permalink
Upgraded to Spring Data 1.0.2.RELEASE.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Feb 15, 2012
1 parent e238854 commit b95b389
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

<name>Spring Data JPA sample projects</name>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.0.1.RELEASE</version>
<version>1.0.2.RELEASE</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-data-jpa-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.data.jpa.examples</groupId>
<artifactId>spring-data-jpa-examples-parent</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-data-jpa-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.data.jpa.examples</groupId>
<artifactId>spring-data-jpa-examples-parent</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit b95b389

Please sign in to comment.