[maven-scm-plugin] prepare release 1.0

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-03-10 13:52:58 +00:00
parent c9b793b991
commit 55d9aa1ebb
2 changed files with 17 additions and 21 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-hibernate-plugin</id>
<name>Maven Hibernate Plug-in</name>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<currentVersion>1.0</currentVersion>
<description/>
<shortDescription>Work with Hibernate classes</shortDescription>
<url>http://maven.apache.org/reference/plugins/hibernate/</url>
@@ -140,4 +140,11 @@
-->
</dependencies>
<versions>
<version>
<id>1.0</id>
<name>1.0</name>
<tag>MAVEN_HIBERNATE_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,26 +23,14 @@
<title>Changes</title>
<author email="michal.maczka@dimatics.com">Michal Maczka</author>
</properties>
<body>
<release version="1.0" date="in CVS">
<action dev="k8n" type="update">
Update to hibernate-2.0.3. Add delimiter property to schema-export tag
</action>
<release version="1.0" date="2004-03-11">
<action dev="k8n" type="update">Update to hibernate-2.0.3. Add delimiter property to schema-export tag</action>
<action dev="dion" type="update">update to commons-jelly-20030902.160215</action>
<action dev="dion" type="update">
Upgrade to dom4j 1.4
</action>
<action dev="dion" type="update">
Upgrade to dom4j 1.4-dev-8
</action>
<action dev="dion" type="update">
Upgrade to commons-logging 1.0.3
</action>
<action dev="michal" type="add">
Initial plugin created
</action>
<action dev="dion" type="update">Upgrade to dom4j 1.4</action>
<action dev="dion" type="update">Upgrade to dom4j 1.4-dev-8</action>
<action dev="dion" type="update">Upgrade to commons-logging 1.0.3</action>
<action dev="michal" type="add">Initial plugin created</action>
</release>
</body>
</document>