SGF-491 - Pre-release cleanup.

This commit is contained in:
John Blum
2016-04-28 16:09:22 -07:00
parent b9ae904e7b
commit 52b4617066
7 changed files with 156 additions and 151 deletions

14
pom.xml
View File

@@ -12,15 +12,15 @@
</parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>1.7.0.APACHE-GEODE-EA-SNAPSHOT</version>
<artifactId>spring-data-geode</artifactId>
<version>1.0.0.APACHE-GEODE-INCUBATING-SNAPSHOT</version>
<name>Spring Data Gemfire</name>
<name>Spring Data Geode</name>
<properties>
<dist.key>SGF</dist.key>
<antlr.version>2.7.7</antlr.version>
<gemfire.version>1.0.0-incubating.M2-SNAPSHOT</gemfire.version>
<gemfire.version>1.0.0-incubating.M2</gemfire.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<servlet-api.version>2.5</servlet-api.version>
<springdata.commons>1.12.1.RELEASE</springdata.commons>
@@ -28,13 +28,15 @@
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
</repository>
<!--
<repository>
<id>apache-snapshots</id>
<url>https://repository.apache.org/content/repositories/snapshots</url>
</repository>
-->
</repositories>
<pluginRepositories>