[maven-scm-plugin] prepare release 1.0

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115703 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-07-08 09:36:35 +00:00
parent 5e004e51df
commit 0348fffd99
2 changed files with 16 additions and 28 deletions

View File

@@ -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>

View File

@@ -1,20 +1,13 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<title>Changes</title>
<author email="vmassol@apache.org">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>