Author: gertv
Date: Thu Jul 1 11:31:40 2010
New Revision: 959622
URL: http://svn.apache.org/viewvc?rev=959622&view=rev
Log:
Stop building SNAPSHOTs for bundles that are being released
Modified:
servicemix/smx4/bundles/trunk/pom.xml
Modified: servicemix/smx4/bundles/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=959622&r1=959621&r2=959622&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu Jul 1 11:31:40 2010
@@ -31,8 +31,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-pom</artifactId>
- <relativePath>../servicemix-pom/pom.xml</relativePath>
- <version>2</version>
+ <version>4</version>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
@@ -42,12 +41,6 @@
<name>Apache ServiceMix Bundles</name>
<modules>
- <module>jetty-bundle-6.1.24</module>
- <module>jsmpp-2.1.0</module>
- <module>commons-vfs-1.0</module>
- <module>quartz-1.8.3</module>
- <module>scala-compiler-2.8.0.RC7</module>
- <module>scala-library-2.8.0.RC7</module>
</modules>
</project>