vmassol 2004/05/02 06:45:38
Modified: docbook/xdocs changes.xml
docbook 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.13 +1 -1 maven-plugins/docbook/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/docbook/xdocs/changes.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- changes.xml 30 Apr 2004 14:38:45 -0000 1.12
+++ changes.xml 2 May 2004 13:45:38 -0000 1.13
@@ -24,7 +24,7 @@
</properties>
<body>
- <release version="1.2-SNAPSHOT" date="In progress">
+ <release version="1.2-SNAPSHOT" date="in CVS">
<action dev="bwalding" type="add">
added functionality to generate pdfs from docbook (ala hibernate
documentation)
</action>
1.29 +7 -2 maven-plugins/docbook/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/docbook/project.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- project.xml 8 Apr 2004 00:54:55 -0000 1.28
+++ project.xml 2 May 2004 13:45:38 -0000 1.29
@@ -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-docbook-plugin</id>
<name>Maven DocBook Plug-in</name>
@@ -37,6 +37,11 @@
<id>1.1</id>
<name>1.1</name>
<tag>MAVEN_DOCBOOK_1_1</tag>
+ </version>
+ <version>
+ <id>1.2</id>
+ <name>1.2</name>
+ <tag>HEAD</tag>
</version>
</versions>
<developers>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]