You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2010/01/04 22:29:19 UTC

svn commit: r895792 - in /incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld: blueprint-helloworld-api/pom.xml blueprint-helloworld-client/pom.xml blueprint-helloworld-server/pom.xml

Author: zoe
Date: Mon Jan  4 21:29:18 2010
New Revision: 895792

URL: http://svn.apache.org/viewvc?rev=895792&view=rev
Log:
ARIES-104

Modified:
    incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/pom.xml
    incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-client/pom.xml
    incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-server/pom.xml

Modified: incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/pom.xml?rev=895792&r1=895791&r2=895792&view=diff
==============================================================================
--- incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/pom.xml (original)
+++ incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-api/pom.xml Mon Jan  4 21:29:18 2010
@@ -22,7 +22,7 @@
         <version>1.0.0-incubating-SNAPSHOT</version>
     </parent>
 
-    <artifactId>org.apache.aries.samples.blueprint.helloworld.api</artifactId>
+    <artifactId>blueprint-helloworld-api</artifactId>
     <name>Apache Aries Blueprint HelloWorld API</name>
     <packaging>bundle</packaging>
     <description>Example blueprint hello world application - api</description>

Modified: incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-client/pom.xml?rev=895792&r1=895791&r2=895792&view=diff
==============================================================================
--- incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-client/pom.xml (original)
+++ incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-client/pom.xml Mon Jan  4 21:29:18 2010
@@ -23,7 +23,7 @@
 		<version>1.0.0-incubating-SNAPSHOT</version>
 	</parent>
 
-	<artifactId>org.apache.aries.samples.blueprint.helloworld.client</artifactId>
+	<artifactId>blueprint-helloworld-client</artifactId>
 	<name>Apache Aries Blueprint HelloWorldClient</name>
 	<packaging>bundle</packaging>
 	<description>Example blueprint hello world client application.</description>

Modified: incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-server/pom.xml?rev=895792&r1=895791&r2=895792&view=diff
==============================================================================
--- incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-server/pom.xml (original)
+++ incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-server/pom.xml Mon Jan  4 21:29:18 2010
@@ -22,7 +22,7 @@
         <version>1.0.0-incubating-SNAPSHOT</version>
     </parent>
 
-    <artifactId>org.apache.aries.samples.blueprint.helloworld.server</artifactId>
+    <artifactId>blueprint-helloworld-server</artifactId>
     <name>Apache Aries Blueprint HelloWorldServer</name>
     <packaging>bundle</packaging>
     <description>Example blueprint hello world application - server</description>