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:46 UTC

svn commit: r1381996 - in /camel/trunk: parent/pom.xml pom.xml

Author: cmueller
Date: Fri Sep  7 12:19:45 2012
New Revision: 1381996

URL: http://svn.apache.org/viewvc?rev=1381996&view=rev
Log:
CAMEL-4643: upgraded to pom org.apache/apache version 11

Modified:
    camel/trunk/parent/pom.xml
    camel/trunk/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1381996&r1=1381995&r2=1381996&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Fri Sep  7 12:19:45 2012
@@ -2208,6 +2208,7 @@
         <activeByDefault>true</activeByDefault>
       </activation>
     </profile>
+    
     <profile>
       <id>fastinstall</id>
       <activation>
@@ -2220,6 +2221,7 @@
         <noassembly>true</noassembly>
       </properties>
     </profile>
+    
     <profile>
       <id>sourcecheck</id>
       <build>
@@ -2231,6 +2233,7 @@
         </plugins>
       </build>
     </profile>
+    
     <profile>
       <id>setup.eclipse</id>
       <build>
@@ -2253,12 +2256,14 @@
         </plugins>
       </build>
     </profile>
+    
     <profile>
       <id>spring3.1</id>
       <properties>
         <spring-version>3.1.2.RELEASE</spring-version>
       </properties>
     </profile>
+    
     <profile>
       <id>jdk1.7</id>
       <activation>

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1381996&r1=1381995&r2=1381996&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Fri Sep  7 12:19:45 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>10</version>
+    <version>11</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>