Update of /var/cvs/all/maven-base
In directory james.mmbase.org:/tmp/cvs-serv20290/maven-base

Modified Files:
        pom.xml 
Log Message:
I think we can say that 1.9 is 2.4/2.0/1.1


See also: http://cvs.mmbase.org/viewcvs/all/maven-base


Index: pom.xml
===================================================================
RCS file: /var/cvs/all/maven-base/pom.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- pom.xml     4 Apr 2009 09:32:27 -0000       1.18
+++ pom.xml     20 Apr 2009 15:59:58 -0000      1.19
@@ -66,11 +66,24 @@
   <properties>
     <compiler.fork>false</compiler.fork>
 
+
     <servlet.version>2.4</servlet.version>
     <jsp.version>2.0</jsp.version>
-    <jstl.version>1.2</jstl.version>
+    <jsp.groupId>javax.servlet</jsp.groupId>
+    <jstl.version>1.1.2</jstl.version>
     <taglib-standard.version>1.1.2</taglib-standard.version>
 
+
+    <!-- MMBase 2.0?
+         -->
+    <!--
+    <servlet.version>2.5</servlet.version>
+    <jsp.version>2.1</jsp.version>
+    <jsp.groupId>javax.servlet.jsp</jsp.groupId>
+    <jstl.version>1.2</jstl.version>
+    -->
+
+
     <log4j.version>1.2.14</log4j.version>
 
     <surefire.fork.mode>once</surefire.fork.mode>
@@ -535,7 +548,7 @@
       </dependency>
 
       <dependency>
-        <groupId>javax.servlet</groupId>
+        <groupId>${jsp.groupId}</groupId>
         <artifactId>jsp-api</artifactId>
         <version>${jsp.version}</version>
       </dependency>
@@ -617,7 +630,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>javax.servlet</groupId>
+      <groupId>${jsp.groupId}</groupId>
       <artifactId>jsp-api</artifactId>
       <scope>provided</scope>
     </dependency>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to