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

Modified Files:
        project.xml project.properties 
Log Message:
SNAPSHOT version to properties


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


Index: project.xml
===================================================================
RCS file: /var/cvs/all/maven-base/project.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- project.xml 27 Dec 2007 09:34:25 -0000      1.25
+++ project.xml 25 Jan 2008 10:56:31 -0000      1.26
@@ -12,7 +12,7 @@
   <artifactId>${pom.artifactId}</artifactId>
   <name>${pom.artifactId}</name>
   <groupId>mmbase</groupId>
-  <currentVersion>${mmbase.version}-SNAPSHOT</currentVersion>
+  <currentVersion>${mmbase.version}</currentVersion>
   <organization>
     <name>MMBase.org</name>
     <url>http://www.mmbase.org</url>
@@ -47,9 +47,9 @@
     </license>
   </licenses>
   <description>MMBase is a Web Content Management System with strong multi 
media features. MMBase has a large installed base in The Netherlands, and is 
used by major Dutch broadcasters, publishers, educational institutes, national 
and local governments. MMBase is written in Java, it is Open Source Software 
(MPL) and all standards used are as 'open' as possible. The system can be used 
with all major operating systems, webservers and databases.</description>
-  <url>http://maven.mmbase.net/mmbase</url>
+  <url>http://www.mmbase.org</url>
   <issueTrackingUrl>http://www.mmbase.org/bug</issueTrackingUrl>
-  <siteAddress>maven.mmbase.net</siteAddress>
+  <siteAddress>http://www.mmbase.org</siteAddress>
   <siteDirectory>/home/maven/site/mmbase</siteDirectory>
   <distributionDirectory>/home/maven/site/mmapps/jars/</distributionDirectory>
   <repository>
@@ -221,11 +221,6 @@
       <type>jar</type>
     </dependency>
     <dependency>
-      <groupId>jspapi</groupId>
-      <artifactId>jsp-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
       <version>1.2.8</version>
@@ -249,6 +244,12 @@
       <version>3.8.1</version>
       <type>jar</type>
     </dependency>
+
+    <dependency>
+      <groupId>jspapi</groupId>
+      <artifactId>jsp-api</artifactId>
+      <version>2.0</version>
+    </dependency>
     <!-- jsp taglibs, jstl -->
     <dependency>
       <groupId>jstl</groupId>
@@ -272,17 +273,6 @@
       <version>1.8.0.7</version> <!-- btw, newest version 1.8.0.8, but not yet 
in maven repositories.. sigh -->
     </dependency>
 
-    <!-- mmbase module plugin -->
-    <!-- TODO: The source code of this plugin, according to:
-
-    http://mmapps.sourceforge.net/maven-mmbase-module-plugin/cvs-usage.html
-    [EMAIL PROTECTED]:/tmp$ cvs -z3 -d :pserver:[EMAIL 
PROTECTED]:/cvsroot/mmapps co maven-mmbase-module-plugin
-cvs [checkout aborted]: connect to cvs.sourceforge.net(66.35.250.207):2401 
failed: No route to host
-
-   Not available ?
-
-   -->
-
     <dependency>
       <groupId>mmapps</groupId>
       <artifactId>maven-mmbase-module-plugin</artifactId>


Index: project.properties
===================================================================
RCS file: /var/cvs/all/maven-base/project.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- project.properties  12 Dec 2006 15:20:12 -0000      1.5
+++ project.properties  25 Jan 2008 10:56:31 -0000      1.6
@@ -8,7 +8,7 @@
 # The following property are used in Maven project files to identify
 # the currentVersion of a project and to specify which version to use
 # of a dependent project. 
-mmbase.version=1.9.0
+mmbase.version=1.9.0-SNAPSHOT
 maven.multiproject.type=mmbase-module
 
 maven.remote.group=mmbase
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to