[hibernate-commits] Hibernate SVN: r14535 - documentation-style/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Apr 24 12:45:57 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-24 12:45:57 -0400 (Thu, 24 Apr 2008)
New Revision: 14535

Modified:
   documentation-style/trunk/pom.xml
Log:
[maven-release-plugin] rollback the release of hibernate-jdocbook-style-1.0.1

Modified: documentation-style/trunk/pom.xml
===================================================================
--- documentation-style/trunk/pom.xml	2008-04-24 16:42:55 UTC (rev 14534)
+++ documentation-style/trunk/pom.xml	2008-04-24 16:45:57 UTC (rev 14535)
@@ -1,11 +1,30 @@
-<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">
+<?xml version="1.0"?>
 
+<!--
+  ~ Copyright (c) 2007, Red Hat Middleware, LLC. All rights reserved.
+  ~
+  ~ 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, v. 2.1. This program is distributed in the
+  ~ hope that it will be useful, but WITHOUT A 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, v.2.1 along with this
+  ~ distribution; if not, write to the Free Software Foundation, Inc.,
+  ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+  ~
+  ~ Red Hat Author(s): Steve Ebersole
+  -->
+<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>1.0.2-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
 
     <name>Hibernate Reference Manual Styles</name>
     <description>The JDocBook styles for the Hibernate Reference Manuals.</description>
@@ -57,4 +76,4 @@
         </snapshotRepository>
     </distributionManagement>
 
-</project>
\ No newline at end of file
+</project>




More information about the hibernate-commits mailing list