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>
|
||||
|
||||
Reference in New Issue
Block a user