Skip to content

Commit

Permalink
spring-projects#297 - Fixed POM setup for 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Oct 6, 2017
1 parent 6f3dd29 commit 567da54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jpa/security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data.examples</groupId>
<artifactId>spring-data-jpa-examples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-data-jpa-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mongodb/fluent-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.data.examples</groupId>
<artifactId>spring-data-mongodb-examples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>

</project>

0 comments on commit 567da54

Please sign in to comment.