You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2005/10/27 23:41:28 UTC

svn commit: r328952 - in /geronimo/trunk/plugins/geronimo-deployment-plugin: project.properties project.xml

Author: dblevins
Date: Thu Oct 27 14:41:22 2005
New Revision: 328952

URL: http://svn.apache.org/viewcvs?rev=328952&view=rev
Log:
This combined with Dims' install-now change means we can now build like this

  maven -o -Dgeronimo_version=1.0-234567

Now i can drop a few lines from our unstable build script.


Modified:
    geronimo/trunk/plugins/geronimo-deployment-plugin/project.properties
    geronimo/trunk/plugins/geronimo-deployment-plugin/project.xml

Modified: geronimo/trunk/plugins/geronimo-deployment-plugin/project.properties
URL: http://svn.apache.org/viewcvs/geronimo/trunk/plugins/geronimo-deployment-plugin/project.properties?rev=328952&r1=328951&r2=328952&view=diff
==============================================================================
--- geronimo/trunk/plugins/geronimo-deployment-plugin/project.properties (original)
+++ geronimo/trunk/plugins/geronimo-deployment-plugin/project.properties Thu Oct 27 14:41:22 2005
@@ -29,3 +29,4 @@
 
 maven.multiproject.type=plugin
 
+geronimo_version=1.0-SNAPSHOT

Modified: geronimo/trunk/plugins/geronimo-deployment-plugin/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/plugins/geronimo-deployment-plugin/project.xml?rev=328952&r1=328951&r2=328952&view=diff
==============================================================================
--- geronimo/trunk/plugins/geronimo-deployment-plugin/project.xml (original)
+++ geronimo/trunk/plugins/geronimo-deployment-plugin/project.xml Thu Oct 27 14:41:22 2005
@@ -32,7 +32,7 @@
     <package>org.apache.geronimo</package>
     <logo></logo>
 
-    <currentVersion>1.0-SNAPSHOT</currentVersion>
+    <currentVersion>${geronimo_version}</currentVersion>
 
     <dependencies>
         <dependency>