LISTSERV mailing list manager LISTSERV 16.5

Help for HPS-SVN Archives


HPS-SVN Archives

HPS-SVN Archives


HPS-SVN@LISTSERV.SLAC.STANFORD.EDU


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

HPS-SVN Home

HPS-SVN Home

HPS-SVN  October 2014

HPS-SVN October 2014

Subject:

r1272 - in /java/trunk: ./ analysis/ conditions/ detector-data/ distribution/ ecal-event-display/ ecal-readout-sim/ ecal-recon/ evio/ integration-tests/ monitoring-app/ monitoring-drivers/ parent/ plugin/ recon/ record-util/ steering-files/ tracking/ users/ util/

From:

[log in to unmask]

Reply-To:

Notification of commits to the hps svn repository <[log in to unmask]>

Date:

Wed, 22 Oct 2014 23:44:19 -0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (572 lines)

Author: lcdprod
Date: Wed Oct 22 16:44:16 2014
New Revision: 1272

Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    java/trunk/analysis/pom.xml
    java/trunk/conditions/pom.xml
    java/trunk/detector-data/pom.xml
    java/trunk/distribution/pom.xml
    java/trunk/ecal-event-display/pom.xml
    java/trunk/ecal-readout-sim/pom.xml
    java/trunk/ecal-recon/pom.xml
    java/trunk/evio/pom.xml
    java/trunk/integration-tests/pom.xml
    java/trunk/monitoring-app/pom.xml
    java/trunk/monitoring-drivers/pom.xml
    java/trunk/parent/pom.xml
    java/trunk/plugin/pom.xml
    java/trunk/pom.xml
    java/trunk/recon/pom.xml
    java/trunk/record-util/pom.xml
    java/trunk/steering-files/pom.xml
    java/trunk/tracking/pom.xml
    java/trunk/users/pom.xml
    java/trunk/util/pom.xml

Modified: java/trunk/analysis/pom.xml
 =============================================================================
--- java/trunk/analysis/pom.xml	(original)
+++ java/trunk/analysis/pom.xml	Wed Oct 22 16:44:16 2014
@@ -8,12 +8,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/analysis</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/analysis</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/analysis</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/analysis/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/analysis/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/analysis/</developerConnection>
     </scm>
     <dependencies>
         <dependency>

Modified: java/trunk/conditions/pom.xml
 =============================================================================
--- java/trunk/conditions/pom.xml	(original)
+++ java/trunk/conditions/pom.xml	Wed Oct 22 16:44:16 2014
@@ -8,12 +8,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/conditions</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/conditions</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/conditions</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/conditions/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/conditions/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/conditions/</developerConnection>
     </scm>
     <build>
         <plugins>

Modified: java/trunk/detector-data/pom.xml
 =============================================================================
--- java/trunk/detector-data/pom.xml	(original)
+++ java/trunk/detector-data/pom.xml	Wed Oct 22 16:44:16 2014
@@ -8,12 +8,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/detector-data</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/detector-data</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/detector-data</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/detector-data/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/detector-data/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/detector-data/</developerConnection>
     </scm>
     <build>
         <resources>

Modified: java/trunk/distribution/pom.xml
 =============================================================================
--- java/trunk/distribution/pom.xml	(original)
+++ java/trunk/distribution/pom.xml	Wed Oct 22 16:44:16 2014
@@ -11,12 +11,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>    
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/distribution</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/distribution</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/distribution</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/distribution/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/distribution/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/distribution/</developerConnection>
     </scm>
     <build>              
         <plugins>

Modified: java/trunk/ecal-event-display/pom.xml
 =============================================================================
--- java/trunk/ecal-event-display/pom.xml	(original)
+++ java/trunk/ecal-event-display/pom.xml	Wed Oct 22 16:44:16 2014
@@ -7,12 +7,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/ecal-event-display</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/ecal-event-display</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/ecal-event-display</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/ecal-event-display/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/ecal-event-display/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/ecal-event-display/</developerConnection>
     </scm>
     <dependencies>
         <dependency>

