fixed typo in reference
[artifactory-release] Release version 1.3.0.RELEASE fixed version from artifactory build
This commit is contained in:
@@ -879,7 +879,7 @@ and a nested resolver declaration -->
|
||||
type are not targeted for AOP advice. In addition, the entrySet() method which returns a Set<java.util.Map.Entry<?,?>> is not affected.</note>
|
||||
</para>
|
||||
<programlisting language="xml">
|
||||
<gfe-data:json-region-autoproxy pretty-print="true", region-refs="myJsonRegion", convert-returned-collections="true"/>
|
||||
<gfe-data:json-region-autoproxy pretty-print="true" region-refs="myJsonRegion" convert-returned-collections="true"/>
|
||||
</programlisting>
|
||||
<para>This feature also works with seamlessly with GemfireTemplate operations, provided that the template is declared as a Spring bean. Currently native QueryService operations are not supported.
|
||||
</para>
|
||||
|
||||
@@ -1,27 +1,12 @@
|
||||
## Dependecies Version
|
||||
|
||||
# Logging
|
||||
log4jVersion = 1.2.16
|
||||
slf4jVersion = 1.6.4
|
||||
|
||||
# Common libraries
|
||||
springVersion = 3.2.2.RELEASE
|
||||
springDataCommonsVersion = 1.5.0.RELEASE
|
||||
gemfireVersion = 7.0.1
|
||||
|
||||
# Testing
|
||||
junitVersion = 4.8.2
|
||||
mockitoVersion = 1.9.0
|
||||
hamcrestVersion = 1.2.1
|
||||
cglibVersion = 2.2
|
||||
|
||||
# Manifest properties
|
||||
|
||||
## OSGi ranges
|
||||
spring.range = "[3.2.0, 4.0.0)"
|
||||
gemfire.range = "[6.5, 8.0)"
|
||||
|
||||
# --------------------
|
||||
# Project wide version
|
||||
# --------------------
|
||||
version=1.3.0.BUILD-SNAPSHOT
|
||||
slf4jVersion=1.6.4
|
||||
junitVersion=4.8.2
|
||||
gemfireVersion=7.0.1
|
||||
spring.range="[3.2.0, 4.0.0)"
|
||||
springVersion=3.2.2.RELEASE
|
||||
springDataCommonsVersion=1.5.0.RELEASE
|
||||
log4jVersion=1.2.16
|
||||
hamcrestVersion=1.2.1
|
||||
version=1.3.0.BUILD-SNAPSHOT
|
||||
gemfire.range="[6.5, 8.0)"
|
||||
cglibVersion=2.2
|
||||
mockitoVersion=1.9.0
|
||||
|
||||
Reference in New Issue
Block a user