Commit in lcsim-parent on MAIN
pom.xml+151.156 -> 1.157
force usage of current stable Maven release; do not allow snapshots to be downloaded from maven central repo

lcsim-parent
pom.xml 1.156 -> 1.157
diff -u -r1.156 -r1.157
--- pom.xml	16 Apr 2013 23:49:57 -0000	1.156
+++ pom.xml	17 Apr 2013 00:32:07 -0000	1.157
@@ -1,5 +1,8 @@
 <?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">
+	<prerequisites>
+        <maven>3.0.4</maven>
+    <prerequisites>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
@@ -35,6 +38,12 @@
             <id>freehep-maven-repo</id>
             <name>FreeHEP Maven 2 Repository</name>
             <url>http://java.freehep.org/maven2</url>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
         </repository>
         <repository>
             <id>lcsim-maven-repo</id>
@@ -53,6 +62,12 @@
             <id>maven-central-repo</id>
             <name>Maven repository</name>
             <url>http://repo1.maven.org/maven2/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
         </repository>
     </repositories>
     <pluginRepositories>
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