You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2010/02/07 10:27:38 UTC

svn commit: r907400 - in /camel/trunk: apache-camel/pom.xml components/camel-nagios/pom.xml components/pom.xml parent/pom.xml

Author: davsclaus
Date: Sun Feb  7 09:27:38 2010
New Revision: 907400

URL: http://svn.apache.org/viewvc?rev=907400&view=rev
Log:
Added camel-nagios to the kit.

Modified:
    camel/trunk/apache-camel/pom.xml
    camel/trunk/components/camel-nagios/pom.xml
    camel/trunk/components/pom.xml
    camel/trunk/parent/pom.xml

Modified: camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=907400&r1=907399&r2=907400&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Sun Feb  7 09:27:38 2010
@@ -192,6 +192,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-nagios</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-ognl</artifactId>
     </dependency>
     <dependency>

Modified: camel/trunk/components/camel-nagios/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-nagios/pom.xml?rev=907400&r1=907399&r2=907400&view=diff
==============================================================================
--- camel/trunk/components/camel-nagios/pom.xml (original)
+++ camel/trunk/components/camel-nagios/pom.xml Sun Feb  7 09:27:38 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.2-SNAPSHOT</version>
+        <version>2.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-nagios</artifactId>

Modified: camel/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=907400&r1=907399&r2=907400&view=diff
==============================================================================
--- camel/trunk/components/pom.xml (original)
+++ camel/trunk/components/pom.xml Sun Feb  7 09:27:38 2010
@@ -72,6 +72,7 @@
     <module>camel-mina</module>
     <module>camel-msv</module>
     <module>camel-mvel</module>
+    <module>camel-nagios</module>
     <module>camel-ognl</module>
     <module>camel-osgi</module>
     <module>camel-printer</module>

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=907400&r1=907399&r2=907400&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Sun Feb  7 09:27:38 2010
@@ -379,6 +379,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-nagios</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-ognl</artifactId>
         <version>${project.version}</version>
       </dependency>