Modified: java/trunk/ecal-readout-sim/pom.xml
 =============================================================================
--- java/trunk/ecal-readout-sim/pom.xml	(original)
+++ java/trunk/ecal-readout-sim/pom.xml	Wed Oct 22 16:44:16 2014
@@ -8,12 +8,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/ecal-readout-sim</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/ecal-readout-sim</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/ecal-readout-sim</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/ecal-readout-sim/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/ecal-readout-sim/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/ecal-readout-sim/</developerConnection>
     </scm>
     <dependencies>
         <dependency>

Modified: java/trunk/ecal-recon/pom.xml
 =============================================================================
--- java/trunk/ecal-recon/pom.xml	(original)
+++ java/trunk/ecal-recon/pom.xml	Wed Oct 22 16:44:16 2014
@@ -8,12 +8,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/ecal-recon</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/ecal-recon</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/ecal-recon</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/ecal-recon/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/ecal-recon/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/ecal-recon/</developerConnection>
     </scm>
     <dependencies>
         <dependency>

Modified: java/trunk/evio/pom.xml
 =============================================================================
--- java/trunk/evio/pom.xml	(original)
+++ java/trunk/evio/pom.xml	Wed Oct 22 16:44:16 2014
@@ -8,12 +8,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/evio</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/evio</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/evio</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/evio/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/evio/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/evio/</developerConnection>
     </scm>
     <dependencies>
         <dependency>

Modified: java/trunk/integration-tests/pom.xml
 =============================================================================
--- java/trunk/integration-tests/pom.xml	(original)
+++ java/trunk/integration-tests/pom.xml	Wed Oct 22 16:44:16 2014
@@ -7,12 +7,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/integration-tests</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/integration-tests</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/integration-tests</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/integration-tests/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/integration-tests/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/integration-tests/</developerConnection>
     </scm>
     <dependencies>
         <dependency>

Modified: java/trunk/monitoring-app/pom.xml
 =============================================================================
--- java/trunk/monitoring-app/pom.xml	(original)
+++ java/trunk/monitoring-app/pom.xml	Wed Oct 22 16:44:16 2014
@@ -7,12 +7,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/monitoring-app</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/monitoring-app</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/monitoring-app</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/monitoring-app/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/monitoring-app/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/monitoring-app/</developerConnection>
     </scm>
     <build>
         <plugins>

Modified: java/trunk/monitoring-drivers/pom.xml
 =============================================================================
--- java/trunk/monitoring-drivers/pom.xml	(original)
+++ java/trunk/monitoring-drivers/pom.xml	Wed Oct 22 16:44:16 2014
@@ -7,12 +7,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/monitoring-drivers</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/monitoring-drivers</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/monitoring-drivers</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/monitoring-drivers/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/monitoring-drivers/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/monitoring-drivers/</developerConnection>
     </scm>
     <dependencies>
         <dependency>

Modified: java/trunk/parent/pom.xml
 =============================================================================
--- java/trunk/parent/pom.xml	(original)
+++ java/trunk/parent/pom.xml	Wed Oct 22 16:44:16 2014
@@ -6,7 +6,7 @@
     <groupId>org.hps</groupId>
     <artifactId>hps-parent</artifactId>
     <packaging>pom</packaging>
-    <version>3.0.3</version>
+    <version>3.0.4-SNAPSHOT</version>
     <name>parent</name>
     <description>HPS Java parent POM</description>
     <properties>
@@ -16,9 +16,9 @@
         <skipSite>false</skipSite>
     </properties>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/parent</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/parent</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/parent</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/parent/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/parent/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/parent/</developerConnection>
     </scm>
     <repositories>
         <repository>
