vmassol 2004/07/09 03:29:23
Modified: checkstyle project.xml
jboss project.xml
jetty project.xml
examples/simple-xdocs project.xml
xdoc project.xml
Log:
Removed HEAD <version> element. From now on we do not want to list HEAD versions and
the <versions> element represent the *released* versions only.
Revision Changes Path
1.52 +0 -5 maven-plugins/checkstyle/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/checkstyle/project.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- project.xml 28 Jun 2004 21:04:04 -0000 1.51
+++ project.xml 9 Jul 2004 10:29:23 -0000 1.52
@@ -65,11 +65,6 @@
<name>2.4.1</name>
<tag>MAVEN_CHECKSTYLE_2_4_1</tag>
</version>
- <version>
- <id>2.5</id>
- <name>2.5</name>
- <tag>HEAD</tag>
- </version>
</versions>
<developers>
<developer>
1.30 +0 -5 maven-plugins/jboss/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jboss/project.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- project.xml 25 Jun 2004 15:24:29 -0000 1.29
+++ project.xml 9 Jul 2004 10:29:23 -0000 1.30
@@ -65,11 +65,6 @@
<name>1.5</name>
<tag>MAVEN_JBOSS_1_5</tag>
</version>
- <version>
- <id>1.6</id>
- <name>1.6</name>
- <tag>HEAD</tag>
- </version>
</versions>
<developers>
<developer>
1.11 +0 -5 maven-plugins/jetty/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jetty/project.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- project.xml 27 Jun 2004 10:01:42 -0000 1.10
+++ project.xml 9 Jul 2004 10:29:23 -0000 1.11
@@ -44,11 +44,6 @@
<name>1.1</name>
<tag>MAVEN_JETTY_1_1</tag>
</version>
- <version>
- <id>1.2</id>
- <name>1.2</name>
- <tag>HEAD</tag>
- </version>
</versions>
<developers>
<developer>
1.4 +3 -3 maven-plugins/examples/simple-xdocs/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/examples/simple-xdocs/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 4 Mar 2004 18:05:27 -0000 1.3
+++ project.xml 9 Jul 2004 10:29:23 -0000 1.4
@@ -50,9 +50,9 @@
<versions>
<version>
- <id>H0.1</id>
- <name>HEAT 0.1</name>
- <tag>HEAD</tag>
+ <id>0.1</id>
+ <name>0.1</name>
+ <tag>MAVEN_EX_0_1</tag>
</version>
</versions>
-->
1.58 +0 -5 maven-plugins/xdoc/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/xdoc/project.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- project.xml 2 Jul 2004 21:27:56 -0000 1.57
+++ project.xml 9 Jul 2004 10:29:23 -0000 1.58
@@ -60,11 +60,6 @@
<name>1.7.2</name>
<tag>MAVEN_XDOC_1_7_2</tag>
</version>
- <version>
- <id>1.8</id>
- <name>1.8</name>
- <tag>HEAD</tag>
- </version>
</versions>
<developers>
<developer>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]