Author: jbonofre
Date: Wed Jun  6 17:08:29 2012
New Revision: 1346985

URL: http://svn.apache.org/viewvc?rev=1346985&view=rev
Log:
Add bundles-pom 9 as parent POM to be able to easily release

Modified:
    servicemix/smx4/bundles/trunk/src-assembly/pom.xml

Modified: servicemix/smx4/bundles/trunk/src-assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/src-assembly/pom.xml?rev=1346985&r1=1346984&r2=1346985&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/src-assembly/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/src-assembly/pom.xml Wed Jun  6 17:08:29 2012
@@ -21,8 +21,15 @@
 
     <modelVersion>4.0.0</modelVersion>
 
+    <parent>
+           <groupId>org.apache.servicemix.bundles</groupId>
+           <artifactId>bundles-pom</artifactId>
+           <version>9</version>
+           <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>src-assembly</artifactId>
     <version>1.0-SNAPSHOT</version>
 
-</project>
\ No newline at end of file
+</project>


Reply via email to