gatein SVN: r713 - tools/maven/doc-parent/trunk.
by do-not-reply@jboss.org
Author: aheritier
Date: 2009-11-19 19:58:36 -0500 (Thu, 19 Nov 2009)
New Revision: 713
Modified:
tools/maven/doc-parent/trunk/pom.xml
Log:
we'll release a CR2
Modified: tools/maven/doc-parent/trunk/pom.xml
===================================================================
--- tools/maven/doc-parent/trunk/pom.xml 2009-11-20 00:32:22 UTC (rev 712)
+++ tools/maven/doc-parent/trunk/pom.xml 2009-11-20 00:58:36 UTC (rev 713)
@@ -12,7 +12,7 @@
<artifactId>doc-parent</artifactId>
<packaging>pom</packaging>
<name>GateIn Doc - Doc Parent POM</name>
- <version>1.0.0-GA-SNAPSHOT</version>
+ <version>1.0.0-CR2-SNAPSHOT</version>
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/tools/maven/doc-parent/trunk/</connection>
@@ -31,12 +31,12 @@
<dependency>
<groupId>org.gatein.doc</groupId>
<artifactId>gatein-docbook-xslt</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR2</version>
</dependency>
<dependency>
<groupId>org.gatein.doc</groupId>
<artifactId>gatein-jdocbook-style</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR2</version>
<type>jdocbook-style</type>
</dependency>
</dependencies>
15 years, 1 month
gatein SVN: r711 - tools/maven/doc-style/tags.
by do-not-reply@jboss.org
Author: aheritier
Date: 2009-11-19 19:32:12 -0500 (Thu, 19 Nov 2009)
New Revision: 711
Added:
tools/maven/doc-style/tags/1.0.0-CR2/
Log:
[maven-scm] copy for tag 1.0.0-CR2
Copied: tools/maven/doc-style/tags/1.0.0-CR2 (from rev 710, tools/maven/doc-style/trunk)
15 years, 1 month
gatein SVN: r709 - in tools/maven/doc-style/trunk: gatein-docbook-xslt and 1 other directories.
by do-not-reply@jboss.org
Author: aheritier
Date: 2009-11-19 19:29:59 -0500 (Thu, 19 Nov 2009)
New Revision: 709
Modified:
tools/maven/doc-style/trunk/gatein-docbook-xslt/pom.xml
tools/maven/doc-style/trunk/gatein-jdocbook-style/pom.xml
tools/maven/doc-style/trunk/pom.xml
Log:
we'll release a CR2
Modified: tools/maven/doc-style/trunk/gatein-docbook-xslt/pom.xml
===================================================================
--- tools/maven/doc-style/trunk/gatein-docbook-xslt/pom.xml 2009-11-20 00:24:42 UTC (rev 708)
+++ tools/maven/doc-style/trunk/gatein-docbook-xslt/pom.xml 2009-11-20 00:29:59 UTC (rev 709)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.doc</groupId>
<artifactId>parent</artifactId>
- <version>1.0.0-GA-SNAPSHOT</version>
+ <version>1.0.0-CR2-SNAPSHOT</version>
</parent>
<name>GateIn - DocBook XSLT</name>
Modified: tools/maven/doc-style/trunk/gatein-jdocbook-style/pom.xml
===================================================================
--- tools/maven/doc-style/trunk/gatein-jdocbook-style/pom.xml 2009-11-20 00:24:42 UTC (rev 708)
+++ tools/maven/doc-style/trunk/gatein-jdocbook-style/pom.xml 2009-11-20 00:29:59 UTC (rev 709)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.doc</groupId>
<artifactId>parent</artifactId>
- <version>1.0.0-GA-SNAPSHOT</version>
+ <version>1.0.0-CR2-SNAPSHOT</version>
</parent>
<name>GateIn - Documentation Styles</name>
Modified: tools/maven/doc-style/trunk/pom.xml
===================================================================
--- tools/maven/doc-style/trunk/pom.xml 2009-11-20 00:24:42 UTC (rev 708)
+++ tools/maven/doc-style/trunk/pom.xml 2009-11-20 00:29:59 UTC (rev 709)
@@ -11,7 +11,7 @@
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<name>GateIn - Doc Style</name>
- <version>1.0.0-GA-SNAPSHOT</version>
+ <version>1.0.0-CR2-SNAPSHOT</version>
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/tools/maven/doc-style/trunk</connection>
15 years, 1 month
gatein SVN: r708 - tools/maven/doc-style/trunk.
by do-not-reply@jboss.org
Author: aheritier
Date: 2009-11-19 19:24:42 -0500 (Thu, 19 Nov 2009)
New Revision: 708
Modified:
tools/maven/doc-style/trunk/pom.xml
Log:
inherit from org.gatein:gatein-parent:1.0.0-Beta04
Modified: tools/maven/doc-style/trunk/pom.xml
===================================================================
--- tools/maven/doc-style/trunk/pom.xml 2009-11-20 00:22:40 UTC (rev 707)
+++ tools/maven/doc-style/trunk/pom.xml 2009-11-20 00:24:42 UTC (rev 708)
@@ -1,9 +1,16 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.gatein</groupId>
+ <artifactId>gatein-parent</artifactId>
+ <version>1.0.0-Beta04</version>
+ </parent>
+
<groupId>org.gatein.doc</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
- <name>GateIn Doc - Aggregator POM</name>
+ <name>GateIn - Doc Style</name>
<version>1.0.0-GA-SNAPSHOT</version>
<scm>
@@ -78,21 +85,6 @@
</pluginRepository>
</pluginRepositories>
- <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>
-
<modules>
<module>gatein-docbook-xslt</module>
<module>gatein-jdocbook-style</module>
15 years, 1 month
gatein SVN: r706 - components/sso/trunk.
by do-not-reply@jboss.org
Author: aheritier
Date: 2009-11-19 19:10:52 -0500 (Thu, 19 Nov 2009)
New Revision: 706
Modified:
components/sso/trunk/pom.xml
Log:
update gatein-parent 1.0.0-Beta03 -> 1.0.0-Beta04
Modified: components/sso/trunk/pom.xml
===================================================================
--- components/sso/trunk/pom.xml 2009-11-19 21:24:17 UTC (rev 705)
+++ components/sso/trunk/pom.xml 2009-11-20 00:10:52 UTC (rev 706)
@@ -19,12 +19,11 @@
<parent>
<groupId>org.gatein</groupId>
<artifactId>gatein-parent</artifactId>
- <version>1.0.0-Beta03</version>
+ <version>1.0.0-Beta04</version>
</parent>
- <name>Gatein Single Sign On Integration</name>
- <url>http://www.jboss.org/gatein</url>
+ <name>Gatein - Single Sign On Integration</name>
<description>Gatein Single Sign On Integration</description>
<modules>
15 years, 1 month
gatein SVN: r705 - components/wsrp/trunk.
by do-not-reply@jboss.org
Author: aheritier
Date: 2009-11-19 16:24:17 -0500 (Thu, 19 Nov 2009)
New Revision: 705
Modified:
components/wsrp/trunk/pom.xml
Log:
update gatein-parent 1.0.0-Beta03 -> 1.0.0-Beta04
Modified: components/wsrp/trunk/pom.xml
===================================================================
--- components/wsrp/trunk/pom.xml 2009-11-19 21:21:21 UTC (rev 704)
+++ components/wsrp/trunk/pom.xml 2009-11-19 21:24:17 UTC (rev 705)
@@ -37,7 +37,7 @@
<parent>
<groupId>org.gatein</groupId>
<artifactId>gatein-parent</artifactId>
- <version>1.0.0-Beta03</version>
+ <version>1.0.0-Beta04</version>
</parent>
<scm>
15 years, 1 month
gatein SVN: r704 - components/wci/trunk.
by do-not-reply@jboss.org
Author: aheritier
Date: 2009-11-19 16:21:21 -0500 (Thu, 19 Nov 2009)
New Revision: 704
Modified:
components/wci/trunk/pom.xml
Log:
update gatein-parent 1.0.0-Beta03 -> 1.0.0-Beta04
Modified: components/wci/trunk/pom.xml
===================================================================
--- components/wci/trunk/pom.xml 2009-11-19 21:03:22 UTC (rev 703)
+++ components/wci/trunk/pom.xml 2009-11-19 21:21:21 UTC (rev 704)
@@ -12,7 +12,7 @@
<parent>
<groupId>org.gatein</groupId>
<artifactId>gatein-parent</artifactId>
- <version>1.0.0-Beta03</version>
+ <version>1.0.0-Beta04</version>
</parent>
<scm>
15 years, 1 month