Title: [1085] sandbox/jbehave-web/examples: Use separate groupId for examples.
Revision
1085
Author
mauro
Date
2009-02-15 15:40:34 -0600 (Sun, 15 Feb 2009)

Log Message

Use separate groupId for examples.

Modified Paths


Diff

Modified: sandbox/jbehave-web/examples/pom.xml (1084 => 1085)

--- sandbox/jbehave-web/examples/pom.xml	2009-02-15 16:45:29 UTC (rev 1084)
+++ sandbox/jbehave-web/examples/pom.xml	2009-02-15 21:40:34 UTC (rev 1085)
@@ -5,6 +5,7 @@
     <artifactId>jbehave-web</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>
+  <groupId>org.jbehave.web.examples</groupId>
   <artifactId>jbehave-web-examples</artifactId>
   <packaging>pom</packaging>
   <name>JBehave Web Examples</name>

Modified: sandbox/jbehave-web/examples/trader-web/README.txt (1084 => 1085)

--- sandbox/jbehave-web/examples/trader-web/README.txt	2009-02-15 16:45:29 UTC (rev 1084)
+++ sandbox/jbehave-web/examples/trader-web/README.txt	2009-02-15 21:40:34 UTC (rev 1085)
@@ -11,7 +11,7 @@
 
 - If prefer not using Maven to build the war, then you can use the snapshot deployed on 
 
-http://snapshots.repository.codehaus.org/org/jbehave/web/jbehave-trader-webapp/2.0-SNAPSHOT/
+http://snapshots.repository.codehaus.org/org/jbehave/web/examples/jbehave-trader-webapp/2.0-SNAPSHOT/
 
 To use: 
 

Modified: sandbox/jbehave-web/examples/trader-web/pom.xml (1084 => 1085)

--- sandbox/jbehave-web/examples/trader-web/pom.xml	2009-02-15 16:45:29 UTC (rev 1084)
+++ sandbox/jbehave-web/examples/trader-web/pom.xml	2009-02-15 21:40:34 UTC (rev 1085)
@@ -6,7 +6,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.jbehave.web</groupId>
+    <groupId>org.jbehave.web.examples</groupId>
     <artifactId>jbehave-web-examples</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to