[maven-scm-plugin] prepare release 1.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115310 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-05-16 02:32:39 +00:00
parent 29eed0d792
commit a125e9fd5b
2 changed files with 7 additions and 3 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-hibernate-plugin</id>
<name>Maven Hibernate Plug-in</name>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<currentVersion>1.1</currentVersion>
<description/>
<shortDescription>Work with Hibernate classes</shortDescription>
<url>http://maven.apache.org/reference/plugins/hibernate/</url>
@ -40,6 +40,11 @@
<name>1.0</name>
<tag>MAVEN_HIBERNATE_1_0</tag>
</version>
<version>
<id>1.1</id>
<name>1.1</name>
<tag>MAVEN_HIBERNATE_1_1</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -24,10 +24,9 @@
<author email="michal.maczka@dimatics.com">Michal Maczka</author>
</properties>
<body>
<release version="1.1-SNAPSHOT" date="in CVS">
<release version="1.1" date="2004-05-15">
<action dev="brett" type="fix" issue="MPHIBERNATE-2">Fix class not found exception by using correct base class loader.</action>
</release>
<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>