DATACOUCH-76 - Upgrade to latest spring-data-commons and parent
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -14,13 +14,13 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.2.0.RELEASE</version>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<couchbase>1.3.2</couchbase>
|
||||
<jackson>2.3.2</jackson>
|
||||
<springdata.commons>1.6.5.RELEASE</springdata.commons>
|
||||
<springdata.commons>1.7.1.RELEASE</springdata.commons>
|
||||
<validation>1.0.0.GA</validation>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ Release Notes - Spring Data Couchbase - Version 1.0.0.RELEASE - 2014-03-13
|
||||
* [DATACOUCH-55] - Allow support for custom object mapping (like Date objects)
|
||||
* [DATACOUCH-72] - Update Couchbase SDK , Jackson and Spring-Data-Commons
|
||||
* [DATACOUCH-75] - Trim off find on custom repository finder methods.
|
||||
* [DATACOUCH-76] - Upgrade to latest spring-data-commons and parent
|
||||
|
||||
** New Feature
|
||||
* [DATACOUCH-71] - Support for JS303 Validation (& template events)
|
||||
|
||||
@@ -10,7 +10,7 @@ Import-Template:
|
||||
com.couchbase.client.*;version="${couchbase:[=.=.=,+1.0.0)}",
|
||||
net.spy.memcached.*;version="[2.8.0,3.0.0)",
|
||||
com.fasterxml.jackson.*;version="${jackson:[=.=.=,+1.0.0)}",
|
||||
org.springframework.*;version="${spring30:[=.=.=.=,+1.1.0)}",
|
||||
org.springframework.*;version="${spring:[=.=.=.=,+1.1.0)}",
|
||||
org.springframework.data.*;version="${springdata.commons:[=.=.=.=,+1.0.0)}",
|
||||
org.w3c.*;version="0.0.0",
|
||||
org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
||||
|
||||
Reference in New Issue
Block a user