You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ep...@apache.org on 2004/08/14 21:28:58 UTC

cvs commit: maven-plugins/hibernate project.xml

epugh       2004/08/14 12:28:58

  Modified:    hibernate/xdocs changes.xml
               hibernate project.xml
  Log:
  Get ready for release.
  
  Revision  Changes    Path
  1.20      +1 -1      maven-plugins/hibernate/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/hibernate/xdocs/changes.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- changes.xml	25 Jul 2004 13:49:38 -0000	1.19
  +++ changes.xml	14 Aug 2004 19:28:57 -0000	1.20
  @@ -24,7 +24,7 @@
       <author email="michal.maczka@dimatics.com">Michal Maczka</author>
     </properties>
     <body>
  -    <release version="1.2-SNAPSHOT" date="in CVS">
  +    <release version="1.2" date="2004-08-14">
         <action dev="epugh" type="fix" issue="MPHIBERNATE-10" due-to="Henning Schmiedehausen">maven-hibernate ignores the "config" attribute</action>
         <action dev="epugh" type="fix" issue="MPHIBERNATE-11" due-to="Henning Schmiedehausen">maven-hibernate needs cglib when sending SQL directly to the database</action>
         <action dev="epugh" type="fix" issue="MPHIBERNATE-7" due-to="Dion Gillard">Unit tests only functioned from the /src/plugin-test directory.  plugin:test fails</action>
  
  
  
  1.35      +6 -1      maven-plugins/hibernate/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/hibernate/project.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- project.xml	23 Jul 2004 10:02:16 -0000	1.34
  +++ project.xml	14 Aug 2004 19:28:58 -0000	1.35
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-hibernate-plugin</id>
     <name>Maven Hibernate Plug-in</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</currentVersion>
     <description/>
     <shortDescription>Work with Hibernate classes</shortDescription>
     <url>http://maven.apache.org/reference/plugins/hibernate/</url>
  @@ -45,6 +45,11 @@
         <name>1.1</name>
         <tag>MAVEN_HIBERNATE_1_1</tag>
       </version>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>MAVEN_HIBERNATE_1_2</tag>
  +    </version>    
     </versions>
     <developers>
       <developer>
  
  
  

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