[seam-commits] Seam SVN: r8514 - maven-plugins/trunk/seam-jdocbook-style.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Jul 28 08:47:46 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-07-28 08:47:45 -0400 (Mon, 28 Jul 2008)
New Revision: 8514

Added:
   maven-plugins/trunk/seam-jdocbook-style/release-pom.xml
Modified:
   maven-plugins/trunk/seam-jdocbook-style/pom.xml
Log:
[maven-release-plugin] prepare release seam-jdocbook-style_1_1_0_BETA3

Modified: maven-plugins/trunk/seam-jdocbook-style/pom.xml
===================================================================
--- maven-plugins/trunk/seam-jdocbook-style/pom.xml	2008-07-28 12:46:47 UTC (rev 8513)
+++ maven-plugins/trunk/seam-jdocbook-style/pom.xml	2008-07-28 12:47:45 UTC (rev 8514)
@@ -5,7 +5,7 @@
    <groupId>org.jboss.seam</groupId>
    <artifactId>seam-jdocbook-style</artifactId>
    <packaging>jdocbook-style</packaging>
-   <version>1.1.0-SNAPSHOT</version>
+   <version>1.1.0.BETA3</version>
 
    <name>SeamFramework.org Documentation Styles</name>
    <description>
@@ -23,9 +23,9 @@
    </contributors>
    
    <scm>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/maven-plugins/trunk</developerConnection>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/maven-plugins</connection>
-      <url>http://fisheye.jboss.org/browse/Seam/maven-plugins</url>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/maven-plugins/tags/seam-jdocbook-style_1_1_0_BETA3</developerConnection>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/maven-plugins/tags/seam-jdocbook-style_1_1_0_BETA3</connection>
+      <url>http://fisheye.jboss.org/browse/Seam/maven-plugins/tags/seam-jdocbook-style_1_1_0_BETA3</url>
    </scm>
 
    <pluginRepositories>

Added: maven-plugins/trunk/seam-jdocbook-style/release-pom.xml
===================================================================
--- maven-plugins/trunk/seam-jdocbook-style/release-pom.xml	                        (rev 0)
+++ maven-plugins/trunk/seam-jdocbook-style/release-pom.xml	2008-07-28 12:47:45 UTC (rev 8514)
@@ -0,0 +1,106 @@
+<?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/tags/seam-jdocbook-style_1_1_0_BETA3</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/maven-plugins/tags/seam-jdocbook-style_1_1_0_BETA3</developerConnection>
+    <url>http://fisheye.jboss.org/browse/Seam/maven-plugins/tags/seam-jdocbook-style_1_1_0_BETA3</url>
+  </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/maven2</maven.repository.root>
+  </properties>
+</project>
\ No newline at end of file




More information about the seam-commits mailing list