foxtrot-commit Mailing List for Foxtrot
Brought to you by:
simonebordet
You can subscribe to this list here.
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(22) |
Dec
|
|---|
|
From: <sim...@us...> - 2011-11-05 17:01:50
|
Revision: 297
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=297&view=rev
Author: simonebordet
Date: 2011-11-05 17:01:44 +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 17:01:32 UTC (rev 296)
+++ trunk/foxtrot-core/pom.xml 2011-11-05 17:01:44 UTC (rev 297)
@@ -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 17:01:32 UTC (rev 296)
+++ trunk/foxtrot-distribution/pom.xml 2011-11-05 17:01:44 UTC (rev 297)
@@ -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 17:01:32 UTC (rev 296)
+++ trunk/foxtrot-examples/pom.xml 2011-11-05 17:01:44 UTC (rev 297)
@@ -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 17:01:32 UTC (rev 296)
+++ trunk/foxtrot-sandbox/pom.xml 2011-11-05 17:01:44 UTC (rev 297)
@@ -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 17:01:32 UTC (rev 296)
+++ trunk/pom.xml 2011-11-05 17:01:44 UTC (rev 297)
@@ -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/trunk</connection>
+ <developerConnection>scm:svn:https://foxtrot.svn.sourceforge.net/svnroot/foxtrot/trunk</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.
|
|
From: <sim...@us...> - 2011-11-05 17:01:38
|
Revision: 296
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=296&view=rev
Author: simonebordet
Date: 2011-11-05 17:01:32 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
[maven-release-plugin] copy for tag foxtrot-4.0
Added Paths:
-----------
tags/foxtrot-4.0/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 17:01:16
|
Revision: 295
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=295&view=rev
Author: simonebordet
Date: 2011-11-05 17:01:10 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
[maven-release-plugin] prepare release foxtrot-4.0
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:58:07 UTC (rev 294)
+++ trunk/foxtrot-core/pom.xml 2011-11-05 17:01:10 UTC (rev 295)
@@ -1,10 +1,9 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-distribution/pom.xml
===================================================================
--- trunk/foxtrot-distribution/pom.xml 2011-11-05 16:58:07 UTC (rev 294)
+++ trunk/foxtrot-distribution/pom.xml 2011-11-05 17:01:10 UTC (rev 295)
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>foxtrot</artifactId>
<groupId>foxtrot</groupId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-examples/pom.xml
===================================================================
--- trunk/foxtrot-examples/pom.xml 2011-11-05 16:58:07 UTC (rev 294)
+++ trunk/foxtrot-examples/pom.xml 2011-11-05 17:01:10 UTC (rev 295)
@@ -1,10 +1,9 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-sandbox/pom.xml
===================================================================
--- trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:58:07 UTC (rev 294)
+++ trunk/foxtrot-sandbox/pom.xml 2011-11-05 17:01:10 UTC (rev 295)
@@ -1,10 +1,9 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-11-05 16:58:07 UTC (rev 294)
+++ trunk/pom.xml 2011-11-05 17:01:10 UTC (rev 295)
@@ -1,11 +1,10 @@
-<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">
+<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>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
<packaging>pom</packaging>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</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>
@@ -57,9 +56,9 @@
</distributionManagement>
<scm>
- <connection>scm:svn:https://foxtrot.svn.sourceforge.net/svnroot/foxtrot/trunk</connection>
- <developerConnection>scm:svn:https://foxtrot.svn.sourceforge.net/svnroot/foxtrot/trunk</developerConnection>
- <url>http://foxtrot.svn.sourceforge.net</url>
+ <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>
</scm>
<modules>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 16:58:13
|
Revision: 294
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=294&view=rev
Author: simonebordet
Date: 2011-11-05 16:58:07 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
Specifying "trunk" in scm path to avoid that releases mess up.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-11-05 16:56:29 UTC (rev 293)
+++ trunk/pom.xml 2011-11-05 16:58:07 UTC (rev 294)
@@ -57,8 +57,8 @@
</distributionManagement>
<scm>
- <connection>scm:svn:https://foxtrot.svn.sourceforge.net/svnroot/foxtrot</connection>
- <developerConnection>scm:svn:https://foxtrot.svn.sourceforge.net/svnroot/foxtrot</developerConnection>
+ <connection>scm:svn:https://foxtrot.svn.sourceforge.net/svnroot/foxtrot/trunk</connection>
+ <developerConnection>scm:svn:https://foxtrot.svn.sourceforge.net/svnroot/foxtrot/trunk</developerConnection>
<url>http://foxtrot.svn.sourceforge.net</url>
</scm>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 16:56:35
|
Revision: 293
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=293&view=rev
Author: simonebordet
Date: 2011-11-05 16:56:29 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
Rolled back failed release.
Removed Paths:
-------------
tags/foxtrot-4.0/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 16:56:16
|
Revision: 292
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=292&view=rev
Author: simonebordet
Date: 2011-11-05 16:56:10 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
[maven-release-plugin] rollback the release of foxtrot-4.0
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:44:55 UTC (rev 291)
+++ trunk/foxtrot-core/pom.xml 2011-11-05 16:56:10 UTC (rev 292)
@@ -1,9 +1,10 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-distribution/pom.xml
===================================================================
--- trunk/foxtrot-distribution/pom.xml 2011-11-05 16:44:55 UTC (rev 291)
+++ trunk/foxtrot-distribution/pom.xml 2011-11-05 16:56:10 UTC (rev 292)
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>foxtrot</artifactId>
<groupId>foxtrot</groupId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-examples/pom.xml
===================================================================
--- trunk/foxtrot-examples/pom.xml 2011-11-05 16:44:55 UTC (rev 291)
+++ trunk/foxtrot-examples/pom.xml 2011-11-05 16:56:10 UTC (rev 292)
@@ -1,9 +1,10 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-sandbox/pom.xml
===================================================================
--- trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:44:55 UTC (rev 291)
+++ trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:56:10 UTC (rev 292)
@@ -1,9 +1,10 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-11-05 16:44:55 UTC (rev 291)
+++ trunk/pom.xml 2011-11-05 16:56:10 UTC (rev 292)
@@ -1,10 +1,11 @@
-<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">
+<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>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
<packaging>pom</packaging>
- <version>4.1-SNAPSHOT</version>
+ <version>4.0-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>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 16:45:02
|
Revision: 291
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=291&view=rev
Author: simonebordet
Date: 2011-11-05 16:44:55 +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:44:44 UTC (rev 290)
+++ trunk/foxtrot-core/pom.xml 2011-11-05 16:44:55 UTC (rev 291)
@@ -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:44:44 UTC (rev 290)
+++ trunk/foxtrot-distribution/pom.xml 2011-11-05 16:44:55 UTC (rev 291)
@@ -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:44:44 UTC (rev 290)
+++ trunk/foxtrot-examples/pom.xml 2011-11-05 16:44:55 UTC (rev 291)
@@ -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:44:44 UTC (rev 290)
+++ trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:44:55 UTC (rev 291)
@@ -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:44:44 UTC (rev 290)
+++ trunk/pom.xml 2011-11-05 16:44:55 UTC (rev 291)
@@ -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.
|
|
From: <sim...@us...> - 2011-11-05 16:44:50
|
Revision: 290
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=290&view=rev
Author: simonebordet
Date: 2011-11-05 16:44:44 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
[maven-release-plugin] copy for tag foxtrot-4.0
Added Paths:
-----------
tags/foxtrot-4.0/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 16:44:31
|
Revision: 289
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=289&view=rev
Author: simonebordet
Date: 2011-11-05 16:44:25 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
[maven-release-plugin] prepare release foxtrot-4.0
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:41:42 UTC (rev 288)
+++ trunk/foxtrot-core/pom.xml 2011-11-05 16:44:25 UTC (rev 289)
@@ -1,10 +1,9 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-distribution/pom.xml
===================================================================
--- trunk/foxtrot-distribution/pom.xml 2011-11-05 16:41:42 UTC (rev 288)
+++ trunk/foxtrot-distribution/pom.xml 2011-11-05 16:44:25 UTC (rev 289)
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>foxtrot</artifactId>
<groupId>foxtrot</groupId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-examples/pom.xml
===================================================================
--- trunk/foxtrot-examples/pom.xml 2011-11-05 16:41:42 UTC (rev 288)
+++ trunk/foxtrot-examples/pom.xml 2011-11-05 16:44:25 UTC (rev 289)
@@ -1,10 +1,9 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-sandbox/pom.xml
===================================================================
--- trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:41:42 UTC (rev 288)
+++ trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:44:25 UTC (rev 289)
@@ -1,10 +1,9 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-11-05 16:41:42 UTC (rev 288)
+++ trunk/pom.xml 2011-11-05 16:44:25 UTC (rev 289)
@@ -1,11 +1,10 @@
-<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">
+<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>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
<packaging>pom</packaging>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</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>
@@ -57,9 +56,9 @@
</distributionManagement>
<scm>
- <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>
+ <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>
</scm>
<modules>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 16:41:48
|
Revision: 288
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=288&view=rev
Author: simonebordet
Date: 2011-11-05 16:41:42 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
Rolled back failed release.
Removed Paths:
-------------
tags/foxtrot-4.0/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 16:41:23
|
Revision: 287
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=287&view=rev
Author: simonebordet
Date: 2011-11-05 16:41:17 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
Specifying groupIds in pluginManagement section.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-11-05 16:30:50 UTC (rev 286)
+++ trunk/pom.xml 2011-11-05 16:41:17 UTC (rev 287)
@@ -120,50 +120,62 @@
<pluginManagement>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2.1</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>2.4.1</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.3.1</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.2</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.1</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.9</version>
</plugin>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 16:30:56
|
Revision: 286
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=286&view=rev
Author: simonebordet
Date: 2011-11-05 16:30:50 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
[maven-release-plugin] rollback the release of foxtrot-4.0
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:43 UTC (rev 285)
+++ trunk/foxtrot-core/pom.xml 2011-11-05 16:30:50 UTC (rev 286)
@@ -1,9 +1,10 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-distribution/pom.xml
===================================================================
--- trunk/foxtrot-distribution/pom.xml 2011-11-05 16:28:43 UTC (rev 285)
+++ trunk/foxtrot-distribution/pom.xml 2011-11-05 16:30:50 UTC (rev 286)
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>foxtrot</artifactId>
<groupId>foxtrot</groupId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-examples/pom.xml
===================================================================
--- trunk/foxtrot-examples/pom.xml 2011-11-05 16:28:43 UTC (rev 285)
+++ trunk/foxtrot-examples/pom.xml 2011-11-05 16:30:50 UTC (rev 286)
@@ -1,9 +1,10 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-sandbox/pom.xml
===================================================================
--- trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:28:43 UTC (rev 285)
+++ trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:30:50 UTC (rev 286)
@@ -1,9 +1,10 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-11-05 16:28:43 UTC (rev 285)
+++ trunk/pom.xml 2011-11-05 16:30:50 UTC (rev 286)
@@ -1,10 +1,11 @@
-<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">
+<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>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
<packaging>pom</packaging>
- <version>4.1-SNAPSHOT</version>
+ <version>4.0-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>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
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.
|
|
From: <sim...@us...> - 2011-11-05 16:28:38
|
Revision: 284
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=284&view=rev
Author: simonebordet
Date: 2011-11-05 16:28:32 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
[maven-release-plugin] copy for tag foxtrot-4.0
Added Paths:
-----------
tags/foxtrot-4.0/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 16:28:20
|
Revision: 283
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=283&view=rev
Author: simonebordet
Date: 2011-11-05 16:28:14 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
[maven-release-plugin] prepare release foxtrot-4.0
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:19:24 UTC (rev 282)
+++ trunk/foxtrot-core/pom.xml 2011-11-05 16:28:14 UTC (rev 283)
@@ -1,10 +1,9 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-distribution/pom.xml
===================================================================
--- trunk/foxtrot-distribution/pom.xml 2011-11-05 16:19:24 UTC (rev 282)
+++ trunk/foxtrot-distribution/pom.xml 2011-11-05 16:28:14 UTC (rev 283)
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>foxtrot</artifactId>
<groupId>foxtrot</groupId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-examples/pom.xml
===================================================================
--- trunk/foxtrot-examples/pom.xml 2011-11-05 16:19:24 UTC (rev 282)
+++ trunk/foxtrot-examples/pom.xml 2011-11-05 16:28:14 UTC (rev 283)
@@ -1,10 +1,9 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-sandbox/pom.xml
===================================================================
--- trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:19:24 UTC (rev 282)
+++ trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:28:14 UTC (rev 283)
@@ -1,10 +1,9 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-11-05 16:19:24 UTC (rev 282)
+++ trunk/pom.xml 2011-11-05 16:28:14 UTC (rev 283)
@@ -1,11 +1,10 @@
-<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">
+<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>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
<packaging>pom</packaging>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</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>
@@ -57,9 +56,9 @@
</distributionManagement>
<scm>
- <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>
+ <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>
</scm>
<modules>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 16:19:30
|
Revision: 282
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=282&view=rev
Author: simonebordet
Date: 2011-11-05 16:19:24 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
Rolled back failed release.
Removed Paths:
-------------
tags/foxtrot-4.0/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 16:18:31
|
Revision: 281
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=281&view=rev
Author: simonebordet
Date: 2011-11-05 16:18:24 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
Cleanup of the root pom.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-11-05 16:15:08 UTC (rev 280)
+++ trunk/pom.xml 2011-11-05 16:18:24 UTC (rev 281)
@@ -19,8 +19,6 @@
<url>http://sourceforge.net/tracker/?group_id=49197</url>
</issueManagement>
- <ciManagement />
-
<inceptionYear>2002</inceptionYear>
<mailingLists>
@@ -39,20 +37,38 @@
</developer>
</developers>
- <contributors />
-
<licenses>
<license>
<name>The BSD license</name>
</license>
</licenses>
+ <distributionManagement>
+ <repository>
+ <id>oss.sonatype.org</id>
+ <name>OSS Maven2 Repository</name>
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
+ </repository>
+ <snapshotRepository>
+ <id>oss.sonatype.org</id>
+ <name>OSS Maven2 Snapshot Repository</name>
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
+
<scm>
<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>
+ <module>foxtrot-core</module>
+ <module>foxtrot-examples</module>
+ <module>foxtrot-sandbox</module>
+ <module>foxtrot-distribution</module>
+ </modules>
+
<profiles>
<profile>
<id>sign-artifacts</id>
@@ -155,17 +171,6 @@
</pluginManagement>
</build>
- <modules>
- <module>foxtrot-core</module>
- <module>foxtrot-examples</module>
- <module>foxtrot-sandbox</module>
- <module>foxtrot-distribution</module>
- </modules>
-
- <repositories />
-
- <reporting />
-
<dependencyManagement>
<dependencies>
<dependency>
@@ -177,17 +182,4 @@
</dependencies>
</dependencyManagement>
- <distributionManagement>
- <repository>
- <id>oss.sonatype.org</id>
- <name>OSS Maven2 Repository</name>
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
- </repository>
- <snapshotRepository>
- <id>oss.sonatype.org</id>
- <name>OSS Maven2 Snapshot Repository</name>
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
- </snapshotRepository>
- </distributionManagement>
-
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 16:15:15
|
Revision: 280
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=280&view=rev
Author: simonebordet
Date: 2011-11-05 16:15:08 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
[maven-release-plugin] rollback the release of foxtrot-4.0
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:03:58 UTC (rev 279)
+++ trunk/foxtrot-core/pom.xml 2011-11-05 16:15:08 UTC (rev 280)
@@ -1,9 +1,10 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-distribution/pom.xml
===================================================================
--- trunk/foxtrot-distribution/pom.xml 2011-11-05 16:03:58 UTC (rev 279)
+++ trunk/foxtrot-distribution/pom.xml 2011-11-05 16:15:08 UTC (rev 280)
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>foxtrot</artifactId>
<groupId>foxtrot</groupId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-examples/pom.xml
===================================================================
--- trunk/foxtrot-examples/pom.xml 2011-11-05 16:03:58 UTC (rev 279)
+++ trunk/foxtrot-examples/pom.xml 2011-11-05 16:15:08 UTC (rev 280)
@@ -1,9 +1,10 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-sandbox/pom.xml
===================================================================
--- trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:03:58 UTC (rev 279)
+++ trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:15:08 UTC (rev 280)
@@ -1,9 +1,10 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-11-05 16:03:58 UTC (rev 279)
+++ trunk/pom.xml 2011-11-05 16:15:08 UTC (rev 280)
@@ -1,10 +1,11 @@
-<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">
+<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>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
<packaging>pom</packaging>
- <version>4.1-SNAPSHOT</version>
+ <version>4.0-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>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 16:04:05
|
Revision: 279
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=279&view=rev
Author: simonebordet
Date: 2011-11-05 16:03:58 +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:03:46 UTC (rev 278)
+++ trunk/foxtrot-core/pom.xml 2011-11-05 16:03:58 UTC (rev 279)
@@ -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:03:46 UTC (rev 278)
+++ trunk/foxtrot-distribution/pom.xml 2011-11-05 16:03:58 UTC (rev 279)
@@ -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:03:46 UTC (rev 278)
+++ trunk/foxtrot-examples/pom.xml 2011-11-05 16:03:58 UTC (rev 279)
@@ -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:03:46 UTC (rev 278)
+++ trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:03:58 UTC (rev 279)
@@ -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:03:46 UTC (rev 278)
+++ trunk/pom.xml 2011-11-05 16:03:58 UTC (rev 279)
@@ -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>
@@ -47,9 +47,9 @@
</licenses>
<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>
<profiles>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 16:03:52
|
Revision: 278
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=278&view=rev
Author: simonebordet
Date: 2011-11-05 16:03:46 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
[maven-release-plugin] copy for tag foxtrot-4.0
Added Paths:
-----------
tags/foxtrot-4.0/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 16:03:33
|
Revision: 277
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=277&view=rev
Author: simonebordet
Date: 2011-11-05 16:03:27 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
[maven-release-plugin] prepare release foxtrot-4.0
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 15:48:20 UTC (rev 276)
+++ trunk/foxtrot-core/pom.xml 2011-11-05 16:03:27 UTC (rev 277)
@@ -1,10 +1,9 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-distribution/pom.xml
===================================================================
--- trunk/foxtrot-distribution/pom.xml 2011-11-05 15:48:20 UTC (rev 276)
+++ trunk/foxtrot-distribution/pom.xml 2011-11-05 16:03:27 UTC (rev 277)
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>foxtrot</artifactId>
<groupId>foxtrot</groupId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-examples/pom.xml
===================================================================
--- trunk/foxtrot-examples/pom.xml 2011-11-05 15:48:20 UTC (rev 276)
+++ trunk/foxtrot-examples/pom.xml 2011-11-05 16:03:27 UTC (rev 277)
@@ -1,10 +1,9 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/foxtrot-sandbox/pom.xml
===================================================================
--- trunk/foxtrot-sandbox/pom.xml 2011-11-05 15:48:20 UTC (rev 276)
+++ trunk/foxtrot-sandbox/pom.xml 2011-11-05 16:03:27 UTC (rev 277)
@@ -1,10 +1,9 @@
-<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">
+<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">
<parent>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-11-05 15:48:20 UTC (rev 276)
+++ trunk/pom.xml 2011-11-05 16:03:27 UTC (rev 277)
@@ -1,11 +1,10 @@
-<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">
+<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>
<groupId>foxtrot</groupId>
<artifactId>foxtrot</artifactId>
<packaging>pom</packaging>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</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>
@@ -48,9 +47,9 @@
</licenses>
<scm>
- <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>
+ <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>
</scm>
<profiles>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sim...@us...> - 2011-11-05 15:48:26
|
Revision: 276
http://foxtrot.svn.sourceforge.net/foxtrot/?rev=276&view=rev
Author: simonebordet
Date: 2011-11-05 15:48:20 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
Updated <distributionManagement>, now pointing to oss.sonatype.org.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-10-29 19:52:44 UTC (rev 275)
+++ trunk/pom.xml 2011-11-05 15:48:20 UTC (rev 276)
@@ -179,15 +179,6 @@
<distributionManagement>
<repository>
- <id>foxtrot</id>
- <!--<url>scp://shell.sourceforge.net:/home/groups/f/fo/foxtrot/htdocs/maven2</url>-->
- <url>file:///tmp/foxtrot</url>
- </repository>
- </distributionManagement>
-
-<!--
- <distributionManagement>
- <repository>
<id>oss.sonatype.org</id>
<name>OSS Maven2 Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
@@ -198,6 +189,5 @@
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
--->
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|