SGF-491 - Pre-release cleanup.
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user