Commit in lcsim on MAIN
pom.xml+7-121.138 -> 1.139
[maven-release-plugin] prepare release lcsim-1_15

lcsim
pom.xml 1.138 -> 1.139
diff -u -r1.138 -r1.139
--- pom.xml	11 Mar 2011 19:29:02 -0000	1.138
+++ pom.xml	28 Mar 2011 18:51:26 -0000	1.139
@@ -2,12 +2,13 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>lcsim</artifactId>
     <name>org.lcsim</name>
-    <version>1.15-SNAPSHOT</version>
+    <version>1.15</version>
     <description>A Java reconstruction and analysis framework for LCD studies.</description>
     <scm>
         <connection>scm:cvs:pserver:[log in to unmask]:/cvs/lcd:lcsim</connection>
         <developerConnection>scm:cvs:pserver:[log in to unmask]:/cvs/lcd:lcsim</developerConnection>
         <url>http://source.freehep.org/jcvsweb/ilc/LCSIM/list/lcsim</url>
+    <tag>lcsim-1_15</tag>
   </scm>             
     <repositories>
         <repository>
@@ -137,7 +138,7 @@
                 </configuration>
             </plugin>
 <!--
-            Old uber jar target. 
+            Old assembly target for reference.  
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <executions>
@@ -220,7 +221,7 @@
                     </execution>
                 </executions>
             </plugin>      
-            <!-- Use maven shade plugin to build uber jar containing all dependencies. --> 
+            <!-- Use maven shade plugin to build standalone, runnable jar containing all dependencies. --> 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
@@ -255,19 +256,13 @@
         <dependency>
             <groupId>org.lcsim</groupId>
             <artifactId>GeomConverter</artifactId>
-            <version>1.11-SNAPSHOT</version>
+            <version>1.11</version>
         </dependency>
+        <!-- FIXME This dep is not used and should be moved to lcsim-contrib instead. -->
         <dependency>
             <groupId>org.lcsim</groupId>
             <artifactId>trf</artifactId>
-            <version>1.1-SNAPSHOT</version>
+            <version>1.1</version>
         </dependency>
-<!--
-        <dependency>
-            <groupId>org.lcsim</groupId>
-            <artifactId>spacegeom</artifactId>
-            <version>1.1-SNAPSHOT</version>
-        </dependency>
--->
     </dependencies>
 </project>
CVSspam 0.2.8