Print

Print


Commit in lcsim on MAIN
pom.xml+8-101.47 -> 1.48


lcsim
pom.xml 1.47 -> 1.48
diff -u -r1.47 -r1.48
--- pom.xml	31 Oct 2008 00:03:13 -0000	1.47
+++ pom.xml	31 Oct 2008 00:18:20 -0000	1.48
@@ -1,17 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
+<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>lcsim</artifactId>
     <name>org.lcsim</name>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
     <description>A Java-based reconstruction and analysis system for ILC detectors.</description>
     <scm>
         <connection>scm:cvs:pserver:anonymous:@cvs.freehep.org:/cvs/lcd:lcsim</connection>
         <developerConnection>scm:cvs:pserver:${scm.username}:@cvs.freehep.org:/cvs/lcd:lcsim</developerConnection>
         <url>http://source.freehep.org/jcvsweb/ilc/LCSIM/list/lcsim</url>
-    </scm>             
+      <tag>lcsim-1_3</tag>
+  </scm>             
     <repositories>
         <repository>
             <id>lcsim-maven</id>
@@ -158,11 +156,11 @@
                         </goals>
                         <configuration>
                             <tasks>                      
-                                <mkdir dir="${project.build.directory}"/>
+                                <mkdir dir="${project.build.directory}" />
                                 <tstamp>
-                                    <format property="last.updated" pattern="yyyy-MM-dd kk:mm:ss z"/> 
+                                    <format property="last.updated" pattern="yyyy-MM-dd kk:mm:ss z" /> 
                                 </tstamp>
-                                <echo file="${basedir}/target/filter.properties" message="build.date=${last.updated}"/>
+                                <echo file="${basedir}/target/filter.properties" message="build.date=${last.updated}" />
                             </tasks>
                         </configuration>
                     </execution>
@@ -189,4 +187,4 @@
             <version>1.3</version>
         </dependency>
     </dependencies>
-</project>
+</project>
\ No newline at end of file
CVSspam 0.2.8