Print

Print


Commit in lcsim on MAIN
pom.xml+14-131.249 -> 1.250
[maven-release-plugin] prepare release lcsim-2_10

lcsim
pom.xml 1.249 -> 1.250
diff -u -r1.249 -r1.250
--- pom.xml	19 Jul 2013 19:02:32 -0000	1.249
+++ pom.xml	19 Jul 2013 19:16:52 -0000	1.250
@@ -3,7 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>lcsim</artifactId>
     <name>org.lcsim</name>
-    <version>2.10-SNAPSHOT</version>
+    <version>2.10</version>
     <description>A Java reconstruction and analysis framework for LCD studies.</description>
     <url>https://confluence.slac.stanford.edu/display/ilc/org.lcsim</url>
     <parent>
@@ -15,7 +15,8 @@
         <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>
         <url>${org.lcsim.deploy}</url>
-    </scm>
+      <tag>lcsim-2_10</tag>
+  </scm>
     <repositories>
         <repository>
             <id>lcsim-maven</id>
@@ -215,11 +216,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="${lcsim.filterfile}" message="build.date=${last.updated}"/>
+                                <echo file="${lcsim.filterfile}" message="build.date=${last.updated}" />
                             </tasks>
                         </configuration>
                     </execution>
@@ -231,19 +232,19 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <mkdir dir="${project.build.directory}/scripts"/>
+                                <mkdir dir="${project.build.directory}/scripts" />
                                 <copy todir="${project.build.directory}/scripts">
                                     <fileset dir="${project.build.directory}/classes/scripts">
-                                        <include name="**/*.csh"/>
-                                        <include name="**/*.sh"/>
-                                        <include name="**/*.bat"/>
+                                        <include name="**/*.csh" />
+                                        <include name="**/*.sh" />
+                                        <include name="**/*.bat" />
                                     </fileset>
                                 </copy>
                                 <chmod perm="755">
                                     <fileset dir="${project.build.directory}/scripts">
-                                        <include name="**/*.csh"/>
-                                        <include name="**/*.sh"/>
-                                        <include name="**/*.bat"/>
+                                        <include name="**/*.csh" />
+                                        <include name="**/*.sh" />
+                                        <include name="**/*.bat" />
                                     </fileset>
                                 </chmod>
                             </tasks>
@@ -266,7 +267,7 @@
                             <shadedArtifactAttached>true</shadedArtifactAttached>
                             <shadedClassifierName>bin</shadedClassifierName>
                             <transformers>
-                                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+                                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
                                 <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                                     <mainClass>org.lcsim.job.JobControlManager</mainClass>
                                 </transformer>
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