Print

Print


Author: [log in to unmask]
Date: Thu May 26 12:03:27 2016
New Revision: 4380

Log:
include integration-tests in modules and dependency management so its version is updated during release

Modified:
    java/trunk/parent/pom.xml
    java/trunk/pom.xml

Modified: java/trunk/parent/pom.xml
 =============================================================================
--- java/trunk/parent/pom.xml	(original)
+++ java/trunk/parent/pom.xml	Thu May 26 12:03:27 2016
@@ -250,6 +250,11 @@
                 <artifactId>hps-logging</artifactId>
                 <version>3.9-SNAPSHOT</version>
             </dependency>
+            <dependency>
+                <groupId>org.hps</groupId>
+                <artifactId>hps-integration-tests</artifactId>
+                <version>3.9-SNAPSHOT</version>
+            </dependency>
             <!-- Next are external dependencies used in multiple modules. -->
             <dependency>
                 <groupId>org.jlab.coda</groupId>

Modified: java/trunk/pom.xml
 =============================================================================
--- java/trunk/pom.xml	(original)
+++ java/trunk/pom.xml	Thu May 26 12:03:27 2016
@@ -128,7 +128,9 @@
         <module>tracking</module>
         <module>users</module>
         <module>util</module>
+        <module>integration-tests</module>
     </modules>
+    <!--    
     <profiles>
         <profile>
             <id>integration-tests</id>
@@ -140,4 +142,5 @@
             </modules>
         </profile>
     </profiles>
+    -->
 </project>