[hibernate-commits] Hibernate SVN: r16881 - hibernate-jdocbook-style/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jun 23 02:00:00 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-06-23 02:00:00 -0400 (Tue, 23 Jun 2009)
New Revision: 16881

Modified:
   hibernate-jdocbook-style/trunk/pom.xml
Log:
[maven-release-plugin] prepare release hibernate-jdocbook-style-2.0.0

Modified: hibernate-jdocbook-style/trunk/pom.xml
===================================================================
--- hibernate-jdocbook-style/trunk/pom.xml	2009-06-23 05:58:29 UTC (rev 16880)
+++ hibernate-jdocbook-style/trunk/pom.xml	2009-06-23 06:00:00 UTC (rev 16881)
@@ -1,34 +1,11 @@
-<!--
-  ~ Copyright (c) 2009, Red Hat Middleware LLC or third-party contributors as
-  ~ indicated by the @author tags or express copyright attribution
-  ~ statements applied by the authors.  All third-party contributions are
-  ~ distributed under license by Red Hat Middleware LLC.
-  ~
-  ~ This copyrighted material is made available to anyone wishing to use, modify,
-  ~ copy, or redistribute it subject to the terms and conditions of the GNU
-  ~ Lesser General Public License, as published by the Free Software Foundation.
-  ~
-  ~ This program is distributed in the hope that it will be useful,
-  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-  ~ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
-  ~ for more details.
-  ~
-  ~ You should have received a copy of the GNU Lesser General Public License
-  ~ along with this distribution; if not, write to:
-  ~ Free Software Foundation, Inc.
-  ~ 51 Franklin Street, Fifth Floor
-  ~ Boston, MA  02110-1301  USA
-  -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-jdocbook-style</artifactId>
     <packaging>jdocbook-style</packaging>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <name>Hibernate jDocBook Style Bundle</name>
     <description>
@@ -73,10 +50,9 @@
     </licenses>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/hibernate/hibernate-jdocbook-style/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/hibernate-jdocbook-style/trunk
-        </developerConnection>
-        <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/hibernate/hibernate-jdocbook-style/trunk/</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/hibernate/hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0</developerConnection>
+        <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/hibernate/hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0</url>
     </scm>
 
     <dependencies>
@@ -142,4 +118,4 @@
         </snapshotRepository>
     </distributionManagement>
 
-</project>
+</project>
\ No newline at end of file




More information about the hibernate-commits mailing list