You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/06/05 19:03:06 UTC

svn commit: r663661 - in /geronimo/samples/trunk/samples/customer-service: customer-service-jetty/pom.xml customer-service-tomcat/pom.xml

Author: jbohn
Date: Thu Jun  5 10:03:06 2008
New Revision: 663661

URL: http://svn.apache.org/viewvc?rev=663661&view=rev
Log:
fix sample-datasource reference

Modified:
    geronimo/samples/trunk/samples/customer-service/customer-service-jetty/pom.xml
    geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/pom.xml

Modified: geronimo/samples/trunk/samples/customer-service/customer-service-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/customer-service/customer-service-jetty/pom.xml?rev=663661&r1=663660&r2=663661&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/customer-service/customer-service-jetty/pom.xml (original)
+++ geronimo/samples/trunk/samples/customer-service/customer-service-jetty/pom.xml Thu Jun  5 10:03:06 2008
@@ -47,7 +47,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.samples</groupId>
-            <artifactId>SampleDatasource</artifactId>
+            <artifactId>sample-datasource</artifactId>
             <version>${version}</version>
             <type>car</type>
         </dependency>

Modified: geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/pom.xml?rev=663661&r1=663660&r2=663661&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/pom.xml (original)
+++ geronimo/samples/trunk/samples/customer-service/customer-service-tomcat/pom.xml Thu Jun  5 10:03:06 2008
@@ -47,7 +47,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.samples</groupId>
-            <artifactId>SampleDatasource</artifactId>
+            <artifactId>sample-datasource</artifactId>
             <version>${version}</version>
             <type>car</type>
         </dependency>