|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
[galaxy-dev] [1523] trunk: [maven-release-plugin] prepare for next development iteration
by dandiep-2
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message
Log Message[maven-release-plugin] prepare for next development iteration Modified Paths
DiffModified: trunk/api/pom.xml (1522 => 1523)--- trunk/api/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/api/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-api</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy API</name> Modified: trunk/buildtools/pom.xml (1522 => 1523)--- trunk/buildtools/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/buildtools/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -3,10 +3,10 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>galaxy-buildtools</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy Build Tools</name> <description>These are the tools used by the Galaxy's build procedure</description> Modified: trunk/core/pom.xml (1522 => 1523)--- trunk/core/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/core/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-core</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy Core</name> Modified: trunk/examples/background-check-ws/pom.xml (1522 => 1523)--- trunk/examples/background-check-ws/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/examples/background-check-ws/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-background-check-service</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <name>Example: Background Check Service</name> <description> An example service which checks the background of an individual. Modified: trunk/feed-model/pom.xml (1522 => 1523)--- trunk/feed-model/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/feed-model/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-feed-model</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy Feed Extensions</name> Modified: trunk/gwt-client/pom.xml (1522 => 1523)--- trunk/gwt-client/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/gwt-client/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-gwt-client</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy GWT RPC Web Client</name> Modified: trunk/integration/cxf/pom.xml (1522 => 1523)--- trunk/integration/cxf/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/integration/cxf/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-integration-cxf</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy CXF Integration</name> Modified: trunk/integration/distribution/pom.xml (1522 => 1523)--- trunk/integration/distribution/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/integration/distribution/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-integration-distribution</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy Integration Distribution</name> <dependencies> Modified: trunk/integration/maven/publish-plugin/pom.xml (1522 => 1523)--- trunk/integration/maven/publish-plugin/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/integration/maven/publish-plugin/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-maven-publish-plugin</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Galaxy Maven Publishing Plugin</name> <reporting> Modified: trunk/integration/mule1-client/pom.xml (1522 => 1523)--- trunk/integration/mule1-client/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/integration/mule1-client/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-client-mule1</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy Mule 1 Client</name> Modified: trunk/integration/mule2-client/pom.xml (1522 => 1523)--- trunk/integration/mule2-client/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/integration/mule2-client/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-client-mule2</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy Mule 2 Client</name> Modified: trunk/integration/pom.xml (1522 => 1523)--- trunk/integration/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/integration/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-integration</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <name>Galaxy Integration</name> <packaging>pom</packaging> Modified: trunk/integration/spring/pom.xml (1522 => 1523)--- trunk/integration/spring/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/integration/spring/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-integration-spring</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy Spring 2 Integration</name> Modified: trunk/integration/support/pom.xml (1522 => 1523)--- trunk/integration/support/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/integration/support/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-integration-support</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy Integration Support Classes</name> Modified: trunk/ldap/pom.xml (1522 => 1523)--- trunk/ldap/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/ldap/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-ldap</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <name>Galaxy LDAP Integration</name> <dependencies> Modified: trunk/netboot/distributions/mule1/pom.xml (1522 => 1523)--- trunk/netboot/distributions/mule1/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/netboot/distributions/mule1/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -4,7 +4,7 @@ <parent> <groupId>org.mule.galaxy.netboot</groupId> <artifactId>netboot-distributions</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>mule1-netboot-distribution</artifactId> <packaging>pom</packaging> Modified: trunk/netboot/distributions/mule2/pom.xml (1522 => 1523)--- trunk/netboot/distributions/mule2/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/netboot/distributions/mule2/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -4,7 +4,7 @@ <parent> <groupId>org.mule.galaxy.netboot</groupId> <artifactId>netboot-distributions</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>mule2-netboot-distribution</artifactId> <packaging>pom</packaging> Modified: trunk/netboot/distributions/pom.xml (1522 => 1523)--- trunk/netboot/distributions/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/netboot/distributions/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -3,7 +3,7 @@ <parent> <groupId>org.mule.galaxy.netboot</groupId> <artifactId>netboot-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy.netboot</groupId> Modified: trunk/netboot/launcher/pom.xml (1522 => 1523)--- trunk/netboot/launcher/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/netboot/launcher/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -4,7 +4,7 @@ <parent> <groupId>org.mule.galaxy.netboot</groupId> <artifactId>netboot-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>mule-netboot-launcher</artifactId> <packaging>jar</packaging> Modified: trunk/netboot/pom.xml (1522 => 1523)--- trunk/netboot/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/netboot/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -3,12 +3,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy.netboot</groupId> <artifactId>netboot-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>pom</packaging> <name>Mule NetBoot</name> Modified: trunk/netboot/support/pom.xml (1522 => 1523)--- trunk/netboot/support/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/netboot/support/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -4,7 +4,7 @@ <parent> <groupId>org.mule.galaxy.netboot</groupId> <artifactId>netboot-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>mule-netboot-support</artifactId> <packaging>jar</packaging> Modified: trunk/pom.xml (1522 => 1523)--- trunk/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -4,7 +4,7 @@ <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> <packaging>pom</packaging> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <name>Galaxy</name> <properties> @@ -540,9 +540,9 @@ </site> </distributionManagement> <scm> - <connection>scm:svn:https://svn.muleforge.org/galaxy/tags/galaxy-1.5</connection> - <developerConnection>scm:svn:https://svn.muleforge.org/galaxy/tags/galaxy-1.5</developerConnection> - <url>http://svn.galaxy.muleforge.org/tags/galaxy-1.5</url> + <connection>scm:svn:https://svn.muleforge.org/galaxy/trunk</connection> + <developerConnection>scm:svn:https://svn.muleforge.org/galaxy/trunk</developerConnection> + <url>http://svn.galaxy.muleforge.org/</url> </scm> <profiles> Modified: trunk/server/mule1/pom.xml (1522 => 1523)--- trunk/server/mule1/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/server/mule1/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-server-mule1</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy Server Mule 1 Support</name> Modified: trunk/server/mule2/pom.xml (1522 => 1523)--- trunk/server/mule2/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/server/mule2/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-server-mule2</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy Server Mule 2 Support</name> Modified: trunk/server/pom.xml (1522 => 1523)--- trunk/server/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/server/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-server-integration</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <name>Galaxy Server Integration</name> <packaging>pom</packaging> Modified: trunk/testutils/pom.xml (1522 => 1523)--- trunk/testutils/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/testutils/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-testutils</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy Test Utilities and Resources</name> Modified: trunk/web/pom.xml (1522 => 1523)--- trunk/web/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/web/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-web</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <name>Galaxy Web Application</name> <dependencies> Modified: trunk/web-standalone/pom.xml (1522 => 1523)--- trunk/web-standalone/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/web-standalone/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -3,12 +3,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-web-standalone</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <name>Galaxy Web Application Standalone</name> <dependencies> Modified: trunk/wsdldiff/pom.xml (1522 => 1523)--- trunk/wsdldiff/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/wsdldiff/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-wsdldiff</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy WSDL Diff</name> Modified: trunk/wsi/pom.xml (1522 => 1523)--- trunk/wsi/pom.xml 2008-10-08 19:13:17 UTC (rev 1522) +++ trunk/wsi/pom.xml 2008-10-08 19:13:32 UTC (rev 1523) @@ -2,12 +2,12 @@ <parent> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-parent</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.mule.galaxy</groupId> <artifactId>galaxy-wsi</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <packaging>jar</packaging> <name>Galaxy WS-I tools</name> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MuleForge Dev" group. To post to this group, send email to muleforgedev@... To unsubscribe from this group, send email to muleforgedev+unsubscribe@... For more options, visit this group at http://groups.google.com/group/muleforgedev?hl=en -~----------~----~----~----~------~----~------~--~--- --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://admin.muleforge.org/manage_email |
| Free Forum Powered by Nabble | Forum Help |