Commit in lcsim-analysis on MAIN
pom.xml+9-661.3 -> 1.4
use lcsim-parent as parent pom; remove duplicate configuration; update lcsim dependency version

lcsim-analysis
pom.xml 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- pom.xml	12 Mar 2013 23:27:50 -0000	1.3
+++ pom.xml	16 Apr 2013 19:34:51 -0000	1.4
@@ -5,13 +5,11 @@
     <name>LCSim Analysis</name>
     <version>1.0-SNAPSHOT</version>
     <description>Physics analysis code based on the org.lcsim framework.</description>
-<!--
-    <scm>
-        <connection>scm:cvs:pserver:[log in to unmask]:/cvs/lcd:lcsim-analysis</connection>
-        <developerConnection>scm:cvs:pserver:[log in to unmask]:/cvs/lcd:lcsim-analysis</developerConnection>
-        <url>http://source.freehep.org/jcvsweb/ilc/LCSIM/list/lcsim-analysis</url>
-    </scm>            
--->
+    <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:${project.artifactId}</connection>
       <developerConnection>scm:cvs:pserver:${lcd.cvs.username}:[log in to unmask]:/cvs/lcd:${project.artifactId}</developerConnection>
@@ -23,64 +21,9 @@
             <name>lcsim-analysis</name>
             <url>scp://svn.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/software/lcsim-analysis/${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>
     </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>
-        <repository>
-            <id>freehep-maven</id>
-            <name>FreeHEP Maven 2 Repository</name>
-            <url>http://java.freehep.org/maven2</url>
-        </repository>
-    </repositories>
-    <pluginRepositories>
-        <pluginRepository>
-            <id>freehep-maven</id>
-            <name>Freehep Plugin Repository</name>
-            <url>http://java.freehep.org/maven2</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
-    <build>        
-        <defaultGoal>install</defaultGoal>
-        <plugins>            
-            <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <argLine>-Xmx1024m</argLine>
-                    <forkMode>pertest</forkMode>
-                    <excludes>
-                        <!-- Fix for http://jira.codehaus.org/browse/SUREFIRE-288 -->
-                        <exclude>**/*$*</exclude>
-                    </excludes>	 
-                </configuration>
-            </plugin>
+    <build> 
+        <plugins>       
             <plugin>
                 <groupId>org.freehep</groupId>
                 <artifactId>freehep-jas-plugin</artifactId>
@@ -105,7 +48,7 @@
         <dependency>
             <groupId>org.lcsim</groupId>
             <artifactId>lcsim</artifactId>
-            <version>2.2-SNAPSHOT</version>
+            <version>2.8-SNAPSHOT</version>
         </dependency>
     </dependencies>
-</project>
+</project>
\ No newline at end of file
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