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

Modified Files:
        pom.xml 
Log Message:
some details


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.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- pom.xml     18 Mar 2009 18:18:20 -0000      1.11
+++ pom.xml     25 Mar 2009 12:27:14 -0000      1.12
@@ -80,6 +80,8 @@
     
<compile.flags>-Xlint:unchecked,deprecation,fallthrough,finally</compile.flags>
 
     <junit.version>4.4</junit.version>
+
+    <mmbase.version>${project.version}</mmbase.version>
   </properties>
 
   <mailingLists>
@@ -279,7 +281,7 @@
             <dependency>
               <groupId>org.mmbase.maven</groupId>
               <artifactId>assembly-descriptors</artifactId>
-              <version>1.9-SNAPSHOT</version>
+              <version>${mmbase.version}</version>
             </dependency>
           </dependencies>
         </plugin>
@@ -292,7 +294,7 @@
             <dependency>
               <groupId>org.mmbase.maven</groupId>
               <artifactId>codestandards</artifactId>
-              <version>1.9-SNAPSHOT</version>
+              <version>${mmbase.version}</version>
             </dependency>
             <dependency>
               <groupId>checkstyle</groupId>
@@ -346,7 +348,7 @@
             <dependency>
               <groupId>org.mmbase.maven</groupId>
               <artifactId>codestandards</artifactId>
-              <version>1.9-SNAPSHOT</version>
+              <version>${mmbase.version}</version>
             </dependency>
           </dependencies>
           <configuration>
@@ -536,6 +538,14 @@
         <version>${servlet.version}</version>
         <scope>provided</scope>
       </dependency>
+
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>${servlet.version}</version>
+        <classifier>sources</classifier>
+      </dependency>
+
       <dependency>
         <groupId>javax.servlet</groupId>
         <artifactId>jsp-api</artifactId>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to