Author: steve.ebersole(a)jboss.com
Date: 2007-08-31 13:59:48 -0400 (Fri, 31 Aug 2007)
New Revision: 13981
Added:
documentation-style/tags/hibernate-jdocbook-style-1.0.0/
documentation-style/tags/hibernate-jdocbook-style-1.0.0/pom.xml
Removed:
documentation-style/tags/hibernate-jdocbook-style-1.0.0/pom.xml
Log:
[maven-release-plugin] copy for tag hibernate-jdocbook-style-1.0.0
Copied: documentation-style/tags/hibernate-jdocbook-style-1.0.0 (from rev 13978,
documentation-style/trunk)
Deleted: documentation-style/tags/hibernate-jdocbook-style-1.0.0/pom.xml
===================================================================
--- documentation-style/trunk/pom.xml 2007-08-31 17:50:21 UTC (rev 13978)
+++ documentation-style/tags/hibernate-jdocbook-style-1.0.0/pom.xml 2007-08-31 17:59:48
UTC (rev 13981)
@@ -1,78 +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.0-SNAPSHOT</version>
-
- <name>Hibernate Reference Manual Styles</name>
- <description>The JDocBook styles for the Hibernate Reference
Manual.</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>
-
- <issueManagement>
- <system>jira</system>
-
<
url>http://opensource.atlassian.com/projects/hibernate/browse/HHH</...
- </issueManagement>
-
- <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.0/pom.xml (from rev 13980,
documentation-style/trunk/pom.xml)
===================================================================
--- documentation-style/tags/hibernate-jdocbook-style-1.0.0/pom.xml
(rev 0)
+++ documentation-style/tags/hibernate-jdocbook-style-1.0.0/pom.xml 2007-08-31 17:59:48
UTC (rev 13981)
@@ -0,0 +1,60 @@
+<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.0</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/documentat...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/docu...
+
<
url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/hibernate/documentation...
+ </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>
\ No newline at end of file