You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2008/11/20 09:26:13 UTC

svn commit: r719195 - in /servicemix/smx3/trunk: distributions/apache-servicemix/pom.xml pom.xml

Author: lhein
Date: Thu Nov 20 00:26:13 2008
New Revision: 719195

URL: http://svn.apache.org/viewvc?rev=719195&view=rev
Log:
- changed to servicemix-pom version 2
- put snmp component into distribution

Modified:
    servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
    servicemix/smx3/trunk/pom.xml

Modified: servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml?rev=719195&r1=719194&r2=719195&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml Thu Nov 20 00:26:13 2008
@@ -82,6 +82,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-snmp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-osworkflow</artifactId>
     </dependency>
     <dependency>
@@ -451,6 +455,13 @@
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.servicemix</groupId>
+                  <artifactId>servicemix-snmp</artifactId>
+                  <version>${servicemix-snmp-version}</version>
+                  <classifier>installer</classifier>
+                  <type>zip</type>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.servicemix</groupId>
                   <artifactId>servicemix-osworkflow</artifactId>
                   <version>${servicemix-osworkflow-version}</version>
                   <classifier>installer</classifier>

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=719195&r1=719194&r2=719195&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Thu Nov 20 00:26:13 2008
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>servicemix-pom</artifactId>
-        <version>2-SNAPSHOT</version>
+        <version>2</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>
@@ -75,6 +75,7 @@
         <servicemix-cxf-se-version>2008.01</servicemix-cxf-se-version>
         <servicemix-drools-version>2008.01</servicemix-drools-version>
         <servicemix-file-version>2008.01</servicemix-file-version>
+        <servicemix-snmp-version>2008.01</servicemix-snmp-version>
         <res-maven-plugin-version>4.0</res-maven-plugin-version>
         <servicemix-build-version>1.0</servicemix-build-version>
         
@@ -582,6 +583,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
+                <artifactId>servicemix-snmp</artifactId>
+                <version>${servicemix-snmp-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-osworkflow</artifactId>
                 <version>${servicemix-osworkflow-version}</version>
             </dependency>