DATACOUCH-46 - Final preparations for 1.0 M2.
Upgraded to Spring Data Commons 1.6.2. Added necessary Maven plugins to actually build a distribution ZIP. Polished changelog and notice.txt.
This commit is contained in:
15
pom.xml
15
pom.xml
@@ -20,7 +20,7 @@
|
||||
<properties>
|
||||
<couchbase>1.2.2</couchbase>
|
||||
<jackson>2.2.3</jackson>
|
||||
<springdata.commons>1.6.1.RELEASE</springdata.commons>
|
||||
<springdata.commons>1.6.2.RELEASE</springdata.commons>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -110,4 +110,17 @@
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>wagon-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
Release Notes - Spring Data Couchbase - Version 1.0 M2 - 2013-11-14
|
||||
-------------------------------------------------------------------
|
||||
|
||||
** Bug
|
||||
* [DATACOUCH-25] - Cache TTL (Time To Live) property required.
|
||||
* [DATACOUCH-27] - MappingCouchbaseConverter skips ID field in read operation
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data Couchbase 1.0 M1
|
||||
Spring Data Couchbase 1.0 M2
|
||||
Copyright (c) [2013] Couchbase / Pivotal Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||||
|
||||
Reference in New Issue
Block a user