[hibernate-commits] Hibernate SVN: r14540 - in documentation-style/tags: hibernate-jdocbook-style-1.0.1 and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Apr 24 12:56:32 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-24 12:56:31 -0400 (Thu, 24 Apr 2008)
New Revision: 14540

Added:
   documentation-style/tags/hibernate-jdocbook-style-1.0.1/
   documentation-style/tags/hibernate-jdocbook-style-1.0.1/pom.xml
Removed:
   documentation-style/tags/hibernate-jdocbook-style-1.0.1/pom.xml
Log:
[maven-release-plugin]  copy for tag hibernate-jdocbook-style-1.0.1

Copied: documentation-style/tags/hibernate-jdocbook-style-1.0.1 (from rev 14526, documentation-style/trunk)

Deleted: documentation-style/tags/hibernate-jdocbook-style-1.0.1/pom.xml
===================================================================
--- documentation-style/trunk/pom.xml	2008-04-23 17:13:05 UTC (rev 14526)
+++ documentation-style/tags/hibernate-jdocbook-style-1.0.1/pom.xml	2008-04-24 16:56:31 UTC (rev 14540)
@@ -1,79 +0,0 @@
-<?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.1-SNAPSHOT</version>
-
-    <name>Hibernate Reference Manual Styles</name>
-    <description>The JDocBook styles for the Hibernate Reference Manuals.</description>
-    <url>http://hibernate.org</url>
-
-    <organization>
-        <name>Hibernate.org</name>
-        <url>http://hibernate.org</url>
-    </organization>
-
-    <licenses>
-        <license>
-            <name>GNU Lesser General Public License</name>
-            <url>http://www.gnu.org/copyleft/lesser.html</url>
-            <comments>See discussion at http://hibernate.org/356.html for more details.</comments>
-            <distribution>repo</distribution>
-        </license>
-    </licenses>
-
-    <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/hibernate/documentation-style/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/documentation-style/trunk</developerConnection>
-        <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/hibernate/documentation-style/trunk/</url>
-    </scm>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.jboss.maven.plugins</groupId>
-                <artifactId>maven-jdocbook-style-plugin</artifactId>
-                <version>1.0.0</version>
-                <extensions>true</extensions>
-            </plugin>
-        </plugins>
-    </build>
-
-    <distributionManagement>
-        <repository>
-            <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
-            <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
-            <!-- todo : replace this with direct svn access once the svnkit providers are available -->
-            <id>repository.jboss.org</id>
-            <url>file://${maven.repository.root}</url>
-        </repository>
-        <snapshotRepository>
-            <id>snapshots.jboss.org</id>
-            <name>JBoss Snapshot Repository</name>
-            <url>dav:https://snapshots.jboss.org/maven2</url>
-        </snapshotRepository>
-    </distributionManagement>
-
-</project>

Copied: documentation-style/tags/hibernate-jdocbook-style-1.0.1/pom.xml (from rev 14539, documentation-style/trunk/pom.xml)
===================================================================
--- documentation-style/tags/hibernate-jdocbook-style-1.0.1/pom.xml	                        (rev 0)
+++ documentation-style/tags/hibernate-jdocbook-style-1.0.1/pom.xml	2008-04-24 16:56:31 UTC (rev 14540)
@@ -0,0 +1,68 @@
+<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.1</version>
+
+    <name>Hibernate Reference Manual Styles</name>
+    <description>The JDocBook styles for the Hibernate Reference Manuals.</description>
+    <url>http://hibernate.org</url>
+
+    <organization>
+        <name>Hibernate.org</name>
+        <url>http://hibernate.org</url>
+    </organization>
+
+    <licenses>
+        <license>
+            <name>GNU Lesser General Public License</name>
+            <url>http://www.gnu.org/copyleft/lesser.html</url>
+            <comments>See discussion at http://hibernate.org/356.html for more details.</comments>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
+    <scm>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/hibernate/documentation-style/tags/hibernate-jdocbook-style-1.0.1</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/documentation-style/tags/hibernate-jdocbook-style-1.0.1</developerConnection>
+        <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/hibernate/documentation-style/tags/hibernate-jdocbook-style-1.0.1</url>
+    </scm>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.jboss.maven.plugins</groupId>
+                <artifactId>maven-jdocbook-style-plugin</artifactId>
+                <version>1.0.0</version>
+                <extensions>true</extensions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>2.0-beta-7</version>
+                <configuration>
+                    <useReleaseProfile>false</useReleaseProfile>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <distributionManagement>
+        <repository>
+            <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+            <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+            <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+            <id>repository.jboss.org</id>
+            <url>file://${maven.repository.root}</url>
+        </repository>
+        <snapshotRepository>
+            <id>snapshots.jboss.org</id>
+            <name>JBoss Snapshot Repository</name>
+            <url>dav:https://snapshots.jboss.org/maven2</url>
+        </snapshotRepository>
+    </distributionManagement>
+
+</project>
\ No newline at end of file




More information about the hibernate-commits mailing list