fixed typo in reference

[artifactory-release] Release version 1.3.0.RELEASE

fixed version from artifactory build
This commit is contained in:
David Turanski
2013-03-14 11:20:03 -04:00
parent 411ca58309
commit 01c26fbba3
2 changed files with 13 additions and 28 deletions

View File

@@ -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&lt;java.util.Map.Entry&lt;?,?&gt;&gt; is not affected.</note>
</para>
<programlisting language="xml">
&lt;gfe-data:json-region-autoproxy pretty-print="true", region-refs="myJsonRegion", convert-returned-collections="true"/&gt;
&lt;gfe-data:json-region-autoproxy pretty-print="true" region-refs="myJsonRegion" convert-returned-collections="true"/&gt;
</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>

View File

@@ -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