Update of /var/cvs/all/base-webapp
In directory james.mmbase.org:/tmp/cvs-serv1418
Modified Files:
pom.xml
Log Message:
rationalized dependency managment a bit, because it was not quite wokring
everywhere. Added a 'servlet25' profile.
See also: http://cvs.mmbase.org/viewcvs/all/base-webapp
Index: pom.xml
===================================================================
RCS file: /var/cvs/all/base-webapp/pom.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- pom.xml 1 Apr 2009 13:33:00 -0000 1.5
+++ pom.xml 29 Apr 2009 07:03:05 -0000 1.6
@@ -13,6 +13,11 @@
<artifactId>base-webapp</artifactId>
<packaging>war</packaging>
<name>MMBase Base webapp</name>
+ <version>${base.version}</version>
+
+ <properties>
+ <base.version>${mmbase.version}</base.version>
+ </properties>
<description>
This is a minimalistic war containing the essentials for an MMBase web
applications. This can be used as initial war overlay for your own project.
@@ -44,7 +49,7 @@
<dependency>
<groupId>org.mmbase</groupId>
<artifactId>mmbase</artifactId>
- <version>${project.version}</version>
+ <version>${mmbase.version}</version>
</dependency>
<!--
@@ -54,9 +59,17 @@
<dependency>
<groupId>org.mmbase</groupId>
<artifactId>mmbase-taglib</artifactId>
- <version>${project.version}</version>
+ <version>${mmbase.version}</version>
<type>war</type>
</dependency>
</dependencies>
+ <profiles>
+ <profile>
+ <id>servlet25</id>
+ <properties>
+ <base.version>${mmbase.version}-servlet25</base.version>
+ </properties>
+ </profile>
+ </profiles>
</project>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs