Author: michiel
Date: 2009-05-27 23:05:58 +0200 (Wed, 27 May 2009)
New Revision: 35455
Modified:
mmbase/trunk/base-webapp/pom.xml
mmbase/trunk/maven-base/pom.xml
Log:
SNAPSHOT sould be last part of version otherwise not recognized as such
Modified: mmbase/trunk/base-webapp/pom.xml
===================================================================
--- mmbase/trunk/base-webapp/pom.xml 2009-05-27 20:18:46 UTC (rev 35454)
+++ mmbase/trunk/base-webapp/pom.xml 2009-05-27 21:05:58 UTC (rev 35455)
@@ -85,6 +85,12 @@
</dependencies>
</profile>
<profile>
+ <id>deploy</id>
+ <build>
+ <defaultGoal>deploy</defaultGoal>
+ </build>
+ </profile>
+ <profile>
<id>servlet25</id>
<activation>
<property>
@@ -93,7 +99,7 @@
</property>
</activation>
<properties>
- <base.version>${mmbase.version}-servlet25</base.version>
+
<base.version>${mmbase.number}-servlet25${mmbase.version.postfix}</base.version>
</properties>
</profile>
</profiles>
Modified: mmbase/trunk/maven-base/pom.xml
===================================================================
--- mmbase/trunk/maven-base/pom.xml 2009-05-27 20:18:46 UTC (rev 35454)
+++ mmbase/trunk/maven-base/pom.xml 2009-05-27 21:05:58 UTC (rev 35455)
@@ -99,7 +99,9 @@
<buildnumber.doCheck>false</buildnumber.doCheck>
- <mmbase.version>1.9-SNAPSHOT</mmbase.version>
+ <mmbase.number>1.9</mmbase.number>
+ <mmbase.version.postfix>-SNAPSHOT</mmbase.version.postfix>
+ <mmbase.version>${mmbase.number}${mmbase.version.postfix}</mmbase.version>
<!-- Cannot be project.version, because then an extension of this cannot
have it's own version any more -->
<netbeans.hint.deploy.server>gfv3</netbeans.hint.deploy.server>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs