[Arakhnę-Dev] [217] [maven-release-plugin] rollback the release of afc-3.0 |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
Revision: 217
Author: galland
Date: 2011-02-28 13:34:28 +0100 (Mon, 28 Feb 2011)
Log Message:
-----------
[maven-release-plugin] rollback the release of afc-3.0
Modified Paths:
--------------
trunk/arakhneLog4J/pom.xml
trunk/arakhneLogger/pom.xml
trunk/arakhneRefs/pom.xml
trunk/arakhneVmutils/java/pom.xml
trunk/arakhneVmutils/native/josuuid/linux32/pom.xml
trunk/arakhneVmutils/native/josuuid/linux64/pom.xml
trunk/arakhneVmutils/native/josuuid/mingw32/pom.xml
trunk/arakhneVmutils/native/josuuid/mingw64/pom.xml
trunk/arakhneVmutils/native/josuuid/pom.xml
trunk/arakhneVmutils/native/pom.xml
trunk/arakhneVmutils/pom.xml
trunk/maven-javadoc-tag-replacer/pom.xml
trunk/maven-license-install-plugin/pom.xml
trunk/pom.xml
Modified: trunk/arakhneLog4J/pom.xml
===================================================================
--- trunk/arakhneLog4J/pom.xml 2011-02-28 12:28:33 UTC (rev 216)
+++ trunk/arakhneLog4J/pom.xml 2011-02-28 12:34:28 UTC (rev 217)
@@ -5,13 +5,13 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>3.1-SNAPSHOT</version>
+ <version>2.2-SNAPSHOT</version>
</parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>arakhneLog4J</artifactId>
<packaging>jar</packaging>
- <version>1.3-SNAPSHOT</version>
+ <version>1.2-SNAPSHOT</version>
<name>${pom.artifactId}</name>
<url>http://www.arakhne.org/arakhneLogger/</url>
@@ -77,7 +77,7 @@
<plugin>
<groupId>org.arakhne.afc</groupId>
<artifactId>maven-javadoc-tag-replacer</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<executions>
<execution>
<phase>site</phase>
Modified: trunk/arakhneLogger/pom.xml
===================================================================
--- trunk/arakhneLogger/pom.xml 2011-02-28 12:28:33 UTC (rev 216)
+++ trunk/arakhneLogger/pom.xml 2011-02-28 12:34:28 UTC (rev 217)
@@ -5,13 +5,13 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>3.1-SNAPSHOT</version>
+ <version>2.2-SNAPSHOT</version>
</parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>arakhneLogger</artifactId>
<packaging>jar</packaging>
- <version>1.5-SNAPSHOT</version>
+ <version>1.4-SNAPSHOT</version>
<name>${pom.artifactId}</name>
<url>http://www.arakhne.org/arakhneLogger/</url>
@@ -64,7 +64,7 @@
<plugin>
<groupId>org.arakhne.afc</groupId>
<artifactId>maven-javadoc-tag-replacer</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<executions>
<execution>
<phase>site</phase>
Modified: trunk/arakhneRefs/pom.xml
===================================================================
--- trunk/arakhneRefs/pom.xml 2011-02-28 12:28:33 UTC (rev 216)
+++ trunk/arakhneRefs/pom.xml 2011-02-28 12:34:28 UTC (rev 217)
@@ -5,13 +5,13 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>3.1-SNAPSHOT</version>
+ <version>2.2-SNAPSHOT</version>
</parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>arakhneRefs</artifactId>
<packaging>jar</packaging>
- <version>5.5-SNAPSHOT</version>
+ <version>5.4-SNAPSHOT</version>
<name>${pom.artifactId}</name>
<url>http://www.arakhne.org/arakhneRefs/</url>
@@ -72,7 +72,7 @@
<plugin>
<groupId>org.arakhne.afc</groupId>
<artifactId>maven-javadoc-tag-replacer</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<executions>
<execution>
<phase>site</phase>
Modified: trunk/arakhneVmutils/java/pom.xml
===================================================================
--- trunk/arakhneVmutils/java/pom.xml 2011-02-28 12:28:33 UTC (rev 216)
+++ trunk/arakhneVmutils/java/pom.xml 2011-02-28 12:34:28 UTC (rev 217)
@@ -1,5 +1,6 @@
<?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/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>
@@ -10,13 +11,13 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>3.1-SNAPSHOT</version>
+ <version>2.2-SNAPSHOT</version>
</parent>
<artifactId>arakhneVmutils-java</artifactId>
<packaging>jar</packaging>
<groupId>org.arakhne.afc</groupId>
- <version>6.1-SNAPSHOT</version>
+ <version>6.0-SNAPSHOT</version>
<name>${pom.artifactId}</name>
<properties>
Modified: trunk/arakhneVmutils/native/josuuid/linux32/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/linux32/pom.xml 2011-02-28 12:28:33 UTC (rev 216)
+++ trunk/arakhneVmutils/native/josuuid/linux32/pom.xml 2011-02-28 12:34:28 UTC (rev 217)
@@ -6,13 +6,13 @@
<parent>
<artifactId>josuuid</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>6.1-SNAPSHOT</version>
+ <version>6.0-SNAPSHOT</version>
</parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>josuuid-linux32</artifactId>
<packaging>so</packaging>
- <version>6.1-SNAPSHOT</version>
+ <version>6.0-SNAPSHOT</version>
<name>${pom.artifactId}</name>
<!-- ======================================= -->
Modified: trunk/arakhneVmutils/native/josuuid/linux64/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/linux64/pom.xml 2011-02-28 12:28:33 UTC (rev 216)
+++ trunk/arakhneVmutils/native/josuuid/linux64/pom.xml 2011-02-28 12:34:28 UTC (rev 217)
@@ -6,13 +6,13 @@
<parent>
<artifactId>josuuid</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>6.1-SNAPSHOT</version>
+ <version>6.0-SNAPSHOT</version>
</parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>josuuid-linux64</artifactId>
<packaging>so</packaging>
- <version>6.1-SNAPSHOT</version>
+ <version>6.0-SNAPSHOT</version>
<name>${pom.artifactId}</name>
<!-- ======================================= -->
Modified: trunk/arakhneVmutils/native/josuuid/mingw32/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/mingw32/pom.xml 2011-02-28 12:28:33 UTC (rev 216)
+++ trunk/arakhneVmutils/native/josuuid/mingw32/pom.xml 2011-02-28 12:34:28 UTC (rev 217)
@@ -6,13 +6,13 @@
<parent>
<artifactId>josuuid</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>6.1-SNAPSHOT</version>
+ <version>6.0-SNAPSHOT</version>
</parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>josuuid-mingw32</artifactId>
<packaging>dll</packaging>
- <version>6.1-SNAPSHOT</version>
+ <version>6.0-SNAPSHOT</version>
<name>${pom.artifactId}</name>
<!-- ======================================= -->
Modified: trunk/arakhneVmutils/native/josuuid/mingw64/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/mingw64/pom.xml 2011-02-28 12:28:33 UTC (rev 216)
+++ trunk/arakhneVmutils/native/josuuid/mingw64/pom.xml 2011-02-28 12:34:28 UTC (rev 217)
@@ -6,13 +6,13 @@
<parent>
<artifactId>josuuid</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>6.1-SNAPSHOT</version>
+ <version>6.0-SNAPSHOT</version>
</parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>josuuid-mingw64</artifactId>
<packaging>dll</packaging>
- <version>6.1-SNAPSHOT</version>
+ <version>6.0-SNAPSHOT</version>
<name>${pom.artifactId}</name>
<!-- ======================================= -->
Modified: trunk/arakhneVmutils/native/josuuid/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/pom.xml 2011-02-28 12:28:33 UTC (rev 216)
+++ trunk/arakhneVmutils/native/josuuid/pom.xml 2011-02-28 12:34:28 UTC (rev 217)
@@ -5,13 +5,13 @@
<parent>
<artifactId>arakhneVmutils-native</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>6.1-SNAPSHOT</version>
+ <version>6.0-SNAPSHOT</version>
</parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>josuuid</artifactId>
<packaging>pom</packaging>
- <version>6.1-SNAPSHOT</version>
+ <version>6.0-SNAPSHOT</version>
<name>${pom.artifactId}</name>
<!-- ======================================= -->
Modified: trunk/arakhneVmutils/native/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/pom.xml 2011-02-28 12:28:33 UTC (rev 216)
+++ trunk/arakhneVmutils/native/pom.xml 2011-02-28 12:34:28 UTC (rev 217)
@@ -10,13 +10,13 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>3.1-SNAPSHOT</version>
+ <version>2.2-SNAPSHOT</version>
</parent>
<artifactId>arakhneVmutils-native</artifactId>
<groupId>org.arakhne.afc</groupId>
<packaging>pom</packaging>
- <version>6.1-SNAPSHOT</version>
+ <version>6.0-SNAPSHOT</version>
<name>${pom.artifactId}</name>
<!-- ======================================= -->
Modified: trunk/arakhneVmutils/pom.xml
===================================================================
--- trunk/arakhneVmutils/pom.xml 2011-02-28 12:28:33 UTC (rev 216)
+++ trunk/arakhneVmutils/pom.xml 2011-02-28 12:34:28 UTC (rev 217)
@@ -1,17 +1,18 @@
<?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/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>
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>3.1-SNAPSHOT</version>
+ <version>2.2-SNAPSHOT</version>
</parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>arakhneVmutils</artifactId>
<packaging>pom</packaging>
- <version>6.1-SNAPSHOT</version>
+ <version>6.0-SNAPSHOT</version>
<name>${pom.artifactId}</name>
<description>Additional tools dedicated to low-level and virtual machine features</description>
<url>http://www.arakhne.org/arakhneVmutils/</url>
@@ -55,7 +56,7 @@
<plugin>
<groupId>org.arakhne.afc</groupId>
<artifactId>maven-javadoc-tag-replacer</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<executions>
<execution>
<phase>site</phase>
Modified: trunk/maven-javadoc-tag-replacer/pom.xml
===================================================================
--- trunk/maven-javadoc-tag-replacer/pom.xml 2011-02-28 12:28:33 UTC (rev 216)
+++ trunk/maven-javadoc-tag-replacer/pom.xml 2011-02-28 12:34:28 UTC (rev 217)
@@ -1,14 +1,15 @@
<?xml version="1.0"?>
-<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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>3.1-SNAPSHOT</version>
+ <version>2.2-SNAPSHOT</version>
</parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>maven-javadoc-tag-replacer</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>maven-javadoc-tag-replacer Maven Plugin</name>
<url>http://maven.apache.org</url>
Modified: trunk/maven-license-install-plugin/pom.xml
===================================================================
--- trunk/maven-license-install-plugin/pom.xml 2011-02-28 12:28:33 UTC (rev 216)
+++ trunk/maven-license-install-plugin/pom.xml 2011-02-28 12:34:28 UTC (rev 217)
@@ -1,14 +1,15 @@
<?xml version="1.0"?>
-<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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>3.1-SNAPSHOT</version>
+ <version>2.2-SNAPSHOT</version>
</parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>maven-license-install-plugin</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>maven-license-install-plugin Maven Plugin</name>
<url>http://maven.apache.org</url>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-02-28 12:28:33 UTC (rev 216)
+++ trunk/pom.xml 2011-02-28 12:34:28 UTC (rev 217)
@@ -4,7 +4,7 @@
<groupId>org.arakhne.afc</groupId>
<artifactId>afc</artifactId>
<packaging>pom</packaging>
- <version>3.1-SNAPSHOT</version>
+ <version>2.2-SNAPSHOT</version>
<name>Arakhnê Foundation Classes</name>
<inceptionYear>2006</inceptionYear>
<url>http://www.arakhne.org/</url>
@@ -74,41 +74,41 @@
<name>Stephane Galland</name>
<email>galland@xxxxxxxxxxx</email>
<url>http://www.arakhne.org/homes/galland.html</url>
- <organization />
- <organizationUrl />
+ <organization/>
+ <organizationUrl/>
<roles>
<role>Founder</role>
<role>Architect</role>
<role>Developer</role>
</roles>
- <timezone />
- <properties />
+ <timezone/>
+ <properties/>
</developer>
<developer>
<id>gaud</id>
<name>Nicolas Gaud</name>
<email>gaud@xxxxxxxxxxx</email>
<url>http://www.arakhne.org/homes/gaud.html</url>
- <organization />
- <organizationUrl />
+ <organization/>
+ <organizationUrl/>
<roles>
<role>Developer</role>
</roles>
- <timezone />
- <properties />
+ <timezone/>
+ <properties/>
</developer>
<developer>
<id>willaume</id>
<name>Alexandre WILLAUME</name>
<email>willaume@xxxxxxxxxxx</email>
<url>http://www.arakhne.org/homes/willaume.html</url>
- <organization />
- <organizationUrl />
+ <organization/>
+ <organizationUrl/>
<roles>
<role>Developer</role>
</roles>
- <timezone />
- <properties />
+ <timezone/>
+ <properties/>
</developer>
</developers>