You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2012/09/07 14:19:36 UTC

svn commit: r1381994 - in /camel/trunk: buildingtools/pom.xml parent/pom.xml platforms/karaf/pom.xml pom.xml tests/test-bundles/mock-javamail_1.7/pom.xml tests/test-bundles/pom.xml

Author: cmueller
Date: Fri Sep  7 12:19:35 2012
New Revision: 1381994

URL: http://svn.apache.org/viewvc?rev=1381994&view=rev
Log:
CAMEL-4643: buildingstools now use camel-parent as parent pom

Modified:
    camel/trunk/buildingtools/pom.xml
    camel/trunk/parent/pom.xml
    camel/trunk/platforms/karaf/pom.xml
    camel/trunk/pom.xml
    camel/trunk/tests/test-bundles/mock-javamail_1.7/pom.xml
    camel/trunk/tests/test-bundles/pom.xml

Modified: camel/trunk/buildingtools/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/buildingtools/pom.xml?rev=1381994&r1=1381993&r2=1381994&view=diff
==============================================================================
--- camel/trunk/buildingtools/pom.xml (original)
+++ camel/trunk/buildingtools/pom.xml Fri Sep  7 12:19:35 2012
@@ -22,12 +22,12 @@
 
     <parent>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel</artifactId>
+        <artifactId>camel-parent</artifactId>
         <version>2.11-SNAPSHOT</version>
+        <relativePath>../parent</relativePath>
     </parent>
        
     <artifactId>camel-buildtools</artifactId>
-    <version>2.11-SNAPSHOT</version>
     <name>Apache :: Camel Buildtools</name>
     <description>The build tools for the Camel project</description>    
     <packaging>jar</packaging>

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1381994&r1=1381993&r2=1381994&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Fri Sep  7 12:19:35 2012
@@ -27,7 +27,6 @@
 
   <groupId>org.apache.camel</groupId>
   <artifactId>camel-parent</artifactId>
-  <version>2.11-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Camel :: Parent</name>
   <description>Camel Parent POM</description>

Modified: camel/trunk/platforms/karaf/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/pom.xml?rev=1381994&r1=1381993&r2=1381994&view=diff
==============================================================================
--- camel/trunk/platforms/karaf/pom.xml (original)
+++ camel/trunk/platforms/karaf/pom.xml Fri Sep  7 12:19:35 2012
@@ -31,7 +31,6 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>karaf</artifactId>
     <packaging>pom</packaging>
-    <version>2.11-SNAPSHOT</version>
     <name>Camel :: Platforms :: Apache Karaf</name>
 
     <modules>

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1381994&r1=1381993&r2=1381994&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Fri Sep  7 12:19:35 2012
@@ -111,9 +111,10 @@
              </releases>
          </pluginRepository>
   </pluginRepositories>
+  
   <modules>
-    <module>buildingtools</module>
     <module>parent</module>
+    <module>buildingtools</module>
     <module>camel-core</module>
     <module>components</module>
     <module>platforms</module>

Modified: camel/trunk/tests/test-bundles/mock-javamail_1.7/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/test-bundles/mock-javamail_1.7/pom.xml?rev=1381994&r1=1381993&r2=1381994&view=diff
==============================================================================
--- camel/trunk/tests/test-bundles/mock-javamail_1.7/pom.xml (original)
+++ camel/trunk/tests/test-bundles/mock-javamail_1.7/pom.xml Fri Sep  7 12:19:35 2012
@@ -17,7 +17,6 @@
         See the License for the specific language governing permissions and
         limitations under the License.
     -->
-
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
@@ -28,7 +27,6 @@
 
     <groupId>org.apache.camel.tests</groupId>
     <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId>
-    <version>2.11-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Camel :: Integration Tests :: Test Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>

Modified: camel/trunk/tests/test-bundles/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/test-bundles/pom.xml?rev=1381994&r1=1381993&r2=1381994&view=diff
==============================================================================
--- camel/trunk/tests/test-bundles/pom.xml (original)
+++ camel/trunk/tests/test-bundles/pom.xml Fri Sep  7 12:19:35 2012
@@ -29,7 +29,6 @@
     <groupId>org.apache.camel.tests.bundles</groupId>
     <artifactId>bundles-pom</artifactId>
     <packaging>pom</packaging>
-    <version>2.11-SNAPSHOT</version>
     <name>Camel :: Integration Tests :: Test Bundles</name>
 
     <properties>