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/03/10 14:52:58 UTC

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

brett       2004/03/10 05:52:58

  Modified:    hibernate project.xml
               hibernate/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.0
  
  Revision  Changes    Path
  1.23      +9 -2      maven-plugins/hibernate/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/hibernate/project.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- project.xml	7 Mar 2004 23:01:25 -0000	1.22
  +++ project.xml	10 Mar 2004 13:52:58 -0000	1.23
  @@ -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>
  
  
  
  1.10      +8 -19     maven-plugins/hibernate/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/hibernate/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml	4 Mar 2004 18:13:45 -0000	1.9
  +++ changes.xml	10 Mar 2004 13:52:58 -0000	1.10
  @@ -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>
  -
  
  
  

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