@@ -84,82 +84,82 @@
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-util</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-detector-data</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-conditions</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-ecal-recon</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-ecal-readout-sim</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-tracking</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-evio</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-recon</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-analysis</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-monitoring-drivers</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-monitoring-app</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-users</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-steering-files</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-distribution</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-ecal-event-display</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-record-util</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4-SNAPSHOT</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

Modified: java/trunk/plugin/pom.xml
 =============================================================================
--- java/trunk/plugin/pom.xml	(original)
+++ java/trunk/plugin/pom.xml	Wed Oct 22 16:44:16 2014
@@ -7,12 +7,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/plugin</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/plugin</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/plugin</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/plugin/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/plugin/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/plugin/</developerConnection>
     </scm>
     <build>
         <resources>

Modified: java/trunk/pom.xml
 =============================================================================
--- java/trunk/pom.xml	(original)
+++ java/trunk/pom.xml	Wed Oct 22 16:44:16 2014
@@ -10,12 +10,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>   
     <scm>
-        <url>svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3</developerConnection>
+        <url>svn://svn.freehep.org/hps/java/trunk/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/</developerConnection>
     </scm>
     <distributionManagement>
         <site>

Modified: java/trunk/recon/pom.xml
 =============================================================================
--- java/trunk/recon/pom.xml	(original)
+++ java/trunk/recon/pom.xml	Wed Oct 22 16:44:16 2014
@@ -8,12 +8,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/recon</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/recon</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/recon</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/recon/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/recon/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/recon/</developerConnection>
     </scm>
     <dependencies>
         <!-- This will pull in the ECAL recon module transitively. -->

Modified: java/trunk/record-util/pom.xml
 =============================================================================
--- java/trunk/record-util/pom.xml	(original)
+++ java/trunk/record-util/pom.xml	Wed Oct 22 16:44:16 2014
@@ -7,12 +7,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/record-util</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/record-util</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/record-util</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/record-util/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/record-util/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/record-util/</developerConnection>
     </scm>    
     <build>
         <plugins>

Modified: java/trunk/steering-files/pom.xml
 =============================================================================
--- java/trunk/steering-files/pom.xml	(original)
+++ java/trunk/steering-files/pom.xml	Wed Oct 22 16:44:16 2014
@@ -8,11 +8,11 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/steering-files</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/steering-files</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/steering-files</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/steering-files/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/steering-files/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/steering-files/</developerConnection>
     </scm>
 </project>

Modified: java/trunk/tracking/pom.xml
 =============================================================================
--- java/trunk/tracking/pom.xml	(original)
+++ java/trunk/tracking/pom.xml	Wed Oct 22 16:44:16 2014
@@ -8,12 +8,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/tracking</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/tracking</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/tracking</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/tracking/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/tracking/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/tracking/</developerConnection>
     </scm>
     <build>
         <plugins>

Modified: java/trunk/users/pom.xml
 =============================================================================
--- java/trunk/users/pom.xml	(original)
+++ java/trunk/users/pom.xml	Wed Oct 22 16:44:16 2014
@@ -7,12 +7,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/users</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/users</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/users</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/users/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/users/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/users/</developerConnection>
     </scm>
     <dependencies>
         <dependency>

Modified: java/trunk/util/pom.xml
 =============================================================================
--- java/trunk/util/pom.xml	(original)
+++ java/trunk/util/pom.xml	Wed Oct 22 16:44:16 2014
@@ -7,12 +7,12 @@
         <groupId>org.hps</groupId>
         <artifactId>hps-parent</artifactId>
         <relativePath>../parent/pom.xml</relativePath>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
     </parent>
     <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/tags/hps-modules-3.0.3/util</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/util</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/tags/hps-modules-3.0.3/util</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/util/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/util/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/util/</developerConnection>
     </scm>
     <dependencies>
         <dependency>

Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

November 2017
August 2017
July 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013

ATOM RSS1 RSS2



LISTSERV.SLAC.STANFORD.EDU

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager

Privacy Notice, Security Notice and Terms of Use