Print

Print


Commit in jevio-base on MAIN
pom.xml+33-811.25 -> 1.26
use lcsim-parent as parent pom

jevio-base
pom.xml 1.25 -> 1.26
diff -u -r1.25 -r1.26
--- pom.xml	11 Apr 2013 20:36:10 -0000	1.25
+++ pom.xml	16 Apr 2013 18:35:35 -0000	1.26
@@ -1,84 +1,36 @@
 <?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>jevio-base</artifactId>
-  <groupId>org.lcsim</groupId>
-  <name>JEVIO</name>
-  <version>4.4-SNAPSHOT</version>
-  <description>Java version of EVIO event data model imported from JLAB without external deps</description>
-  <scm>
-    <connection>scm:cvs:pserver:jeremy:[log in to unmask]:/cvs/lcd:jevio-base</connection>
-    <developerConnection>scm:cvs:pserver:jeremy:[log in to unmask]:/cvs/lcd:jevio-base</developerConnection>
-    <url>http://source.freehep.org/jcvsweb/ilc/LCSIM/list/jevio-base</url>
-  </scm>
-  <repositories>
-    <repository>
-      <id>lcsim-maven</id>
-      <name>org.lcsim Maven Repository</name>
-      <url>http://lcsim.org/maven2</url>
-    </repository>
-    <repository>
-      <id>maven-central</id>
-      <name>maven-central</name>
-      <url>http://repo1.maven.org/maven2/</url>
-    </repository>
-  </repositories>
-  <distributionManagement>
-    <!--
-        <site>
-            <id>org.lcsim</id>
-            <name>org.lcsim</name>
-            <url>scp://svn.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/software/lcsim/${project.version}</url>
-        </site>
--->
-    <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>
-    <snapshotRepository>
-      <id>lcsim-maven</id>
-      <name>org.lcsim Maven Repository</name>
-      <url>scpexe://svn.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/maven2/</url>
-      <uniqueVersion>false</uniqueVersion>
-    </snapshotRepository>
-  </distributionManagement>
-  <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>false</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>org.lcsim</groupId>
-      <artifactId>cmsg</artifactId>
-      <version>3.0</version>
-    </dependency>
-  </dependencies>
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>jevio-base</artifactId>
+    <groupId>org.lcsim</groupId>
+    <name>JEVIO</name>
+    <version>4.4-SNAPSHOT</version>
+    <description>Java version of EVIO event data model imported from JLAB without external deps</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:jevio-base</connection>
+        <developerConnection>scm:cvs:pserver:${lcd.cvs.username}:[log in to unmask]:/cvs/lcd:jevio-base</developerConnection>
+        <url>http://source.freehep.org/jcvsweb/ilc/LCSIM/list/jevio-base</url>
+    </scm>
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <showDeprecation>false</showDeprecation>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <dependencies>
+        <dependency>
+            <groupId>org.lcsim</groupId>
+            <artifactId>cmsg</artifactId>
+            <version>3.0</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