You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2008/03/13 19:23:44 UTC

svn commit: r636819 - in /geronimo/genesis/trunk: bootstrap.xml pom.xml

Author: djencks
Date: Thu Mar 13 11:23:42 2008
New Revision: 636819

URL: http://svn.apache.org/viewvc?rev=636819&view=rev
Log:
make build self-referential and fix bootstrap

Modified:
    geronimo/genesis/trunk/bootstrap.xml
    geronimo/genesis/trunk/pom.xml

Modified: geronimo/genesis/trunk/bootstrap.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/bootstrap.xml?rev=636819&r1=636818&r2=636819&view=diff
==============================================================================
--- geronimo/genesis/trunk/bootstrap.xml (original)
+++ geronimo/genesis/trunk/bootstrap.xml Thu Mar 13 11:23:42 2008
@@ -76,10 +76,14 @@
     </target>
     
     <target name="stage2" depends="init">
-        <mvn goal="install" dir="plugins"/>
+        <mvn goal="install" dir="legal-bundle"/>
     </target>
     
     <target name="stage3" depends="init">
+        <mvn goal="install" dir="plugins"/>
+    </target>
+
+    <target name="stage4" depends="init">
         <mvn goal="install"/>
     </target>
 

Modified: geronimo/genesis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/pom.xml?rev=636819&r1=636818&r2=636819&view=diff
==============================================================================
--- geronimo/genesis/trunk/pom.xml (original)
+++ geronimo/genesis/trunk/pom.xml Thu Mar 13 11:23:42 2008
@@ -55,7 +55,7 @@
         <!-- set siteId to artifactId for any "top level" project rooting a website -->
         <siteId>genesis</siteId>
         <!-- IMPORTANT update this to the release version before releasing -->
-        <legalBundleVersion>1.4</legalBundleVersion>
+        <legalBundleVersion>1.5-SNAPSHOT</legalBundleVersion>
     </properties>
 
     <build>