Skip to content

Commit

Permalink
Fix incorrect dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Warren committed Sep 17, 2018
1 parent 4da52dc commit 7ce73c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spring-content-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-versions-commons</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</dependency>
<!-- Locking and Versioning Spike -->

Expand Down
4 changes: 2 additions & 2 deletions spring-content-fs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-versions-commons</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-versions-jpa</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<!-- Locking and Versioning Spike -->
Expand Down

0 comments on commit 7ce73c7

Please sign in to comment.