[maven-scm-plugin] prepare release 1.0

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114863 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-03-10 12:03:50 +00:00
parent 5a44af88ac
commit 33d2838023
2 changed files with 15 additions and 8 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -17,13 +18,12 @@
*/
-->
<project>
<extend>../project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-jdee-plugin</id>
<name>Maven JDEE Plug-in</name>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<currentVersion>1.0</currentVersion>
<description>A plugin to create a project file to be used within the
<!--
<a href="http://jdee.sunsite.dk/">Java Developement Enviroment for Emacw</a>
@ -55,4 +55,11 @@
<report>maven-file-activity-plugin</report>
<report>maven-license-plugin</report>
</reports>
<versions>
<version>
<id>1.0</id>
<name>1.0</name>
<tag>MAVEN_JDEE_1_0</tag>
</version>
</versions>
</project>

View File

@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -22,13 +23,12 @@
<title>Changes</title>
<author email="juergen@heidak.de">Juergen Heidak</author>
</properties>
<body>
<release version="1.0" date="2004-03-10">
<action dev="brett" type="update">Path changes.</action>
</release>
<release version="1.0-beta-1" date="2003-04-02">
<action dev="evenisse" type="add">
Initial version.
</action>
<action dev="evenisse" type="add">Initial version.</action>
</release>
</body>
</document>