[Foxtrot-commit] SF.net SVN: foxtrot:[285] trunk
Brought to you by:
simonebordet
|
From: <sim...@us...> - 2011-11-05 16:28:49
|
Revision: 285
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=285&view=rev
Author: simonebordet
Date: 2011-11-05 16:28:43 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/foxtrot-core/pom.xml
trunk/foxtrot-distribution/pom.xml
trunk/foxtrot-examples/pom.xml
trunk/foxtrot-sandbox/pom.xml
trunk/pom.xml
Modified: trunk/foxtrot-core/pom.xml
===================================================================
--- trunk/foxtrot-core/pom.xml 2011-11-05 16:28:32 UTC (rev 284)
+++ trunk/foxtrot-core/pom.xml 2011-11-05 16:28:43 UTC (rev 285)
@@ -3,7 +3,7 @@
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.0</version>
+ <version>4.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-distribution/pom.xml
===================================================================
--- trunk/foxtrot-distribution/pom.xml 2011-11-05 16:28:32 UTC (rev 284)
+++ trunk/foxtrot-distribution/pom.xml 2011-11-05 16:28:43 UTC (rev 285)
@@ -3,7 +3,7 @@
<parent>
<artifactId>foxtrot</artifactId>
<groupId>foxtrot</groupId>
- <version>4.0</version>
+ <version>4.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-examples/pom.xml
===================================================================
--- trunk/foxtrot-examples/pom.xml 2011-11-05 16:28:32 UTC (rev 284)
+++ trunk/foxtrot-examples/pom.xml 2011-11-05 16:28:43 UTC (rev 285)
@@ -3,7 +3,7 @@
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.0</version>
+ <version>4.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-sandbox/pom.xml
===================================================================
--- trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:28:32 UTC (rev 284)
+++ trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:28:43 UTC (rev 285)
@@ -3,7 +3,7 @@
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.0</version>
+ <version>4.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-11-05 16:28:32 UTC (rev 284)
+++ trunk/pom.xml 2011-11-05 16:28:43 UTC (rev 285)
@@ -4,7 +4,7 @@
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
<packaging>pom</packaging>
- <version>4.0</version>
+ <version>4.1-SNAPSHOT</version>
<name>Foxtrot</name>
<description>Small and powerful synchronous API for using threads with Swing and Java Web Start</description>
<url>http://foxtrot.sourceforge.net</url>
@@ -56,9 +56,9 @@
</distributionManagement>
<scm>
- <connection>scm:svn:https://foxtrot.svn.sourceforge.net/svnroot/foxtrot/tags/foxtrot-4.0</connection>
- <developerConnection>scm:svn:https://foxtrot.svn.sourceforge.net/svnroot/foxtrot/tags/foxtrot-4.0</developerConnection>
- <url>http://foxtrot.svn.sourceforge.net/tags/foxtrot-4.0</url>
+ <connection>scm:svn:https://foxtrot.svn.sourceforge.net/svnroot/foxtrot</connection>
+ <developerConnection>scm:svn:https://foxtrot.svn.sourceforge.net/svnroot/foxtrot</developerConnection>
+ <url>http://foxtrot.svn.sourceforge.net</url>
</scm>
<modules>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|