[hibernate-commits] Hibernate SVN: r16886 - in hibernate-jdocbook-style/tags: hibernate-jdocbook-style-2.0.0 and 1 other directory.

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


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

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

Copied: hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0 (from rev 16881, hibernate-jdocbook-style/trunk)

Deleted: hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0/pom.xml
===================================================================
--- hibernate-jdocbook-style/trunk/pom.xml	2009-06-23 06:00:00 UTC (rev 16881)
+++ hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0/pom.xml	2009-06-23 06:05:37 UTC (rev 16886)
@@ -1,121 +0,0 @@
-<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</version>
-
-    <name>Hibernate jDocBook Style Bundle</name>
-    <description>
-        The jDocBook style bundle for the Hibernate reference documentation.
-    </description>
-    <url>http://hibernate.org</url>
-
-    <organization>
-        <name>Hibernate.org</name>
-        <url>http://hibernate.org</url>
-    </organization>
-
-    <developers>
-        <developer>
-            <name>Cheyenne Weaver</name>
-            <organization>JBoss, a divsion of Red Hat</organization>
-            <roles>
-                <role>Graphic Design</role>
-            </roles>
-        </developer>
-    </developers>
-
-    <contributors>
-        <contributor>
-            <name>Mark Newton</name>
-            <email>mark.newton at jboss.org</email>
-            <organization>Red Hat</organization>
-            <roles>
-                <role>Content Lead</role>
-            </roles>
-            <timezone>+1</timezone>
-        </contributor>
-    </contributors>
-
-    <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/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>
-        <dependency>
-            <groupId>org.jboss</groupId>
-            <artifactId>jbossorg-jdocbook-style</artifactId>
-            <version>1.1.0</version>
-            <type>jdocbook-style</type>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.eclipse.wst.css</groupId>
-                    <artifactId>core</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.eclipse.wst.sse</groupId>
-                    <artifactId>core</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-         <dependency>
-            <groupId>org.jboss</groupId>
-            <artifactId>jbossorg-docbook-xslt</artifactId>
-            <version>1.1.0</version>
-         </dependency>
-        <dependency>
-            <groupId>org.jboss</groupId>
-            <artifactId>jbossorg-fonts</artifactId>
-            <type>jdocbook-style</type>
-            <version>1.0.0</version>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <extensions>
-            <extension>
-                <groupId>org.apache.maven.wagon</groupId>
-                <artifactId>wagon-webdav</artifactId>
-                <version>1.0-beta-2</version>
-            </extension>
-        </extensions>
-        <plugins>
-            <plugin>
-                <groupId>org.jboss.maven.plugins</groupId>
-                <artifactId>maven-jdocbook-style-plugin</artifactId>
-                <version>2.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>
\ No newline at end of file

Copied: hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0/pom.xml (from rev 16885, hibernate-jdocbook-style/trunk/pom.xml)
===================================================================
--- hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0/pom.xml	                        (rev 0)
+++ hibernate-jdocbook-style/tags/hibernate-jdocbook-style-2.0.0/pom.xml	2009-06-23 06:05:37 UTC (rev 16886)
@@ -0,0 +1,121 @@
+<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</version>
+
+    <name>Hibernate jDocBook Style Bundle</name>
+    <description>
+        The jDocBook style bundle for the Hibernate reference documentation.
+    </description>
+    <url>http://hibernate.org</url>
+
+    <organization>
+        <name>Hibernate.org</name>
+        <url>http://hibernate.org</url>
+    </organization>
+
+    <developers>
+        <developer>
+            <name>Cheyenne Weaver</name>
+            <organization>JBoss, a divsion of Red Hat</organization>
+            <roles>
+                <role>Graphic Design</role>
+            </roles>
+        </developer>
+    </developers>
+
+    <contributors>
+        <contributor>
+            <name>Mark Newton</name>
+            <email>mark.newton at jboss.org</email>
+            <organization>Red Hat</organization>
+            <roles>
+                <role>Content Lead</role>
+            </roles>
+            <timezone>+1</timezone>
+        </contributor>
+    </contributors>
+
+    <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/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>
+        <dependency>
+            <groupId>org.jboss</groupId>
+            <artifactId>jbossorg-jdocbook-style</artifactId>
+            <version>1.1.0</version>
+            <type>jdocbook-style</type>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.wst.css</groupId>
+                    <artifactId>core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.wst.sse</groupId>
+                    <artifactId>core</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+         <dependency>
+            <groupId>org.jboss</groupId>
+            <artifactId>jbossorg-docbook-xslt</artifactId>
+            <version>1.1.0</version>
+         </dependency>
+        <dependency>
+            <groupId>org.jboss</groupId>
+            <artifactId>jbossorg-fonts</artifactId>
+            <type>jdocbook-style</type>
+            <version>1.0.0</version>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <extensions>
+            <extension>
+                <groupId>org.apache.maven.wagon</groupId>
+                <artifactId>wagon-webdav</artifactId>
+                <version>1.0-beta-2</version>
+            </extension>
+        </extensions>
+        <plugins>
+            <plugin>
+                <groupId>org.jboss.maven.plugins</groupId>
+                <artifactId>maven-jdocbook-style-plugin</artifactId>
+                <version>2.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>
\ No newline at end of file




More information about the hibernate-commits mailing list