Commit in SlicDiagnostics on MAIN
pom.xml+30-181.3 -> 1.4


SlicDiagnostics
pom.xml 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- pom.xml	21 May 2008 10:00:34 -0000	1.3
+++ pom.xml	25 Jun 2008 21:15:00 -0000	1.4
@@ -1,21 +1,33 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.lcsim</groupId>
-  <artifactId>SlicDiagnostics</artifactId>
-  <name>SLIC Diagnostics</name>
-  <version>1.0-SNAPSHOT</version>
-  <description>An LCIO diagnostics package based on org.lcsim and AIDA.</description>
-  <parent>
-      <groupId>org.lcsim</groupId>
-      <artifactId>lcsim-parent</artifactId>
-      <version>1.1-SNAPSHOT</version>
-  </parent>
-  <dependencies>
-    <dependency>
-      <groupId>org.lcsim</groupId>
-      <artifactId>lcsim</artifactId>
-      <version>1.3-SNAPSHOT</version> 
-    </dependency>
-  </dependencies>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.lcsim</groupId>
+    <artifactId>SlicDiagnostics</artifactId>
+    <name>SLIC Diagnostics</name>
+    <version>1.0-SNAPSHOT</version>
+    <description>An LCIO diagnostics package based on org.lcsim and AIDA.</description>
+    <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>
+    <parent>
+        <groupId>org.lcsim</groupId>
+        <artifactId>lcsim-parent</artifactId>
+        <version>1.1-SNAPSHOT</version>
+    </parent>
+    <dependencies>
+        <dependency>
+            <groupId>org.lcsim</groupId>
+            <artifactId>lcsim</artifactId>
+            <version>1.3-SNAPSHOT</version> 
+        </dependency>
+    </dependencies>
 </project>
CVSspam 0.2.8