You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by gn...@apache.org on 2007/02/12 13:16:53 UTC

svn commit: r506430 - in /incubator/ode/trunk: jbi/pom.xml pom.xml

Author: gnodet
Date: Mon Feb 12 04:16:52 2007
New Revision: 506430

URL: http://svn.apache.org/viewvc?view=rev&rev=506430
Log:
Include back jbi SE and switch to servicemix 3.1

Modified:
    incubator/ode/trunk/jbi/pom.xml
    incubator/ode/trunk/pom.xml

Modified: incubator/ode/trunk/jbi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/pom.xml?view=diff&rev=506430&r1=506429&r2=506430
==============================================================================
--- incubator/ode/trunk/jbi/pom.xml (original)
+++ incubator/ode/trunk/jbi/pom.xml Mon Feb 12 04:16:52 2007
@@ -32,7 +32,7 @@
 	</parent>
 	<version>2.0-SNAPSHOT</version>
 	<properties>
- 		<servicemixVersion>3.1-incubating-SNAPSHOT</servicemixVersion>
+ 		<servicemixVersion>3.1-incubating</servicemixVersion>
 	</properties>
 
 	<dependencies>

Modified: incubator/ode/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?view=diff&rev=506430&r1=506429&r2=506430
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Mon Feb 12 04:16:52 2007
@@ -133,8 +133,7 @@
         <module>bpel-store</module>
         <module>dao-hibernate-db-derby</module>
 
-	<!-- Maven/Servicemix is kaput right now. -->
-        <!-- <module>jbi</module> -->
+        <module>jbi</module>
         <module>jca-ra</module>
         <module>jca-rar</module>
         <module>jca-server</module>
@@ -324,6 +323,11 @@
                <updatePolicy>never</updatePolicy>
             </snapshots>
         </repository>
+        <repository>
+            <id>apache-incubator</id>
+            <name>Apache Incubator Repository</name>
+            <url>http://people.apache.org/repo/m2-incubating-repository</url>
+        </repository>
 
 
 <!-- Rely only on Intalio repository, prevents maven madness. 
@@ -336,17 +340,6 @@
                 <updatePolicy>never</updatePolicy>
             </snapshots>
         </repository>
-
- 
-                <repository>
-                    <id>apache-incubator</id>
-                    <name>Apache Incubator Repository</name>
-                    <url>http://people.apache.org/repo/m2-incubating-repository</url>
-                    <snapshots>
-                       <enabled>false</enabled>
-                       <updatePolicy>never</updatePolicy>
-                    </snapshots>
-                </repository>
         <repository>
             <id>ibiblio</id>
             <name>ibiblio</name>
@@ -392,6 +385,11 @@
             <name>Intalio Maven2 repository</name>
             <url>http://pxe.intalio.org/public/maven2</url>
         </pluginRepository>
+        <pluginRepository>
+            <id>apache-incubator</id>
+            <name>Apache Incubator Repository</name>
+            <url>http://people.apache.org/repo/m2-incubating-repository</url>
+        </pluginRepository>
 
 
 <!-- Safe sex....
@@ -411,11 +409,6 @@
             <id>ibiblio</id>
             <name>ibiblio</name>
             <url>http://www.ibiblio.org/maven2</url>
-        </pluginRepository>
-        <pluginRepository>
-            <id>apache-incubator</id>
-            <name>Apache Incubator Repository</name>
-            <url>http://people.apache.org/repo/m2-incubating-repository</url>
         </pluginRepository>
         <pluginRepository>
             <id>apache-snapshots</id>