You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/05/16 04:32:39 UTC

cvs commit: maven-plugins/hibernate/xdocs changes.xml

brett       2004/05/15 19:32:39

  Modified:    hibernate project.xml
               hibernate/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.1
  
  Revision  Changes    Path
  1.28      +6 -1      maven-plugins/hibernate/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/hibernate/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml	16 May 2004 01:35:47 -0000	1.27
  +++ project.xml	16 May 2004 02:32:39 -0000	1.28
  @@ -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>
  @@ -39,6 +39,11 @@
         <id>1.0</id>
         <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>
  
  
  
  1.12      +1 -2      maven-plugins/hibernate/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/hibernate/xdocs/changes.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.xml	25 Apr 2004 02:29:43 -0000	1.11
  +++ changes.xml	16 May 2004 02:32:39 -0000	1.12
  @@ -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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org