JBossWS SVN: r9571 - stack/cxf/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-03-09 18:11:02 -0400 (Mon, 09 Mar 2009)
New Revision: 9571
Modified:
stack/cxf/trunk/pom.xml
Log:
[JBWS-2566] Adding release plugin
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2009-03-09 22:10:29 UTC (rev 9570)
+++ stack/cxf/trunk/pom.xml 2009-03-09 22:11:02 UTC (rev 9571)
@@ -441,6 +441,15 @@
</descriptors>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-8</version>
+ <configuration>
+ <scmCommentPrefix>[${jira.issue}] :</scmCommentPrefix>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
</plugins>
</build>
17 years, 1 month
JBossWS SVN: r9570 - stack/native/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-03-09 18:10:29 -0400 (Mon, 09 Mar 2009)
New Revision: 9570
Modified:
stack/native/trunk/pom.xml
Log:
[JBWS-2566] Adding release plugin
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2009-03-09 22:06:18 UTC (rev 9569)
+++ stack/native/trunk/pom.xml 2009-03-09 22:10:29 UTC (rev 9570)
@@ -387,6 +387,15 @@
</descriptors>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-8</version>
+ <configuration>
+ <scmCommentPrefix>[${jira.issue}] :</scmCommentPrefix>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
</plugins>
</build>
17 years, 1 month
JBossWS SVN: r9569 - stack/metro/tags.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-03-09 18:06:18 -0400 (Mon, 09 Mar 2009)
New Revision: 9569
Removed:
stack/metro/tags/jbossws-metro-3.1.1.TEST/
Log:
Removing test tag
17 years, 1 month
JBossWS SVN: r9568 - stack/metro/branches.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-03-09 18:05:29 -0400 (Mon, 09 Mar 2009)
New Revision: 9568
Removed:
stack/metro/branches/asoldano/
stack/metro/branches/test-release-plugin/
Log:
Removing test branches
17 years, 1 month
JBossWS SVN: r9567 - in stack/metro/branches/test-release-plugin: modules/client and 4 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-03-09 18:02:08 -0400 (Mon, 09 Mar 2009)
New Revision: 9567
Modified:
stack/metro/branches/test-release-plugin/modules/client/pom.xml
stack/metro/branches/test-release-plugin/modules/management/pom.xml
stack/metro/branches/test-release-plugin/modules/resources/pom.xml
stack/metro/branches/test-release-plugin/modules/server/pom.xml
stack/metro/branches/test-release-plugin/modules/wsit/pom.xml
stack/metro/branches/test-release-plugin/pom.xml
Log:
[JBWS-QQQ] :prepare for next development iteration
Modified: stack/metro/branches/test-release-plugin/modules/client/pom.xml
===================================================================
--- stack/metro/branches/test-release-plugin/modules/client/pom.xml 2009-03-09 22:01:43 UTC (rev 9566)
+++ stack/metro/branches/test-release-plugin/modules/client/pom.xml 2009-03-09 22:02:08 UTC (rev 9567)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.1.TEST</version>
+ <version>3.1.2-dontcare-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/test-release-plugin/modules/management/pom.xml
===================================================================
--- stack/metro/branches/test-release-plugin/modules/management/pom.xml 2009-03-09 22:01:43 UTC (rev 9566)
+++ stack/metro/branches/test-release-plugin/modules/management/pom.xml 2009-03-09 22:02:08 UTC (rev 9567)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.1.TEST</version>
+ <version>3.1.2-dontcare-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/test-release-plugin/modules/resources/pom.xml
===================================================================
--- stack/metro/branches/test-release-plugin/modules/resources/pom.xml 2009-03-09 22:01:43 UTC (rev 9566)
+++ stack/metro/branches/test-release-plugin/modules/resources/pom.xml 2009-03-09 22:02:08 UTC (rev 9567)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.1.TEST</version>
+ <version>3.1.2-dontcare-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/test-release-plugin/modules/server/pom.xml
===================================================================
--- stack/metro/branches/test-release-plugin/modules/server/pom.xml 2009-03-09 22:01:43 UTC (rev 9566)
+++ stack/metro/branches/test-release-plugin/modules/server/pom.xml 2009-03-09 22:02:08 UTC (rev 9567)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.1.TEST</version>
+ <version>3.1.2-dontcare-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/test-release-plugin/modules/wsit/pom.xml
===================================================================
--- stack/metro/branches/test-release-plugin/modules/wsit/pom.xml 2009-03-09 22:01:43 UTC (rev 9566)
+++ stack/metro/branches/test-release-plugin/modules/wsit/pom.xml 2009-03-09 22:02:08 UTC (rev 9567)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.1.TEST</version>
+ <version>3.1.2-dontcare-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/test-release-plugin/pom.xml
===================================================================
--- stack/metro/branches/test-release-plugin/pom.xml 2009-03-09 22:01:43 UTC (rev 9566)
+++ stack/metro/branches/test-release-plugin/pom.xml 2009-03-09 22:02:08 UTC (rev 9567)
@@ -17,7 +17,7 @@
<artifactId>jbossws-metro</artifactId>
<packaging>pom</packaging>
- <version>3.1.1.TEST</version>
+ <version>3.1.2-dontcare-SNAPSHOT</version>
<!-- Parent -->
<parent>
@@ -28,9 +28,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/metro/tags/jbossws-m...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/metro/tags/jbossws-metr...</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/metro/tags/jbossws-metro-3...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/metro/branches/test-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/metro/branches/test-rel...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/metro/branches/test-releas...</url>
</scm>
<!-- Modules -->
17 years, 1 month
JBossWS SVN: r9566 - stack/metro/tags.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-03-09 18:01:43 -0400 (Mon, 09 Mar 2009)
New Revision: 9566
Added:
stack/metro/tags/jbossws-metro-3.1.1.TEST/
Log:
[JBWS-QQQ] : copy for tag jbossws-metro-3.1.1.TEST
Copied: stack/metro/tags/jbossws-metro-3.1.1.TEST (from rev 9565, stack/metro/branches/test-release-plugin)
17 years, 1 month
JBossWS SVN: r9565 - in stack/metro/branches/test-release-plugin: modules/client and 4 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-03-09 18:00:10 -0400 (Mon, 09 Mar 2009)
New Revision: 9565
Modified:
stack/metro/branches/test-release-plugin/modules/client/pom.xml
stack/metro/branches/test-release-plugin/modules/management/pom.xml
stack/metro/branches/test-release-plugin/modules/resources/pom.xml
stack/metro/branches/test-release-plugin/modules/server/pom.xml
stack/metro/branches/test-release-plugin/modules/wsit/pom.xml
stack/metro/branches/test-release-plugin/pom.xml
Log:
[JBWS-QQQ] :prepare release jbossws-metro-3.1.1.TEST
Modified: stack/metro/branches/test-release-plugin/modules/client/pom.xml
===================================================================
--- stack/metro/branches/test-release-plugin/modules/client/pom.xml 2009-03-09 21:55:35 UTC (rev 9564)
+++ stack/metro/branches/test-release-plugin/modules/client/pom.xml 2009-03-09 22:00:10 UTC (rev 9565)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.TEST</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/test-release-plugin/modules/management/pom.xml
===================================================================
--- stack/metro/branches/test-release-plugin/modules/management/pom.xml 2009-03-09 21:55:35 UTC (rev 9564)
+++ stack/metro/branches/test-release-plugin/modules/management/pom.xml 2009-03-09 22:00:10 UTC (rev 9565)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.TEST</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/test-release-plugin/modules/resources/pom.xml
===================================================================
--- stack/metro/branches/test-release-plugin/modules/resources/pom.xml 2009-03-09 21:55:35 UTC (rev 9564)
+++ stack/metro/branches/test-release-plugin/modules/resources/pom.xml 2009-03-09 22:00:10 UTC (rev 9565)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.TEST</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/test-release-plugin/modules/server/pom.xml
===================================================================
--- stack/metro/branches/test-release-plugin/modules/server/pom.xml 2009-03-09 21:55:35 UTC (rev 9564)
+++ stack/metro/branches/test-release-plugin/modules/server/pom.xml 2009-03-09 22:00:10 UTC (rev 9565)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.TEST</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/test-release-plugin/modules/wsit/pom.xml
===================================================================
--- stack/metro/branches/test-release-plugin/modules/wsit/pom.xml 2009-03-09 21:55:35 UTC (rev 9564)
+++ stack/metro/branches/test-release-plugin/modules/wsit/pom.xml 2009-03-09 22:00:10 UTC (rev 9565)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.TEST</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/test-release-plugin/pom.xml
===================================================================
--- stack/metro/branches/test-release-plugin/pom.xml 2009-03-09 21:55:35 UTC (rev 9564)
+++ stack/metro/branches/test-release-plugin/pom.xml 2009-03-09 22:00:10 UTC (rev 9565)
@@ -17,7 +17,7 @@
<artifactId>jbossws-metro</artifactId>
<packaging>pom</packaging>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1.TEST</version>
<!-- Parent -->
<parent>
@@ -28,9 +28,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/metro/branches/test-...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/metro/branches/test-rel...</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/metro/branches/test-releas...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/metro/tags/jbossws-m...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/metro/tags/jbossws-metr...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/metro/tags/jbossws-metro-3...</url>
</scm>
<!-- Modules -->
17 years, 1 month
JBossWS SVN: r9564 - stack/metro/branches/test-release-plugin.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-03-09 17:55:35 -0400 (Mon, 09 Mar 2009)
New Revision: 9564
Modified:
stack/metro/branches/test-release-plugin/pom.xml
Log:
JBWS-QQQ out of snapshots
Modified: stack/metro/branches/test-release-plugin/pom.xml
===================================================================
--- stack/metro/branches/test-release-plugin/pom.xml 2009-03-09 21:48:35 UTC (rev 9563)
+++ stack/metro/branches/test-release-plugin/pom.xml 2009-03-09 21:55:35 UTC (rev 9564)
@@ -44,9 +44,9 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.10-SNAPSHOT</jbossws.common.version>
- <jbossws.framework.version>3.1.1-SNAPSHOT</jbossws.framework.version>
- <jbossws.spi.version>1.1.1-SNAPSHOT</jbossws.spi.version>
+ <jbossws.common.version>1.0.9.GA</jbossws.common.version>
+ <jbossws.framework.version>3.1.0.GA</jbossws.framework.version>
+ <jbossws.spi.version>1.1.0.GA</jbossws.spi.version>
<jbossws.jboss423.version>3.1.0.GA</jbossws.jboss423.version>
<jbossws.jboss500.version>3.1.0.GA</jbossws.jboss500.version>
<jbossws.jboss501.version>3.1.0.GA</jbossws.jboss501.version>
17 years, 1 month
JBossWS SVN: r9562 - in stack/metro/branches/asoldano: modules/client and 4 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-03-09 17:47:34 -0400 (Mon, 09 Mar 2009)
New Revision: 9562
Modified:
stack/metro/branches/asoldano/modules/client/pom.xml
stack/metro/branches/asoldano/modules/management/pom.xml
stack/metro/branches/asoldano/modules/resources/pom.xml
stack/metro/branches/asoldano/modules/server/pom.xml
stack/metro/branches/asoldano/modules/wsit/pom.xml
stack/metro/branches/asoldano/pom.xml
Log:
[JBWS-QQQ] :prepare release test-release-plugin
Modified: stack/metro/branches/asoldano/modules/client/pom.xml
===================================================================
--- stack/metro/branches/asoldano/modules/client/pom.xml 2009-03-09 21:47:14 UTC (rev 9561)
+++ stack/metro/branches/asoldano/modules/client/pom.xml 2009-03-09 21:47:34 UTC (rev 9562)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/asoldano/modules/management/pom.xml
===================================================================
--- stack/metro/branches/asoldano/modules/management/pom.xml 2009-03-09 21:47:14 UTC (rev 9561)
+++ stack/metro/branches/asoldano/modules/management/pom.xml 2009-03-09 21:47:34 UTC (rev 9562)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/asoldano/modules/resources/pom.xml
===================================================================
--- stack/metro/branches/asoldano/modules/resources/pom.xml 2009-03-09 21:47:14 UTC (rev 9561)
+++ stack/metro/branches/asoldano/modules/resources/pom.xml 2009-03-09 21:47:34 UTC (rev 9562)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/asoldano/modules/server/pom.xml
===================================================================
--- stack/metro/branches/asoldano/modules/server/pom.xml 2009-03-09 21:47:14 UTC (rev 9561)
+++ stack/metro/branches/asoldano/modules/server/pom.xml 2009-03-09 21:47:34 UTC (rev 9562)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/asoldano/modules/wsit/pom.xml
===================================================================
--- stack/metro/branches/asoldano/modules/wsit/pom.xml 2009-03-09 21:47:14 UTC (rev 9561)
+++ stack/metro/branches/asoldano/modules/wsit/pom.xml 2009-03-09 21:47:34 UTC (rev 9562)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/asoldano/pom.xml
===================================================================
--- stack/metro/branches/asoldano/pom.xml 2009-03-09 21:47:14 UTC (rev 9561)
+++ stack/metro/branches/asoldano/pom.xml 2009-03-09 21:47:34 UTC (rev 9562)
@@ -17,7 +17,7 @@
<artifactId>jbossws-metro</artifactId>
<packaging>pom</packaging>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.2-SNAPSHOT</version>
<!-- Parent -->
<parent>
17 years, 1 month