|
From: <fg...@us...> - 2013-12-10 16:42:15
|
Revision: 4548
http://openutils.svn.sourceforge.net/openutils/?rev=4548&view=rev
Author: fgiust
Date: 2013-12-10 16:42:12 +0000 (Tue, 10 Dec 2013)
Log Message:
-----------
release config
Modified Paths:
--------------
magnoliamodules/branches/magnolia44/openutils-mgnlcache/pom.xml
Modified: magnoliamodules/branches/magnolia44/openutils-mgnlcache/pom.xml
===================================================================
--- magnoliamodules/branches/magnolia44/openutils-mgnlcache/pom.xml 2013-12-10 16:26:14 UTC (rev 4547)
+++ magnoliamodules/branches/magnolia44/openutils-mgnlcache/pom.xml 2013-12-10 16:42:12 UTC (rev 4548)
@@ -45,6 +45,18 @@
</includes>
</resource>
</resources>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.4.1</version>
+ <configuration>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ <preparationGoals>install</preparationGoals>
+ <remoteTagging>true</remoteTagging>
+ <tagBase>svn+ssh://svn.code.sf.net/p/openutils/code/tags</tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
<dependencies>
<dependency>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|