Print

Print


Commit in java/trunk on MAIN
detector-data/pom.xml+7-257 -> 58
distribution/pom.xml+3-357 -> 58
et/pom.xml+3-357 -> 58
hps-java/pom.xml+5-557 -> 58
jevio/pom.xml+3-357 -> 58
monitoring-app/pom.xml+3-357 -> 58
users/pom.xml+3-357 -> 58
+27-22
7 modified files
change all scm information to the correct SVN URLs; include URL pointing to online source browser for each module

java/trunk/detector-data
pom.xml 57 -> 58
--- java/trunk/detector-data/pom.xml	2013-12-03 17:30:46 UTC (rev 57)
+++ java/trunk/detector-data/pom.xml	2013-12-03 17:38:36 UTC (rev 58)
@@ -3,14 +3,19 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.hps</groupId>
     <artifactId>hps-detector-data</artifactId>
-    <name>HPS Detectors</name>
+    <name>detector-data</name>
     <version>3.0-SNAPSHOT</version>
-    <description>HPS detector conditions data</description>
+    <description>detector conditions data including compact descriptions and associated text data</description>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
         <version>3.0-SNAPSHOT</version>
     </parent>
+    <scm>
+        <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>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/detector-data</url>
+    </scm>
     <build>
         <resources>
             <resource>

java/trunk/distribution
pom.xml 57 -> 58
--- java/trunk/distribution/pom.xml	2013-12-03 17:30:46 UTC (rev 57)
+++ java/trunk/distribution/pom.xml	2013-12-03 17:38:36 UTC (rev 58)
@@ -12,9 +12,9 @@
         <version>3.0-SNAPSHOT</version>
     </parent>
     <scm>
-        <connection>svn+ssh:[log in to unmask]</connection>
-        <developerConnection>svn+ssh:[log in to unmask]</developerConnection>
-        <url>http://bogus.hps.org/</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>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/distribution/</url>
     </scm>
     <build>
         <plugins>

java/trunk/et
pom.xml 57 -> 58
--- java/trunk/et/pom.xml	2013-12-03 17:30:46 UTC (rev 57)
+++ java/trunk/et/pom.xml	2013-12-03 17:38:36 UTC (rev 58)
@@ -12,9 +12,9 @@
         <version>3.0-SNAPSHOT</version>
     </parent>
     <scm>
-        <connection>svn+ssh:[log in to unmask]</connection>
-        <developerConnection>svn+ssh:[log in to unmask]</developerConnection>
-        <url>http://bogus.hps.org/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/et</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/et</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/et/</url>
     </scm>
     <build>
         <plugins>

java/trunk/hps-java
pom.xml 57 -> 58
--- java/trunk/hps-java/pom.xml	2013-12-03 17:30:46 UTC (rev 57)
+++ java/trunk/hps-java/pom.xml	2013-12-03 17:38:36 UTC (rev 58)
@@ -3,18 +3,18 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.hps</groupId>
     <artifactId>hps-java</artifactId>
-    <name>Heavy Photon Search Java Project</name>
+    <name>HPS Java code</name>
     <version>3.0-SNAPSHOT</version>
-    <description>Heavy Photon Search Java code that uses the LCSim infrastructure.</description>
+    <description>HPS Java code that uses the LCSim infrastructure</description>
     <parent>
         <groupId>org.lcsim</groupId>
         <artifactId>lcsim-parent</artifactId>
         <version>3.0-SNAPSHOT</version>
     </parent>
     <scm>
-        <connection>svn+ssh:[log in to unmask]</connection>
-        <developerConnection>svn+ssh:[log in to unmask]</developerConnection>
-        <url>http://bogus.hps.org/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/hps-java</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/hps-java</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/hps-java/</url>
     </scm>
     <distributionManagement>
         <site>

java/trunk/jevio
pom.xml 57 -> 58
--- java/trunk/jevio/pom.xml	2013-12-03 17:30:46 UTC (rev 57)
+++ java/trunk/jevio/pom.xml	2013-12-03 17:38:36 UTC (rev 58)
@@ -12,9 +12,9 @@
         <version>3.0-SNAPSHOT</version>
     </parent>
     <scm>
-        <connection>svn+ssh:[log in to unmask]</connection>
-        <developerConnection>svn+ssh:[log in to unmask]</developerConnection>
-        <url>http://bogus.hps.org/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/jevio</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/jevio</developerConnection>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/jevio/</url>
     </scm>
     <build>
         <plugins>

java/trunk/monitoring-app
pom.xml 57 -> 58
--- java/trunk/monitoring-app/pom.xml	2013-12-03 17:30:46 UTC (rev 57)
+++ java/trunk/monitoring-app/pom.xml	2013-12-03 17:38:36 UTC (rev 58)
@@ -12,9 +12,9 @@
         <version>3.0-SNAPSHOT</version>
     </parent>
     <scm>
-        <connection>svn+ssh:[log in to unmask]</connection>
-        <developerConnection>svn+ssh:[log in to unmask]</developerConnection>
-        <url>http://bogus.hps.org/</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>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/monitoring-app/</url>
     </scm>
     <build>
         <plugins>

java/trunk/users
pom.xml 57 -> 58
--- java/trunk/users/pom.xml	2013-12-03 17:30:46 UTC (rev 57)
+++ java/trunk/users/pom.xml	2013-12-03 17:38:36 UTC (rev 58)
@@ -12,9 +12,9 @@
         <version>3.0-SNAPSHOT</version>
     </parent>
     <scm>
-        <connection>svn://svn.freehep.org/hps/java/trunk/users</connection>
-        <developerConnection>svn://svn.freehep.org/hps/java/trunk/users</developerConnection>
-        <url>http://bogus.hps.org/</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>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/users/</url>
     </scm>
     <dependencies>
         <dependency>
SVNspam 0.1