|
From: <de...@us...> - 2012-06-12 21:16:01
|
Revision: 7307
http://fudaa.svn.sourceforge.net/fudaa/?rev=7307&view=rev
Author: deniger
Date: 2012-06-12 21:15:55 +0000 (Tue, 12 Jun 2012)
Log Message:
-----------
bug java 1.7
Modified Paths:
--------------
trunk/pom/soft-pom/pom.xml
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2012-06-12 21:13:11 UTC (rev 7306)
+++ trunk/pom/soft-pom/pom.xml 2012-06-12 21:15:55 UTC (rev 7307)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>1.2</version>
+ <version>1.3</version>
</parent>
<groupId>org.fudaa.pom</groupId>
<artifactId>soft-pom</artifactId>
@@ -28,6 +28,8 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/soft</tagBase>
+ <!--to ignore javadoc and source attachment that blocked the release-->
+ <useReleaseProfile>false</useReleaseProfile>
</configuration>
</plugin>
</plugins>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|