DATAKV-126 - Tweaked version properties for Gosling SR4.
Use JodaTime property from parent project.
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -5,20 +5,20 @@
|
||||
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-keyvalue</artifactId>
|
||||
<version>1.0.3.BUILD-SNAPSHOT</version>
|
||||
<version>1.0.4.BUILD-SNAPSHOT</version>
|
||||
|
||||
<name>Spring Data KeyValue</name>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.7.3.BUILD-SNAPSHOT</version>
|
||||
<version>1.7.4.BUILD-SNAPSHOT</version>
|
||||
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<dist.key>DATAKV</dist.key>
|
||||
<springdata.commons>1.11.3.BUILD-SNAPSHOT</springdata.commons>
|
||||
<springdata.commons>1.11.4.BUILD-SNAPSHOT</springdata.commons>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -49,7 +49,7 @@
|
||||
<dependency>
|
||||
<groupId>joda-time</groupId>
|
||||
<artifactId>joda-time</artifactId>
|
||||
<version>2.5</version>
|
||||
<version>${jodatime}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user