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/03/05 23:00:54 UTC

svn commit: r634043 - in /geronimo/samples/branches/2.1/samples/ldap-sample-app: ldap-sample-app-jetty/pom.xml ldap-sample-app-realm/pom.xml ldap-sample-app-tomcat/pom.xml

Author: jbohn
Date: Wed Mar  5 14:00:49 2008
New Revision: 634043

URL: http://svn.apache.org/viewvc?rev=634043&view=rev
Log:
update package name of ldap-sample-app-realm to org.apache.geronimno.samples

Modified:
    geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-jetty/pom.xml
    geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-realm/pom.xml
    geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-tomcat/pom.xml

Modified: geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-jetty/pom.xml?rev=634043&r1=634042&r2=634043&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-jetty/pom.xml Wed Mar  5 14:00:49 2008
@@ -52,7 +52,7 @@
         </dependency>
         
         <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
+            <groupId>org.apache.geronimo.samples</groupId>
             <artifactId>ldap-sample-app-realm</artifactId>
             <version>${version}</version>
             <type>car</type>

Modified: geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-realm/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-realm/pom.xml?rev=634043&r1=634042&r2=634043&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-realm/pom.xml (original)
+++ geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-realm/pom.xml Wed Mar  5 14:00:49 2008
@@ -29,7 +29,6 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.geronimo.configs</groupId>
     <artifactId>ldap-sample-app-realm</artifactId>
     <name>Geronimo Configs :: LDAP Sample Security Realm</name>
     <packaging>car</packaging>

Modified: geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-tomcat/pom.xml?rev=634043&r1=634042&r2=634043&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-tomcat/pom.xml Wed Mar  5 14:00:49 2008
@@ -52,7 +52,7 @@
         </dependency>
         
         <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
+            <groupId>org.apache.geronimo.samples</groupId>
             <artifactId>ldap-sample-app-realm</artifactId>
             <version>${version}</version>
             <type>car</type>