You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2010/01/05 17:55:01 UTC

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

Author: jbohn
Date: Tue Jan  5 16:55:01 2010
New Revision: 896125

URL: http://svn.apache.org/viewvc?rev=896125&view=rev
Log:
fix some artifact names so that blueprint-helloworld sample builds

Modified:
    incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-assembly/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
    incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/pom.xml

Modified: incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-assembly/pom.xml?rev=896125&r1=896124&r2=896125&view=diff
==============================================================================
--- incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-assembly/pom.xml (original)
+++ incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/blueprint-helloworld-assembly/pom.xml Tue Jan  5 16:55:01 2010
@@ -80,19 +80,19 @@
 
         <dependency>
             <groupId>org.apache.aries.samples</groupId>
-            <artifactId>org.apache.aries.samples.blueprint.helloworld.api</artifactId>
+            <artifactId>blueprint-helloworld-api</artifactId>
             <version>1.0.0-incubating-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.aries.samples</groupId>
-            <artifactId>org.apache.aries.samples.blueprint.helloworld.server</artifactId>
+            <artifactId>blueprint-helloworld-server</artifactId>
             <version>1.0.0-incubating-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.aries.samples</groupId>
-            <artifactId>org.apache.aries.samples.blueprint.helloworld.client</artifactId>
+            <artifactId>blueprint-helloworld-client</artifactId>
             <version>1.0.0-incubating-SNAPSHOT</version>
         </dependency>
 

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=896125&r1=896124&r2=896125&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 Tue Jan  5 16:55:01 2010
@@ -46,7 +46,7 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.aries.samples</groupId>
-			<artifactId>org.apache.aries.samples.blueprint.helloworld.api</artifactId>
+			<artifactId>blueprint-helloworld-api</artifactId>
 			<version>1.0.0-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>

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=896125&r1=896124&r2=896125&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 Tue Jan  5 16:55:01 2010
@@ -45,7 +45,7 @@
     <dependencies>
         <dependency>
                 <groupId>org.apache.aries.samples</groupId>
-                <artifactId>org.apache.aries.samples.blueprint.helloworld.api</artifactId>
+                <artifactId>blueprint-helloworld-api</artifactId>
                 <version>1.0.0-incubating-SNAPSHOT</version>
         </dependency>
     </dependencies>

Modified: incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/pom.xml?rev=896125&r1=896124&r2=896125&view=diff
==============================================================================
--- incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/pom.xml (original)
+++ incubator/aries/trunk/samples/helloworld-samples/blueprint-helloworld/pom.xml Tue Jan  5 16:55:01 2010
@@ -31,9 +31,9 @@
 	<description>Example blueprint hello world application</description>
 
 	<modules>
+		<module>blueprint-helloworld-api</module>
 		<module>blueprint-helloworld-server</module>
 		<module>blueprint-helloworld-client</module>
-		<module>blueprint-helloworld-api</module>
 		<module>blueprint-helloworld-assembly</module>
 	</modules>