Print

Print


Commit in hps-et-java on MAIN
pom.xml+32-771.17 -> 1.18
use lcsim-parent as parent pom; remove duplicate configuration; update jevio-base dependency

hps-et-java
pom.xml 1.17 -> 1.18
diff -u -r1.17 -r1.18
--- pom.xml	13 Feb 2013 20:43:44 -0000	1.17
+++ pom.xml	16 Apr 2013 18:48:36 -0000	1.18
@@ -1,80 +1,35 @@
 <?xml version="1.0"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>hps-et-java</artifactId>
-  <groupId>org.lcsim</groupId>
-  <name>HPS ET Java</name>
-  <version>12.3-SNAPSHOT</version>
-  <description>ET Ring Java Code copied from JLab's et-12.0 code distribution</description>
-  <scm>
-    <connection>scm:cvs:pserver:jeremy:[log in to unmask]:/cvs/lcd:hps-et-java</connection>
-    <developerConnection>scm:cvs:pserver:jeremy:[log in to unmask]:/cvs/lcd:hps-et-java</developerConnection>
-  </scm>
-  <distributionManagement>
-    <repository>
-      <id>lcsim-maven-slac-linux</id>
-      <name>org.lcsim Maven Repository</name>
-      <url>scpexe://svn.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/maven2/</url>
-    </repository>
-  </distributionManagement>
-  <repositories>
-    <repository>
-      <id>lcsim-maven</id>
-      <name>org.lcsim Maven Repository</name>
-      <url>http://lcsim.org/maven2</url>
-      <snapshots>
-        <enabled>true</enabled>
-        <updatePolicy>always</updatePolicy>
-        <checksumPolicy>ignore</checksumPolicy>
-      </snapshots>
-    </repository>
-  </repositories>
-  <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-        <artifactId>wagon-ssh-external</artifactId>
-        <version>2.2</version>
-      </extension>
-    </extensions>
-    <defaultGoal>install</defaultGoal>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
-          <showDeprecation>true</showDeprecation>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <argLine>-Xmx1024m</argLine>
-          <forkMode>pertest</forkMode>
-          <excludes>
-            <exclude>**/*$*</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <version>2.7.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.lcsim</groupId>
-      <artifactId>jloox-bundle</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.lcsim</groupId>
-      <artifactId>jevio-base</artifactId>
-      <version>4.3</version>
-    </dependency>
-  </dependencies>
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>hps-et-java</artifactId>
+    <groupId>org.lcsim</groupId>
+    <name>HPS ET Java</name>
+    <version>12.3-SNAPSHOT</version>
+    <description>ET Ring Java Code copied from JLab's et-12.0 code distribution</description>
+    <parent>
+        <groupId>org.lcsim</groupId>
+        <artifactId>lcsim-parent</artifactId>
+        <version>2.8-SNAPSHOT</version>
+    </parent>
+    <scm>
+        <connection>scm:cvs:pserver:${lcd.cvs.username}:[log in to unmask]:/cvs/lcd:hps-et-java</connection>
+        <developerConnection>scm:cvs:pserver:${lcd.cvs.username}:[log in to unmask]:/cvs/lcd:hps-et-java</developerConnection>
+    </scm>
+    <dependencies>
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+            <version>2.7.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.lcsim</groupId>
+            <artifactId>jloox-bundle</artifactId>
+            <version>1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.lcsim</groupId>
+            <artifactId>jevio-base</artifactId>
+            <version>4.4-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
 </project>
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1