You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2013/03/14 21:02:46 UTC

svn commit: r1456631 - /incubator/onami/trunk/converters/pom.xml

Author: simonetripodi
Date: Thu Mar 14 20:02:46 2013
New Revision: 1456631

URL: http://svn.apache.org/r1456631
Log:
releng: no more needs for release profile to obtain source packages 

Modified:
    incubator/onami/trunk/converters/pom.xml

Modified: incubator/onami/trunk/converters/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/converters/pom.xml?rev=1456631&r1=1456630&r2=1456631&view=diff
==============================================================================
--- incubator/onami/trunk/converters/pom.xml (original)
+++ incubator/onami/trunk/converters/pom.xml Thu Mar 14 20:02:46 2013
@@ -43,6 +43,7 @@
     <module>numbers</module>
     <module>sql</module>
     <module>system</module>
+    <module>all</module>
   </modules>
 
   <scm>
@@ -147,13 +148,4 @@
     </plugins>
   </reporting>
 
-  <profiles>
-    <profile>
-      <id>release</id>
-      <modules>
-        <module>all</module>
-      </modules>
-    </profile>
-  </profiles>
-
 </project>