SGF-491 - Post-release cleanup.
This commit is contained in:
@@ -82,7 +82,7 @@ tasks.withType(Test).all {
|
||||
repositories {
|
||||
maven { url "https://repo.spring.io/libs-release" }
|
||||
maven { url "https://repo.spring.io/plugins-release"}
|
||||
// maven { url "https://repository.apache.org/content/repositories/snapshots" }
|
||||
maven { url "https://repository.apache.org/content/repositories/snapshots" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
spring.range="[4.0.0, 5.0.0)"
|
||||
jacksonVersion=2.6.5
|
||||
servletApiVersion=2.5
|
||||
version=1.0.0.APACHE-GEODE-INCUBATING-SNAPSHOT
|
||||
junitVersion=4.12
|
||||
antlrVersion=2.7.7
|
||||
mockitoVersion=1.10.19
|
||||
gemfireVersion=1.0.0-incubating.M2
|
||||
multiThreadedtcVersion=1.01
|
||||
springDataBuildVersion=1.8.1.RELEASE
|
||||
openwebbeansVersion=1.2.8
|
||||
springVersion=4.2.5.RELEASE
|
||||
log4jVersion=1.2.17
|
||||
springDataCommonsVersion=1.12.1.RELEASE
|
||||
aspectjVersion=1.8.9
|
||||
hamcrestVersion=1.3
|
||||
antlrVersion=2.7.7
|
||||
cdiVersion=1.0
|
||||
gemfireVersion=1.0.0-incubating.M3-SNAPSHOT
|
||||
hamcrestVersion=1.3
|
||||
jacksonVersion=2.6.5
|
||||
junitVersion=4.12
|
||||
log4jVersion=1.2.17
|
||||
mockitoVersion=1.10.19
|
||||
multiThreadedtcVersion=1.01
|
||||
openwebbeansVersion=1.2.8
|
||||
servletApiVersion=2.5
|
||||
slf4jVersion=1.7.19
|
||||
springVersion=4.2.5.RELEASE
|
||||
spring.range="[4.0.0, 5.0.0)"
|
||||
springDataBuildVersion=1.8.1.RELEASE
|
||||
springDataCommonsVersion=1.12.1.RELEASE
|
||||
version=1.0.0.APACHE-GEODE-INCUBATING-SNAPSHOT
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -20,7 +20,7 @@
|
||||
<properties>
|
||||
<dist.key>SGF</dist.key>
|
||||
<antlr.version>2.7.7</antlr.version>
|
||||
<gemfire.version>1.0.0-incubating.M2</gemfire.version>
|
||||
<gemfire.version>1.0.0-incubating.M3-SNAPSHOT</gemfire.version>
|
||||
<multithreadedtc.version>1.01</multithreadedtc.version>
|
||||
<servlet-api.version>2.5</servlet-api.version>
|
||||
<springdata.commons>1.12.1.RELEASE</springdata.commons>
|
||||
@@ -31,12 +31,10 @@
|
||||
<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>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<prop key="name">LocalNamespaceConfig</prop>
|
||||
<prop key="mcast-port">0</prop>
|
||||
<prop key="log-level">warning</prop>
|
||||
<prop key="off-heap-memory-size">64m</prop>
|
||||
</util:properties>
|
||||
|
||||
<gfe:cache properties-ref="gemfireProperties"/>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<prop key="name">PartitionedNamespaceConfig</prop>
|
||||
<prop key="mcast-port">0</prop>
|
||||
<prop key="log-level">warning</prop>
|
||||
<prop key="off-heap-memory-size">64m</prop>
|
||||
</util:properties>
|
||||
|
||||
<util:properties id="props">
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<prop key="name">ReplicatedNamespaceConfig</prop>
|
||||
<prop key="mcast-port">0</prop>
|
||||
<prop key="log-level">warning</prop>
|
||||
<prop key="off-heap-memory-size">64m</prop>
|
||||
</util:properties>
|
||||
|
||||
<gfe:cache properties-ref="gemfireProperties"/>
|
||||
|
||||
Reference in New Issue
Block a user