Print

Print


Commit in ExampleMavenProject on MAIN
pom.xml+16added 1.1


ExampleMavenProject
pom.xml added at 1.1
diff -N pom.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pom.xml	21 May 2008 09:49:09 -0000	1.1
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.lcsim</groupId>
+  <artifactId>lcsim-example-maven-project</artifactId>
+  <name></name>
+  <version>1.0-SNAPSHOT</version>
+  <description>A simple example Maven Project for LCSim users.</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.lcsim</groupId>
+      <artifactId>lcsim</artifactId>
+      <version>1.3-SNAPSHOT</version> 
+    </dependency>
+  </dependencies>
+</project>
CVSspam 0.2.8