|
From: <de...@us...> - 2009-10-15 20:35:38
|
Revision: 5304
http://fudaa.svn.sourceforge.net/fudaa/?rev=5304&view=rev
Author: deniger
Date: 2009-10-15 20:35:31 +0000 (Thu, 15 Oct 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2009-10-15 20:29:47 UTC (rev 5303)
+++ trunk/pom/business-pom/pom.xml 2009-10-15 20:35:31 UTC (rev 5304)
@@ -23,4 +23,14 @@
<developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/business/</developerConnection>
<url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/business/</url>
</scm>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business</tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|