You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2005/06/06 10:42:06 UTC

svn commit: r180261 - /maven/maven-1/plugins/trunk/project.xml

Author: vmassol
Date: Mon Jun  6 01:42:05 2005
New Revision: 180261

URL: http://svn.apache.org/viewcvs?rev=180261&view=rev
Log:
- Added missing currentVersion tag. Without it, "maven site" fails.
- Added comment/todo for inheriting from the parent-plugin/project.xml POM

Modified:
    maven/maven-1/plugins/trunk/project.xml

Modified: maven/maven-1/plugins/trunk/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/project.xml?rev=180261&r1=180260&r2=180261&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/project.xml (original)
+++ maven/maven-1/plugins/trunk/project.xml Mon Jun  6 01:42:05 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,10 +20,13 @@
 
 <project>
 
+  <!-- TODO: Make it inherit from plugin-parent? -->
+
   <pomVersion>3</pomVersion>
-  <id>plugin-parent</id>
-  <name>Maven Plugins</name>
+  <id>maven-master</id>
+  <name>Master Maven Plugins</name>
   <groupId>maven</groupId>
+  <currentVersion>1.0</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org/</url>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org