Skip to content

Commit

Permalink
DATAGEODE-31 - Project build needs to use springdata.commons as prope…
Browse files Browse the repository at this point in the history
…rty name for Spring Data Commons dependency.
  • Loading branch information
jxblum committed Jul 30, 2017
1 parent 61257ce commit 7eee3ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -23,7 +23,7 @@
<geode.version>1.2.0</geode.version>
<multithreadedtc.version>1.01</multithreadedtc.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>
<source.level>1.8</source.level>
</properties>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>${spring-data-commons.version}</version>
<version>${springdata.commons}</version>
</dependency>

<!-- Apache Geode -->
Expand Down

0 comments on commit 7eee3ee

Please sign in to comment.