Author: steve.ebersole(a)jboss.com
Date: 2007-08-31 13:59:44 -0400 (Fri, 31 Aug 2007)
New Revision: 13980
Modified:
documentation-style/trunk/pom.xml
Log:
[maven-release-plugin] prepare release hibernate-jdocbook-style-1.0.0
Modified: documentation-style/trunk/pom.xml
===================================================================
--- documentation-style/trunk/pom.xml 2007-08-31 17:55:36 UTC (rev 13979)
+++ documentation-style/trunk/pom.xml 2007-08-31 17:59:44 UTC (rev 13980)
@@ -1,38 +1,19 @@
-<?xml version="1.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">
-<!--
- ~ 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>
+ <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>
+ <url>http://hibernate.org</url>
+
+ <organization>
+ <name>Hibernate.org</name>
+ <url>http://hibernate.org</url>
</organization>
<licenses>
@@ -42,12 +23,12 @@
<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...
+ </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>
@@ -60,20 +41,20 @@
</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>
+ <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>
+</project>
\ No newline at end of file