Author: pete.muir(a)jboss.org
Date: 2008-07-28 08:47:55 -0400 (Mon, 28 Jul 2008)
New Revision: 8516
Removed:
maven-plugins/trunk/seam-jdocbook-style/release-pom.xml
Modified:
maven-plugins/trunk/seam-jdocbook-style/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: maven-plugins/trunk/seam-jdocbook-style/pom.xml
===================================================================
--- maven-plugins/trunk/seam-jdocbook-style/pom.xml 2008-07-28 12:47:51 UTC (rev 8515)
+++ maven-plugins/trunk/seam-jdocbook-style/pom.xml 2008-07-28 12:47:55 UTC (rev 8516)
@@ -5,7 +5,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>seam-jdocbook-style</artifactId>
<packaging>jdocbook-style</packaging>
- <version>1.1.0.BETA3</version>
+ <version>1.1.0-SNAPSHOT</version>
<
name>SeamFramework.org Documentation Styles</name>
<description>
@@ -23,9 +23,9 @@
</contributors>
<scm>
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/seam/maven-plu...
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/seam/maven-plugins/t...
-
<
url>http://fisheye.jboss.org/browse/Seam/maven-plugins/tags/seam-jdocb...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/seam/maven-plu...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/seam/maven-plugins&l...
+ <
url>http://fisheye.jboss.org/browse/Seam/maven-plugins</url>
</scm>
<pluginRepositories>
Deleted: maven-plugins/trunk/seam-jdocbook-style/release-pom.xml
===================================================================
--- maven-plugins/trunk/seam-jdocbook-style/release-pom.xml 2008-07-28 12:47:51 UTC (rev
8515)
+++ maven-plugins/trunk/seam-jdocbook-style/release-pom.xml 2008-07-28 12:47:55 UTC (rev
8516)
@@ -1,106 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>seam-jdocbook-style</artifactId>
- <packaging>jdocbook-style</packaging>
- <
name>SeamFramework.org Documentation Styles</name>
- <version>1.1.0.BETA3</version>
- <description>The JDocBook styles for the
SeamFramework.org
Documentation.</description>
- <url>http://www.seamframework.org</url>
- <contributors>
- <contributor>
- <name>Pete Muir</name>
- </contributor>
- <contributor>
- <name>Mark Newton</name>
- </contributor>
- </contributors>
- <scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/seam/maven-plugins/t...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/seam/maven-plu...
-
<
url>http://fisheye.jboss.org/browse/Seam/maven-plugins/tags/seam-jdocb...
- </scm>
- <build>
- <sourceDirectory>src/main/java</sourceDirectory>
- <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
- <testSourceDirectory>src/test/java</testSourceDirectory>
- <outputDirectory>target/classes</outputDirectory>
- <testOutputDirectory>target/test-classes</testOutputDirectory>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- <version>1.0-beta-2</version>
- </extension>
- </extensions>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- </resources>
- <testResources>
- <testResource>
- <directory>src/test/resources</directory>
- </testResource>
- </testResources>
- <directory>target</directory>
- <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>
- <repositories>
- <repository>
- <id>repository.jboss.org</id>
- <name>JBoss Repository</name>
- <
url>http://repository.jboss.org/maven2</url>
- </repository>
- <repository>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <id>central</id>
- <name>Maven Repository Switchboard</name>
- <
url>http://repo1.maven.org/maven2</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>repository.jboss.org</id>
- <name>JBoss Repository</name>
- <
url>http://repository.jboss.org/maven2</url>
- </pluginRepository>
- <pluginRepository>
- <releases>
- <updatePolicy>never</updatePolicy>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <id>central</id>
- <name>Maven Plugin Repository</name>
- <
url>http://repo1.maven.org/maven2</url>
- </pluginRepository>
- </pluginRepositories>
- <reporting>
- <outputDirectory>target/site</outputDirectory>
- </reporting>
- <distributionManagement>
- <repository>
- <id>repository.jboss.org</id>
- <
url>file:///Users/pmuir/workspace/repository.jboss.org/maven2</url>
- </repository>
- <snapshotRepository>
- <id>snapshots.jboss.org</id>
- <name>JBoss Snapshot Repository</name>
- <
url>dav:https://snapshots.jboss.org/maven2</url>
- </snapshotRepository>
- </distributionManagement>
- <properties>
-
<
maven.repository.root>/Users/pmuir/workspace/repository.jboss.org/mave...
- </properties>
-</project>
\ No newline at end of file