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:
Oliver Gierke
2013-11-14 21:12:18 +00:00
parent a244d97dac
commit 189ec98b93
3 changed files with 15 additions and 3 deletions

15
pom.xml
View File

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

View File

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

View File

@@ -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").