Print

Print


Author: [log in to unmask]
Date: Thu Jan 14 10:21:56 2016
New Revision: 4124

Log:
change group id for gbl dependency

Modified:
    java/branches/gbl-standalone-branch/parent/pom.xml
    java/branches/gbl-standalone-branch/tracking/pom.xml
    java/branches/gbl-standalone-branch/users/pom.xml

Modified: java/branches/gbl-standalone-branch/parent/pom.xml
 =============================================================================
--- java/branches/gbl-standalone-branch/parent/pom.xml	(original)
+++ java/branches/gbl-standalone-branch/parent/pom.xml	Thu Jan 14 10:21:56 2016
@@ -250,7 +250,7 @@
                 <version>${project.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.hps.gbl</groupId>
+                <groupId>org.hps</groupId>
                 <artifactId>gbl</artifactId>
                 <version>1.0-SNAPSHOT</version>
             </dependency>

Modified: java/branches/gbl-standalone-branch/tracking/pom.xml
 =============================================================================
--- java/branches/gbl-standalone-branch/tracking/pom.xml	(original)
+++ java/branches/gbl-standalone-branch/tracking/pom.xml	Thu Jan 14 10:21:56 2016
@@ -46,7 +46,7 @@
             <artifactId>commons-math3</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.hps.gbl</groupId>
+            <groupId>org.hps</groupId>
             <artifactId>gbl</artifactId>
         </dependency>
 

Modified: java/branches/gbl-standalone-branch/users/pom.xml
 =============================================================================
--- java/branches/gbl-standalone-branch/users/pom.xml	(original)
+++ java/branches/gbl-standalone-branch/users/pom.xml	Thu Jan 14 10:21:56 2016
@@ -46,7 +46,7 @@
             <artifactId>hps-evio</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.hps.gbl</groupId>
+            <groupId>org.hps</groupId>
             <artifactId>gbl</artifactId>
         </dependency>
     </dependencies>