vmassol 2004/05/02 07:04:49 Modified: java project.xml Log: inherit from the plugin-parent/project.xml POM instead of the top level one which is reserved for the master build Revision Changes Path 1.22 +7 -2 maven-plugins/java/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/java/project.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- project.xml 10 Apr 2004 00:59:23 -0000 1.21 +++ project.xml 2 May 2004 14:04:49 -0000 1.22 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -17,9 +18,8 @@ */ --> - <project> - <extend>../project.xml</extend> + <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> <id>maven-java-plugin</id> <name>Maven Java Plug-in</name> @@ -39,6 +39,11 @@ <id>1.3</id> <name>1.3</name> <tag>MAVEN_JAVA_1_3</tag> + </version> + <version> + <id>1.4</id> + <name>1.4</name> + <tag>HEAD</tag> </version> </versions> <developers>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]