Author: ffang
Date: Tue Jul 29 03:10:55 2008
New Revision: 680658
URL: http://svn.apache.org/viewvc?rev=680658&view=rev
Log:
[SMX4-77]apply patch on behalf of Mike Ramnarine with thanks
Modified:
servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml
servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml
servicemix/smx4/features/trunk/examples/camel/camel-sa/pom.xml
servicemix/smx4/features/trunk/examples/camel/camel-simple-su/pom.xml
servicemix/smx4/features/trunk/examples/camel/pom.xml
servicemix/smx4/features/trunk/examples/cxf-camel-nmr/pom.xml
servicemix/smx4/features/trunk/examples/cxf-http-osgi/pom.xml
servicemix/smx4/features/trunk/examples/cxf-nmr/pom.xml
servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml
servicemix/smx4/features/trunk/examples/cxf-wsdl-first/pom.xml
servicemix/smx4/features/trunk/examples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
servicemix/smx4/features/trunk/examples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
servicemix/smx4/features/trunk/examples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/pom.xml
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-jms-su/pom.xml
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-ode-su/pom.xml
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-sa/pom.xml
servicemix/smx4/features/trunk/examples/loan-broker-bpel/pom.xml
servicemix/smx4/features/trunk/examples/pom.xml
servicemix/smx4/features/trunk/examples/wsdl-first/pom.xml
servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-http-su/pom.xml
servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-jsr181-su/pom.xml
servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-sa/pom.xml
Modified: servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml Tue Jul 29
03:10:55 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>examples</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples</groupId>
Modified: servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml Tue Jul 29
03:10:55 2008
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>examples</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>camel-osgi</artifactId>
<packaging>bundle</packaging>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
<name>Apache ServiceMix Example :: Camel OSGi</name>
<dependencies>
Modified: servicemix/smx4/features/trunk/examples/camel/camel-sa/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/camel/camel-sa/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel/camel-sa/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/camel/camel-sa/pom.xml Tue Jul 29
03:10:55 2008
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>camel</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples.camel</groupId>
Modified: servicemix/smx4/features/trunk/examples/camel/camel-simple-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/camel/camel-simple-su/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel/camel-simple-su/pom.xml
(original)
+++ servicemix/smx4/features/trunk/examples/camel/camel-simple-su/pom.xml Tue
Jul 29 03:10:55 2008
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>camel</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples.camel</groupId>
Modified: servicemix/smx4/features/trunk/examples/camel/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/camel/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/camel/pom.xml Tue Jul 29 03:10:55
2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>examples</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples</groupId>
Modified: servicemix/smx4/features/trunk/examples/cxf-camel-nmr/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-camel-nmr/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-camel-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-camel-nmr/pom.xml Tue Jul 29
03:10:55 2008
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>examples</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>cxf-camel-nmr</artifactId>
<packaging>bundle</packaging>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
<name>Apache ServiceMix Example :: CXF-Camel NMR</name>
<dependencies>
Modified: servicemix/smx4/features/trunk/examples/cxf-http-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-http-osgi/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-http-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-http-osgi/pom.xml Tue Jul 29
03:10:55 2008
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>examples</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples</groupId>
Modified: servicemix/smx4/features/trunk/examples/cxf-nmr/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-nmr/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-nmr/pom.xml Tue Jul 29 03:10:55
2008
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>examples</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>cxf-nmr</artifactId>
<packaging>bundle</packaging>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
<name>Apache ServiceMix Example :: CXF NMR</name>
<dependencies>
Modified: servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml Tue Jul 29
03:10:55 2008
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>examples</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>cxf-osgi</artifactId>
<packaging>bundle</packaging>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
<name>Apache ServiceMix Example :: CXF OSGi</name>
<dependencies>
Modified: servicemix/smx4/features/trunk/examples/cxf-wsdl-first/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-wsdl-first/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-wsdl-first/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-wsdl-first/pom.xml Tue Jul 29
03:10:55 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>examples</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples</groupId>
Modified:
servicemix/smx4/features/trunk/examples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/examples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
(original)
+++
servicemix/smx4/features/trunk/examples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
Tue Jul 29 03:10:55 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>cxf-wsdl-first</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples.cxf-wsdl-first</groupId>
Modified:
servicemix/smx4/features/trunk/examples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/examples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
(original)
+++
servicemix/smx4/features/trunk/examples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
Tue Jul 29 03:10:55 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>cxf-wsdl-first</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples.cxf-wsdl-first</groupId>
Modified:
servicemix/smx4/features/trunk/examples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/examples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
(original)
+++
servicemix/smx4/features/trunk/examples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
Tue Jul 29 03:10:55 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>cxf-wsdl-first</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples.cxf-wsdl-first</groupId>
Modified:
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/pom.xml
(original)
+++
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/pom.xml
Tue Jul 29 03:10:55 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>loan-broker</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples.loan-broker</groupId>
Modified:
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml
(original)
+++
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml
Tue Jul 29 03:10:55 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>loan-broker</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples.loan-broker</groupId>
Modified:
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-jms-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-jms-su/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-jms-su/pom.xml
(original)
+++
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-jms-su/pom.xml
Tue Jul 29 03:10:55 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>loan-broker</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples.loan-broker</groupId>
Modified:
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-ode-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-ode-su/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-ode-su/pom.xml
(original)
+++
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-ode-su/pom.xml
Tue Jul 29 03:10:55 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>loan-broker</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples.loan-broker</groupId>
Modified:
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-sa/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-sa/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-sa/pom.xml
(original)
+++
servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-sa/pom.xml
Tue Jul 29 03:10:55 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>loan-broker</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples.loan-broker</groupId>
Modified: servicemix/smx4/features/trunk/examples/loan-broker-bpel/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/loan-broker-bpel/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/loan-broker-bpel/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/loan-broker-bpel/pom.xml Tue Jul 29
03:10:55 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>examples</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples</groupId>
Modified: servicemix/smx4/features/trunk/examples/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/pom.xml Tue Jul 29 03:10:55 2008
@@ -29,7 +29,7 @@
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>examples</artifactId>
<packaging>pom</packaging>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
<name>Apache ServiceMix Examples</name>
<modules>
Modified: servicemix/smx4/features/trunk/examples/wsdl-first/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/wsdl-first/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/wsdl-first/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/wsdl-first/pom.xml Tue Jul 29
03:10:55 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>examples</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples</groupId>
Modified:
servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-http-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-http-su/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-http-su/pom.xml
(original)
+++
servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-http-su/pom.xml
Tue Jul 29 03:10:55 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>wsdl-first</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples.wsdl-first</groupId>
Modified:
servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-jsr181-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-jsr181-su/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-jsr181-su/pom.xml
(original)
+++
servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-jsr181-su/pom.xml
Tue Jul 29 03:10:55 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>wsdl-first</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples.wsdl-first</groupId>
Modified:
servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-sa/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-sa/pom.xml?rev=680658&r1=680657&r2=680658&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-sa/pom.xml
(original)
+++ servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-sa/pom.xml
Tue Jul 29 03:10:55 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>wsdl-first</artifactId>
- <version>${servicemix.version}</version>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.examples.wsdl-first</groupId>