Author: felipeal
Date: Wed Feb  9 19:39:48 2005
New Revision: 153150

URL: http://svn.apache.org/viewcvs?view=rev&rev=153150
Log:
[maven-scm-plugin] prepare release 1.3

Modified:
    maven/maven-1/plugins/trunk/hibernate/project.xml
    maven/maven-1/plugins/trunk/hibernate/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/hibernate/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/hibernate/project.xml?view=diff&r1=153149&r2=153150
==============================================================================
--- maven/maven-1/plugins/trunk/hibernate/project.xml (original)
+++ maven/maven-1/plugins/trunk/hibernate/project.xml Wed Feb  9 19:39:48 2005
@@ -23,15 +23,14 @@
   <pomVersion>3</pomVersion>
   <id>maven-hibernate-plugin</id>
   <name>Maven Hibernate Plug-in</name>
-  <currentVersion>1.3-SNAPSHOT</currentVersion>
+  <currentVersion>1.3</currentVersion>
   <description/>
   <shortDescription>Work with Hibernate classes</shortDescription>
   <url>http://maven.apache.org/reference/plugins/hibernate/</url>
   
<issueTrackingUrl>http://jira.codehaus.org/browse/MPHIBERNATE</issueTrackingUrl>
   
<siteDirectory>/www/maven.apache.org/reference/plugins/hibernate/</siteDirectory>
   <repository>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/hibernate/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/hibernate/</developerConnection>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf:maven/maven-1/plugins/trunk/hibernate/</connection>
     
<url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/hibernate/</url>
   </repository>
   <versions>
@@ -49,7 +48,12 @@
       <id>1.2</id>
       <name>1.2</name>
       <tag>MAVEN_HIBERNATE_1_2</tag>
-    </version>    
+    </version>
+    <version>
+      <id>1.3</id>
+      <name>1.3</name>
+      <tag>MAVEN_HIBERNATE_1_3</tag>
+    </version>
   </versions>
   <developers>
     <developer>
@@ -70,7 +74,7 @@
       <roles>
         <role>Java Developer</role>
       </roles>
-    </developer>     
+    </developer>
     <developer>
       <name>Felipe Leme</name>
       <id>felipeal</id>
@@ -80,14 +84,14 @@
         <role>Java Developer</role>
       </roles>
       <timezone>-3</timezone>
-    </developer>     
+    </developer>
   </developers>
   <contributors>
     <contributor>
       <name>Alex Shneyderman</name>
       <email>[EMAIL PROTECTED]</email>
     </contributor>
-  </contributors>    
+  </contributors>
   <dependencies>
     <dependency>
       <groupId>hibernate</groupId>
@@ -191,6 +195,5 @@
       <version>1.0</version>
       <type>jar</type>
     </dependency>
-
   </dependencies>
 </project>

Modified: maven/maven-1/plugins/trunk/hibernate/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/hibernate/xdocs/changes.xml?view=diff&r1=153149&r2=153150
==============================================================================
--- maven/maven-1/plugins/trunk/hibernate/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/hibernate/xdocs/changes.xml Wed Feb  9 19:39:48 
2005
@@ -24,15 +24,19 @@
     <author email="[EMAIL PROTECTED]">Michal Maczka</author>
   </properties>
   <body>
-    <release version="1.3" date="in cvs">
-      <action dev="felipeal" type="add" issue="MPHIBERNATE-12" due-to="Paul 
Kearney">Added new goal <code>hibernate:code-generation</code>.</action>
-      <action dev="felipeal" type="add" issue="MPHIBERNATE-13">Added new goal 
<code>hibernate:schema-update</code>.</action>
+    <release version="1.3" date="2005-02-10">
+      <action dev="felipeal" type="add" issue="MPHIBERNATE-12" due-to="Paul 
Kearney">Added new goal
+        <code>hibernate:code-generation</code>.
+      </action>
+      <action dev="felipeal" type="add" issue="MPHIBERNATE-13">Added new goal
+        <code>hibernate:schema-update</code>.
+      </action>
       <action dev="epugh" type="fix" issue="MPHIBERNATE-9">plugin:test fails 
without a network connection.</action>
     </release>
     <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>
+      <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>
       <action dev="epugh" type="add" issue="MPHIBERNATE-6" due-to="Alex 
Shnyderman">New aggregate-mappings goal to aggregate multiple .hbm files into 
one file.</action>
       <action dev="epugh" type="add" issue="MPHIBERNATE-6" due-to="Alex 
Shnyderman">Added multiple base directories for mapping files</action>
       <action dev="epugh" type="update">Update to hibernate-2.1.3.</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to