DATAGEODE-31 - Project build needs to use springdata.commons as property name for Spring Data Commons dependency.
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -23,7 +23,7 @@
|
|||||||
<geode.version>1.2.0</geode.version>
|
<geode.version>1.2.0</geode.version>
|
||||||
<multithreadedtc.version>1.01</multithreadedtc.version>
|
<multithreadedtc.version>1.01</multithreadedtc.version>
|
||||||
<servlet-api.version>2.5</servlet-api.version>
|
<servlet-api.version>2.5</servlet-api.version>
|
||||||
<spring-data-commons.version>2.0.0.BUILD-SNAPSHOT</spring-data-commons.version>
|
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
|
||||||
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
|
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
|
||||||
<source.level>1.8</source.level>
|
<source.level>1.8</source.level>
|
||||||
</properties>
|
</properties>
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.data</groupId>
|
<groupId>org.springframework.data</groupId>
|
||||||
<artifactId>spring-data-commons</artifactId>
|
<artifactId>spring-data-commons</artifactId>
|
||||||
<version>${spring-data-commons.version}</version>
|
<version>${springdata.commons}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Apache Geode -->
|
<!-- Apache Geode -->
|
||||||
|
|||||||
Reference in New Issue
Block a user