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=997802&r1=997801&r2=997802&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/cxf-wsdl-first/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/cxf-wsdl-first/pom.xml Thu Sep 16 15:49:11 2010 @@ -28,7 +28,7 @@ <groupId>org.apache.servicemix.examples</groupId> <artifactId>cxf-wsdl-first</artifactId> - <name>ServiceMix :: Samples :: CXF WSDL first</name> + <name>Apache ServiceMix :: Features :: Examples :: CXF WSDL First</name> <packaging>pom</packaging> <!-- Add ServiceMix repositories for snaphots and releases --> @@ -93,7 +93,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>${maven.assembly.version}</version> + <version>${maven-assembly-plugin.version}</version> <inherited>false</inherited> <executions> <execution> @@ -113,7 +113,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>jbi-maven-plugin</artifactId> - <version>${servicemix-jbi-plugin-version}</version> + <version>${jbi-maven-plugin.version}</version> <extensions>true</extensions> </plugin> </plugins>
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=997802&r1=997801&r2=997802&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 Thu Sep 16 15:49:11 2010 @@ -29,7 +29,7 @@ <groupId>org.apache.servicemix.examples.cxf-wsdl-first</groupId> <artifactId>wsdl-first-cxf-sa</artifactId> <packaging>jbi-service-assembly</packaging> - <name>ServiceMix :: Samples :: WSDL first :: SA</name> + <name>Apache ServiceMix :: Features :: Examples :: WSDL First :: SA</name> <dependencies> <dependency> @@ -49,7 +49,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>jbi-maven-plugin</artifactId> - <version>${servicemix-jbi-plugin-version}</version> + <version>${jbi-maven-plugin.version}</version> <extensions>true</extensions> </plugin> </plugins> 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=997802&r1=997801&r2=997802&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 Thu Sep 16 15:49:11 2010 @@ -29,13 +29,13 @@ <groupId>org.apache.servicemix.examples.cxf-wsdl-first</groupId> <artifactId>wsdl-first-cxfbc-su</artifactId> <packaging>jbi-service-unit</packaging> - <name>ServiceMix :: Samples :: WSDL first :: CXF BC</name> + <name>Apache ServiceMix :: Features :: Examples :: WSDL First :: CXF BC SU</name> <dependencies> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-cxf-bc</artifactId> - <version>${servicemix-cxf-bc-version}</version> + <version>${servicemix-cxf-bc.version}</version> </dependency> </dependencies> @@ -44,7 +44,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>jbi-maven-plugin</artifactId> - <version>${servicemix-jbi-plugin-version}</version> + <version>${jbi-maven-plugin.version}</version> <extensions>true</extensions> </plugin> </plugins> 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=997802&r1=997801&r2=997802&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 Thu Sep 16 15:49:11 2010 @@ -29,13 +29,13 @@ <groupId>org.apache.servicemix.examples.cxf-wsdl-first</groupId> <artifactId>wsdl-first-cxfse-su</artifactId> <packaging>jbi-service-unit</packaging> - <name>ServiceMix :: Samples :: WSDL first :: CXF SE</name> + <name>Apache ServiceMix :: Features :: Examples :: WSDL First :: CXF SE SU</name> <dependencies> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-cxf-se</artifactId> - <version>${servicemix-cxf-se-version}</version> + <version>${servicemix-cxf-se.version}</version> </dependency> <dependency> <groupId>javax.xml.ws</groupId> @@ -112,7 +112,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>jbi-maven-plugin</artifactId> - <version>${servicemix-jbi-plugin-version}</version> + <version>${jbi-maven-plugin.version}</version> <extensions>true</extensions> </plugin> </plugins> Modified: servicemix/smx4/features/trunk/examples/itests/cxf-handler-cfg/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-handler-cfg/pom.xml?rev=997802&r1=997801&r2=997802&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/cxf-handler-cfg/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/cxf-handler-cfg/pom.xml Thu Sep 16 15:49:11 2010 @@ -31,7 +31,7 @@ <artifactId>org.apache.servicemix.examples.itests.cxf-handler-cfg</artifactId> <packaging>bundle</packaging> <version>4.3.0-SNAPSHOT</version> - <name>Apache ServiceMix Example ITESTS BUNDLE:: CXF SOAP HANDLER OSGi</name> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF SOAP Handler OSGi</name> <dependencies> <dependency> @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo.wsmetadata.version}</version> + <version>${geronimo-ws-metadata.version}</version> </dependency> </dependencies> Modified: servicemix/smx4/features/trunk/examples/itests/cxf-http-osgi/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-http-osgi/pom.xml?rev=997802&r1=997801&r2=997802&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/cxf-http-osgi/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/cxf-http-osgi/pom.xml Thu Sep 16 15:49:11 2010 @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.examples</groupId> <artifactId>org.apache.servicemix.examples.itests.cxf-http-osgi</artifactId> <packaging>bundle</packaging> - <name>Apache ServiceMix Example ITESTS BUNDLE :: CXF OSGi</name> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF OSGi</name> <dependencies> <dependency> @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo.wsmetadata.version}</version> + <version>${geronimo-ws-metadata.version}</version> </dependency> <dependency> Modified: servicemix/smx4/features/trunk/examples/itests/cxf-jms-osgi/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-jms-osgi/pom.xml?rev=997802&r1=997801&r2=997802&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/cxf-jms-osgi/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/cxf-jms-osgi/pom.xml Thu Sep 16 15:49:11 2010 @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.examples</groupId> <artifactId>org.apache.servicemix.examples.itests.cxf-jms-osgi</artifactId> <packaging>bundle</packaging> - <name>Apache ServiceMix Example ITESTS BUNDLE:: CXF JMS transport OSGi</name> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF JMS Transport OSGi</name> <dependencies> <dependency> @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo.wsmetadata.version}</version> + <version>${geronimo-ws-metadata.version}</version> </dependency> <dependency> Modified: servicemix/smx4/features/trunk/examples/itests/cxf-mtom-osgi/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-mtom-osgi/pom.xml?rev=997802&r1=997801&r2=997802&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/cxf-mtom-osgi/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/cxf-mtom-osgi/pom.xml Thu Sep 16 15:49:11 2010 @@ -31,7 +31,7 @@ <artifactId>org.apache.servicemix.examples.itests.cxf-mtom-osgi</artifactId> <packaging>bundle</packaging> <version>4.3.0-SNAPSHOT</version> - <name>Apache ServiceMix Example ITESTS BUNDLE:: CXF MTOM OSGi</name> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF MTOM OSGi</name> <dependencies> <dependency> @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo.wsmetadata.version}</version> + <version>${geronimo-ws-metadata.version}</version> </dependency> </dependencies> Modified: servicemix/smx4/features/trunk/examples/itests/cxf-nmr-osgi/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-nmr-osgi/pom.xml?rev=997802&r1=997801&r2=997802&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/cxf-nmr-osgi/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/cxf-nmr-osgi/pom.xml Thu Sep 16 15:49:11 2010 @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.examples</groupId> <artifactId>org.apache.servicemix.examples.itests.cxf-nmr-osgi</artifactId> <packaging>bundle</packaging> - <name>Apache ServiceMix Example ITESTS BUNDLE:: CXF NMR transport OSGi</name> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF NMR Transport OSGi</name> <dependencies> <dependency> @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo.wsmetadata.version}</version> + <version>${geronimo-ws-metadata.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.examples</groupId> Modified: servicemix/smx4/features/trunk/examples/itests/cxf-soap-handler-osgi/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-soap-handler-osgi/pom.xml?rev=997802&r1=997801&r2=997802&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/cxf-soap-handler-osgi/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/cxf-soap-handler-osgi/pom.xml Thu Sep 16 15:49:11 2010 @@ -31,7 +31,7 @@ <artifactId>org.apache.servicemix.examples.itests.cxf-soap-handler-osgi</artifactId> <packaging>bundle</packaging> <version>4.3.0-SNAPSHOT</version> - <name>Apache ServiceMix Example ITESTS BUNDLE:: CXF SOAP HANDLER OSGi</name> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF SOAP Handler OSGi</name> <dependencies> <dependency> @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo.wsmetadata.version}</version> + <version>${geronimo-ws-metadata.version}</version> </dependency> </dependencies> Modified: servicemix/smx4/features/trunk/examples/itests/cxf-ws-security-osgi/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-ws-security-osgi/pom.xml?rev=997802&r1=997801&r2=997802&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/cxf-ws-security-osgi/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/cxf-ws-security-osgi/pom.xml Thu Sep 16 15:49:11 2010 @@ -30,14 +30,14 @@ <groupId>org.apache.servicemix.examples</groupId> <artifactId>org.apache.servicemix.examples.itests.cxf-ws-security-osgi</artifactId> <packaging>bundle</packaging> - <name>Apache ServiceMix Example ITESTS BUNDLE :: CXF WS SECURITY OSGi</name> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF WS Security OSGi</name> <dependencies> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo.wsmetadata.version}</version> + <version>${geronimo-ws-metadata.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix</groupId> Modified: servicemix/smx4/features/trunk/examples/itests/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/pom.xml?rev=997802&r1=997801&r2=997802&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/pom.xml Thu Sep 16 15:49:11 2010 @@ -28,7 +28,7 @@ <groupId>org.apache.servicemix.examples</groupId> <artifactId>org.apache.servicemix.examples.itests</artifactId> <packaging>pom</packaging> - <name>Apache ServiceMix Examples Integration Tests</name> + <name>Apache ServiceMix :: Features :: Examples :: iTests</name> <modules> Modified: servicemix/smx4/features/trunk/examples/itests/test-commons/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/test-commons/pom.xml?rev=997802&r1=997801&r2=997802&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/test-commons/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/test-commons/pom.xml Thu Sep 16 15:49:11 2010 @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.examples</groupId> <artifactId>org.apache.servicemix.examples.itests.test-commons</artifactId> <packaging>bundle</packaging> - <name>Apache ServiceMix Example ITESTS BUNDLE :: COMMON CLASSES</name> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: Common Classes</name> <dependencies> <dependency> @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo.wsmetadata.version}</version> + <version>${geronimo-ws-metadata.version}</version> </dependency> </dependencies> Modified: servicemix/smx4/features/trunk/examples/itests/tests/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/tests/pom.xml?rev=997802&r1=997801&r2=997802&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/tests/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/tests/pom.xml Thu Sep 16 15:49:11 2010 @@ -29,7 +29,7 @@ <groupId>org.apache.servicemix.examples</groupId> <artifactId>org.apache.servicemix.examples.itests.tests</artifactId> <packaging>jar</packaging> - <name>Apache ServiceMix Examples Integration Tests</name> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: Integration Tests</name> <dependencies> <dependency> @@ -74,12 +74,12 @@ <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.ant</artifactId> - <version>${ant.version}</version> + <version>${ant.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.jaxb-impl</artifactId> - <version>${jaxb.impl.version}</version> + <version>${jaxb-impl.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> @@ -89,12 +89,12 @@ <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.neethi</artifactId> - <version>${neethi.version}</version> + <version>${neethi.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.saaj-impl</artifactId> - <version>${saaj.impl.version}</version> + <version>${saaj-impl.bundle.version}</version> </dependency> <dependency> <groupId>org.codehaus.woodstox</groupId> @@ -104,7 +104,7 @@ <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.wsdl4j</artifactId> - <version>${wsdl4j.version}</version> + <version>${wsdl4j.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.ws.commons.schema</groupId> @@ -114,12 +114,12 @@ <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.xmlresolver</artifactId> - <version>${xmlresolver.version}</version> + <version>${xmlresolver.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.cglib</artifactId> - <version>${cglib.version}</version> + <version>${cglib.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> @@ -294,7 +294,7 @@ <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-annotation_1.1_spec</artifactId> - <version>${geronimo.annotation.version}</version> + <version>${geronimo-annotation.version}</version> </dependency> <dependency> <groupId>javax.mail</groupId> @@ -304,27 +304,27 @@ <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-servlet_2.5_spec</artifactId> - <version>${geronimo.servlet.version}</version> + <version>${geronimo-servlet.version}</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> - <version>${geronimo.j2ee.connector.version}</version> + <version>${geronimo-j2ee-connector.version}</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee-management_1.1_spec</artifactId> - <version>${geronimo.j2ee.management.version}</version> + <version>${geronimo-j2ee-management.version}</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jta_1.1_spec</artifactId> - <version>${geronimo.jta.version}</version> + <version>${geronimo-jta.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.commons-pool</artifactId> - <version>${commons-pool.version}</version> + <version>${commons-pool.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.xbean</groupId> @@ -361,42 +361,42 @@ <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jms_1.1_spec</artifactId> - <version>${geronimo.jms.version}</version> + <version>${geronimo-jms.version}</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-saaj_1.3_spec</artifactId> - <version>${geronimo.saaj.version}</version> + <version>${geronimo-saaj.version}</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo.wsmetadata.version}</version> + <version>${geronimo-ws-metadata.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-api</artifactId> - <version>${pax.web.version}</version> + <version>${pax-web.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-spi</artifactId> - <version>${pax.web.version}</version> + <version>${pax-web.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-runtime</artifactId> - <version>${pax.web.version}</version> + <version>${pax-web.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-jetty</artifactId> - <version>${pax.web.version}</version> + <version>${pax-web.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-extender-whiteboard</artifactId> - <version>${pax.web.version}</version> + <version>${pax-web.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -437,38 +437,38 @@ <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.bcel</artifactId> - <version>${bcel.version}</version> + <version>${bcel.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.xerces</artifactId> - <version>${xerces.version}</version> + <version>${xerces.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.xalan</artifactId> - <version>${xalan.version}</version> + <version>${xalan.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.xmlsec</artifactId> - <version>${xmlsec.version}</version> + <version>${xmlsec.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.commons-codec</artifactId> - <version>${commons-codec.version}</version> + <version>${commons-codec.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.commons-httpclient</artifactId> - <version>${commons-httpclient.version}</version> + <version>${commons-httpclient.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.abdera</artifactId> - <version>${abdera.version}</version> + <version>${abdera.bundle.version}</version> </dependency> <dependency> <groupId>org.codehaus.jettison</groupId> @@ -478,7 +478,7 @@ <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.xmlbeans</artifactId> - <version>${xmlbeans.version}</version> + <version>${xmlbeans.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.specs</groupId> @@ -488,23 +488,23 @@ <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.commons-lang</artifactId> - <version>${commons-lang-version}</version> + <version>${commons-lang.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.velocity</artifactId> - <version>${velocity.version}</version> + <version>${velocity.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.oro</artifactId> - <version>${oro.version}</version> + <version>${oro.bundle.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.josql</artifactId> - <version>${josql.version}</version> + <version>${josql.bundle.version}</version> </dependency> <dependency> @@ -515,7 +515,7 @@ <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.opensaml</artifactId> - <version>${opensaml.version}</version> + <version>${opensaml.bundle.version}</version> </dependency> </dependencies> @@ -526,7 +526,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>depends-maven-plugin</artifactId> - <version>${depends.maven.plugin.version}</version> + <version>${depends-maven-plugin.version}</version> <executions> <execution> <id>generate-depends-file</id> Modified: servicemix/smx4/features/trunk/examples/loan-broker-bpel/client/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/loan-broker-bpel/client/pom.xml?rev=997802&r1=997801&r2=997802&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/loan-broker-bpel/client/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/loan-broker-bpel/client/pom.xml Thu Sep 16 15:49:11 2010 @@ -29,7 +29,7 @@ <groupId>org.apache.servicemix.examples.loan-broker</groupId> <artifactId>loan-broker-jms-client</artifactId> - <name>ServiceMix :: Samples :: Loan Broker :: JMS Client</name> + <name>Apache ServiceMix :: Features :: Examples :: Loan Broker BPEL :: JMS Client</name> <dependencies> <dependency> 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=997802&r1=997801&r2=997802&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 Thu Sep 16 15:49:11 2010 @@ -30,13 +30,13 @@ <groupId>org.apache.servicemix.examples.loan-broker</groupId> <artifactId>loan-broker-bean-su</artifactId> <packaging>jbi-service-unit</packaging> - <name>ServiceMix :: Samples :: Loan Broker :: Bean</name> + <name>Apache ServiceMix :: Features :: Examples :: Loan Broker BPEL :: Bean SU</name> <dependencies> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-bean</artifactId> - <version>${servicemix-bean-version}</version> + <version>${servicemix-bean.version}</version> </dependency> </dependencies> @@ -45,7 +45,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>jbi-maven-plugin</artifactId> - <version>${servicemix-jbi-plugin-version}</version> + <version>${jbi-maven-plugin.version}</version> <extensions>true</extensions> </plugin> </plugins> 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=997802&r1=997801&r2=997802&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 Thu Sep 16 15:49:11 2010 @@ -29,13 +29,13 @@ <groupId>org.apache.servicemix.examples.loan-broker</groupId> <artifactId>loan-broker-drools-su</artifactId> <packaging>jbi-service-unit</packaging> - <name>ServiceMix :: Samples :: Loan Broker :: Drools</name> + <name>Apache ServiceMix :: Features :: Examples :: Loan Broker BPEL :: Drools SU</name> <dependencies> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-drools</artifactId> - <version>${servicemix-drools-version}</version> + <version>${servicemix-drools.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix</groupId> @@ -52,7 +52,7 @@ <dependency> <groupId>org.drools</groupId> <artifactId>drools-compiler</artifactId> - <version>4.0.7</version> + <version>5.0.1</version> <scope>test</scope> <exclusions> <exclusion> @@ -88,7 +88,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>jbi-maven-plugin</artifactId> - <version>${servicemix-jbi-plugin-version}</version> + <version>${jbi-maven-plugin.version}</version> <extensions>true</extensions> </plugin> </plugins> 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=997802&r1=997801&r2=997802&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 Thu Sep 16 15:49:11 2010 @@ -29,13 +29,13 @@ <groupId>org.apache.servicemix.examples.loan-broker</groupId> <artifactId>loan-broker-jms-su</artifactId> <packaging>jbi-service-unit</packaging> - <name>ServiceMix :: Samples :: Loan Broker :: JMS</name> + <name>Apache ServiceMix :: Features :: Examples :: Loan Broker BPEL :: JMS SU</name> <dependencies> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-jms</artifactId> - <version>${servicemix-jms-version}</version> + <version>${servicemix-jms.version}</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> @@ -79,7 +79,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>jbi-maven-plugin</artifactId> - <version>${servicemix-jbi-plugin-version}</version> + <version>${jbi-maven-plugin.version}</version> <extensions>true</extensions> </plugin> </plugins> 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=997802&r1=997801&r2=997802&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 Thu Sep 16 15:49:11 2010 @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.examples.loan-broker</groupId> <artifactId>loan-broker-ode-su</artifactId> <packaging>jbi-service-unit</packaging> - <name>ServiceMix :: Samples :: Loan Broker :: Ode</name> + <name>Apache ServiceMix :: Features :: Examples :: Loan Broker BPEL :: ODE SU</name> <properties> <componentName>OdeBpelEngine</componentName> @@ -41,7 +41,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>jbi-maven-plugin</artifactId> - <version>${servicemix-jbi-plugin-version}</version> + <version>${jbi-maven-plugin.version}</version> <extensions>true</extensions> </plugin> </plugins> 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=997802&r1=997801&r2=997802&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 Thu Sep 16 15:49:11 2010 @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.examples.loan-broker</groupId> <artifactId>loan-broker-sa</artifactId> <packaging>jbi-service-assembly</packaging> - <name>ServiceMix :: Samples :: Loan Broker :: SA</name> + <name>Apache ServiceMix :: Features :: Examples :: Loan Broker BPEL :: SA</name> <dependencies> <dependency> @@ -60,7 +60,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>jbi-maven-plugin</artifactId> - <version>${servicemix-jbi-plugin-version}</version> + <version>${jbi-maven-plugin.version}</version> <extensions>true</extensions> </plugin> </plugins> 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=997802&r1=997801&r2=997802&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/loan-broker-bpel/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/loan-broker-bpel/pom.xml Thu Sep 16 15:49:11 2010 @@ -29,7 +29,7 @@ <groupId>org.apache.servicemix.examples</groupId> <artifactId>loan-broker</artifactId> - <name>ServiceMix :: Samples :: Loan Broker</name> + <name>Apache ServiceMix :: Features :: Examples :: Loan Broker BPEL</name> <packaging>pom</packaging> <properties> @@ -99,7 +99,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>${maven.assembly.version}</version> + <version>${maven-assembly-plugin.version}</version> <inherited>false</inherited> <executions> <execution> Modified: servicemix/smx4/features/trunk/examples/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/pom.xml?rev=997802&r1=997801&r2=997802&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/pom.xml Thu Sep 16 15:49:11 2010 @@ -30,7 +30,7 @@ <artifactId>examples</artifactId> <packaging>pom</packaging> <version>4.3.0-SNAPSHOT</version> - <name>Apache ServiceMix Examples</name> + <name>Apache ServiceMix :: Features :: Examples</name> <modules> <module>bridge</module> 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=997802&r1=997801&r2=997802&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/wsdl-first/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/wsdl-first/pom.xml Thu Sep 16 15:49:11 2010 @@ -28,7 +28,7 @@ <groupId>org.apache.servicemix.examples</groupId> <artifactId>wsdl-first</artifactId> - <name>ServiceMix :: Samples :: WSDL first</name> + <name>Apache ServiceMix :: Features :: Examples :: WSDL First</name> <packaging>pom</packaging> <!-- Add ServiceMix repositories for snaphots and releases --> @@ -92,7 +92,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>${maven.assembly.version}</version> + <version>${maven-assembly-plugin.version}</version> <inherited>false</inherited> <executions> <execution> @@ -112,7 +112,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>jbi-maven-plugin</artifactId> - <version>${servicemix-jbi-plugin-version}</version> + <version>${jbi-maven-plugin.version}</version> <extensions>true</extensions> </plugin> </plugins> 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=997802&r1=997801&r2=997802&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 Thu Sep 16 15:49:11 2010 @@ -29,13 +29,13 @@ <groupId>org.apache.servicemix.examples.wsdl-first</groupId> <artifactId>wsdl-first-http-su</artifactId> <packaging>jbi-service-unit</packaging> - <name>ServiceMix :: Samples :: WSDL first :: HTTP</name> + <name>Apache ServiceMix :: Features :: Examples :: WSDL First :: HTTP SU</name> <dependencies> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-http</artifactId> - <version>${servicemix-http-version}</version> + <version>${servicemix-http.version}</version> </dependency> </dependencies> @@ -44,7 +44,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>jbi-maven-plugin</artifactId> - <version>${servicemix-jbi-plugin-version}</version> + <version>${jbi-maven-plugin.version}</version> <extensions>true</extensions> </plugin> </plugins> 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=997802&r1=997801&r2=997802&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 Thu Sep 16 15:49:11 2010 @@ -29,13 +29,13 @@ <groupId>org.apache.servicemix.examples.wsdl-first</groupId> <artifactId>wsdl-first-jsr181-su</artifactId> <packaging>jbi-service-unit</packaging> - <name>ServiceMix :: Samples :: WSDL first :: JSR181</name> + <name>Apache ServiceMix :: Features :: Examples :: WSDL First :: JSR181 SU</name> <dependencies> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-jsr181</artifactId> - <version>${servicemix-jsr181-version}</version> + <version>${servicemix-jsr181.version}</version> </dependency> </dependencies> @@ -51,7 +51,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>xfire-maven-plugin</artifactId> - <version>${xfire.maven.plugin}</version> + <version>${xfire-maven-plugin.version}</version> <executions> <execution> <phase>generate-sources</phase> @@ -71,7 +71,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>jbi-maven-plugin</artifactId> - <version>${servicemix-jbi-plugin-version}</version> + <version>${jbi-maven-plugin.version}</version> <extensions>true</extensions> </plugin> </plugins> 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=997802&r1=997801&r2=997802&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 Thu Sep 16 15:49:11 2010 @@ -29,7 +29,7 @@ <groupId>org.apache.servicemix.examples.wsdl-first</groupId> <artifactId>wsdl-first-sa</artifactId> <packaging>jbi-service-assembly</packaging> - <name>ServiceMix :: Samples :: WSDL first :: SA</name> + <name>Apache ServiceMix :: Features :: Examples :: WSDL First :: SA</name> <dependencies> <dependency> @@ -49,7 +49,7 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>jbi-maven-plugin</artifactId> - <version>${servicemix-jbi-plugin-version}</version> + <version>${jbi-maven-plugin.version}</version> <extensions>true</extensions> </plugin> </plugins>
