vmassol 2004/07/08 02:36:35
Modified: abbot project.xml
abbot/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.0
Revision Changes Path
1.8 +12 -17 maven-plugins/abbot/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/abbot/project.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project.xml 8 Jul 2004 09:32:58 -0000 1.7
+++ project.xml 8 Jul 2004 09:36:35 -0000 1.8
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-abbot-plugin</id>
<name>Maven Abbot plugin</name>
- <currentVersion>1.0-SNAPSHOT</currentVersion>
+ <currentVersion>1.0</currentVersion>
<description>Run Abbot tests</description>
<shortDescription>Abbot Tests</shortDescription>
<url>http://maven.apache.org/reference/plugins/abbot/</url>
@@ -40,6 +40,11 @@
<name>1.0</name>
<tag>HEAD</tag>
</version>
+ <version>
+ <id>1.0</id>
+ <name>1.0</name>
+ <tag>MAVEN_ABBOT_1_0</tag>
+ </version>
</versions>
<developers>
<developer>
@@ -66,7 +71,6 @@
</developers>
<contributors/>
<dependencies>
-
<dependency>
<groupId>abbot</groupId>
<artifactId>abbot</artifactId>
@@ -76,7 +80,6 @@
<abbot.webstart>true</abbot.webstart>
</properties>
</dependency>
-
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
@@ -86,26 +89,24 @@
<abbot.webstart>true</abbot.webstart>
</properties>
</dependency>
+ <!-- Required for the Costello editor -->
- <!-- Required for the Costello editor -->
<dependency>
<groupId>mrj</groupId>
<artifactId>MRJToolkitStubs</artifactId>
<version>1.0</version>
<properties>
<abbot.editor>true</abbot.editor>
- </properties>
+ </properties>
</dependency>
-
<dependency>
<groupId>gnu-regexp</groupId>
<artifactId>gnu-regexp</artifactId>
<version>1.1.4</version>
<properties>
<abbot.editor>true</abbot.editor>
- </properties>
+ </properties>
</dependency>
-
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -115,7 +116,6 @@
<abbot.webstart>true</abbot.webstart>
</properties>
</dependency>
-
<dependency>
<groupId>xerces</groupId>
<artifactId>xerces</artifactId>
@@ -125,7 +125,6 @@
<abbot.webstart>true</abbot.webstart>
</properties>
</dependency>
-
<dependency>
<groupId>xerces</groupId>
<artifactId>xmlParserAPIs</artifactId>
@@ -133,33 +132,29 @@
<properties>
<abbot.editor>true</abbot.editor>
<abbot.webstart>true</abbot.webstart>
- </properties>
+ </properties>
</dependency>
-
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.3-1</version>
<properties>
<abbot.webstart>true</abbot.webstart>
- </properties>
+ </properties>
</dependency>
-
<dependency>
<groupId>ant</groupId>
<artifactId>ant-optional</artifactId>
<version>1.5.3-1</version>
<properties>
<abbot.webstart>true</abbot.webstart>
- </properties>
+ </properties>
</dependency>
-
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>20030211.142705</version>
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
</dependency>
-
</dependencies>
</project>
1.3 +4 -11 maven-plugins/abbot/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/abbot/xdocs/changes.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- changes.xml 8 Jul 2004 08:37:34 -0000 1.2
+++ changes.xml 8 Jul 2004 09:36:35 -0000 1.3
@@ -1,20 +1,13 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
<document>
<properties>
<title>Changes</title>
<author email="[EMAIL PROTECTED]">Vincent Massol</author>
</properties>
-
<body>
-
- <release version="1.0-SNAPSHOT" date="in CVS">
- <action dev="vmassol" type="add">
- Initial creation by Christian Blavier and Vincent Massol.
- See the feature list on the Abbot plugin web site
- for a full list of what the plugin does.
- </action>
+ <release version="1.0" date="2004-07-08">
+ <action dev="vmassol" type="add">Initial creation by Christian Blavier and
Vincent Massol. See the feature list on the Abbot plugin web site for a full list of
what the plugin does.</action>
</release>
-
</body>
</document>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]