[Arakhnę-Dev] [214] [maven-release-plugin] prepare release afc-3.0

[ Thread Index | Date Index | More arakhne.org/dev Archives ]


Revision: 214
Author:   galland
Date:     2011-02-28 13:28:15 +0100 (Mon, 28 Feb 2011)
Log Message:
-----------
[maven-release-plugin] prepare release 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:26:21 UTC (rev 213)
+++ trunk/arakhneLog4J/pom.xml	2011-02-28 12:28:15 UTC (rev 214)
@@ -5,13 +5,13 @@
   <parent>
 	<artifactId>afc</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>2.2-SNAPSHOT</version>
+	<version>3.0</version>
   </parent>
 
   <groupId>org.arakhne.afc</groupId>
   <artifactId>arakhneLog4J</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-SNAPSHOT</version>
+  <version>1.2</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.0-SNAPSHOT</version>
+			   <version>1.0</version>
 			   <executions>
 			       <execution>
 				   <phase>site</phase>

Modified: trunk/arakhneLogger/pom.xml
===================================================================
--- trunk/arakhneLogger/pom.xml	2011-02-28 12:26:21 UTC (rev 213)
+++ trunk/arakhneLogger/pom.xml	2011-02-28 12:28:15 UTC (rev 214)
@@ -5,13 +5,13 @@
   <parent>
 	<artifactId>afc</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>2.2-SNAPSHOT</version>
+	<version>3.0</version>
   </parent>
 
   <groupId>org.arakhne.afc</groupId>
   <artifactId>arakhneLogger</artifactId>
   <packaging>jar</packaging>
-  <version>1.4-SNAPSHOT</version>
+  <version>1.4</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.0-SNAPSHOT</version>
+			   <version>1.0</version>
 			   <executions>
 			       <execution>
 				   <phase>site</phase>

Modified: trunk/arakhneRefs/pom.xml
===================================================================
--- trunk/arakhneRefs/pom.xml	2011-02-28 12:26:21 UTC (rev 213)
+++ trunk/arakhneRefs/pom.xml	2011-02-28 12:28:15 UTC (rev 214)
@@ -5,13 +5,13 @@
   <parent>
 	<artifactId>afc</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>2.2-SNAPSHOT</version>
+	<version>3.0</version>
   </parent>
 
   <groupId>org.arakhne.afc</groupId>
   <artifactId>arakhneRefs</artifactId>
   <packaging>jar</packaging>
-  <version>5.4-SNAPSHOT</version>
+  <version>5.4</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.0-SNAPSHOT</version>
+			   <version>1.0</version>
 			   <executions>
 			       <execution>
 				   <phase>site</phase>

Modified: trunk/arakhneVmutils/java/pom.xml
===================================================================
--- trunk/arakhneVmutils/java/pom.xml	2011-02-28 12:26:21 UTC (rev 213)
+++ trunk/arakhneVmutils/java/pom.xml	2011-02-28 12:28:15 UTC (rev 214)
@@ -1,6 +1,5 @@
 <?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>
 
@@ -11,13 +10,13 @@
 	<parent>
 		<artifactId>afc</artifactId>
 		<groupId>org.arakhne.afc</groupId>
-		<version>2.2-SNAPSHOT</version>
+		<version>3.0</version>
 	</parent>
 
 	<artifactId>arakhneVmutils-java</artifactId>
 	<packaging>jar</packaging>
 	<groupId>org.arakhne.afc</groupId>
-	<version>6.0-SNAPSHOT</version>
+	<version>6.0</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:26:21 UTC (rev 213)
+++ trunk/arakhneVmutils/native/josuuid/linux32/pom.xml	2011-02-28 12:28:15 UTC (rev 214)
@@ -6,13 +6,13 @@
   <parent>
   	<artifactId>josuuid</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>6.0-SNAPSHOT</version>
+	<version>6.0</version>
   </parent>
 
   <groupId>org.arakhne.afc</groupId>
   <artifactId>josuuid-linux32</artifactId>
   <packaging>so</packaging>
-  <version>6.0-SNAPSHOT</version>
+  <version>6.0</version>
   <name>${pom.artifactId}</name>
 
 	<!-- ======================================= -->

Modified: trunk/arakhneVmutils/native/josuuid/linux64/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/linux64/pom.xml	2011-02-28 12:26:21 UTC (rev 213)
+++ trunk/arakhneVmutils/native/josuuid/linux64/pom.xml	2011-02-28 12:28:15 UTC (rev 214)
@@ -6,13 +6,13 @@
   <parent>
   	<artifactId>josuuid</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>6.0-SNAPSHOT</version>
+	<version>6.0</version>
   </parent>
 
   <groupId>org.arakhne.afc</groupId>
   <artifactId>josuuid-linux64</artifactId>
   <packaging>so</packaging>
-  <version>6.0-SNAPSHOT</version>
+  <version>6.0</version>
   <name>${pom.artifactId}</name>
 
 	<!-- ======================================= -->

Modified: trunk/arakhneVmutils/native/josuuid/mingw32/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/mingw32/pom.xml	2011-02-28 12:26:21 UTC (rev 213)
+++ trunk/arakhneVmutils/native/josuuid/mingw32/pom.xml	2011-02-28 12:28:15 UTC (rev 214)
@@ -6,13 +6,13 @@
   <parent>
   	<artifactId>josuuid</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>6.0-SNAPSHOT</version>
+	<version>6.0</version>
   </parent>
 
   <groupId>org.arakhne.afc</groupId>
   <artifactId>josuuid-mingw32</artifactId>
   <packaging>dll</packaging>
-  <version>6.0-SNAPSHOT</version>
+  <version>6.0</version>
   <name>${pom.artifactId}</name>
 
 	<!-- ======================================= -->

Modified: trunk/arakhneVmutils/native/josuuid/mingw64/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/mingw64/pom.xml	2011-02-28 12:26:21 UTC (rev 213)
+++ trunk/arakhneVmutils/native/josuuid/mingw64/pom.xml	2011-02-28 12:28:15 UTC (rev 214)
@@ -6,13 +6,13 @@
   <parent>
   	<artifactId>josuuid</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>6.0-SNAPSHOT</version>
+	<version>6.0</version>
   </parent>
 
   <groupId>org.arakhne.afc</groupId>
   <artifactId>josuuid-mingw64</artifactId>
   <packaging>dll</packaging>
-  <version>6.0-SNAPSHOT</version>
+  <version>6.0</version>
   <name>${pom.artifactId}</name>
 
 	<!-- ======================================= -->

Modified: trunk/arakhneVmutils/native/josuuid/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/pom.xml	2011-02-28 12:26:21 UTC (rev 213)
+++ trunk/arakhneVmutils/native/josuuid/pom.xml	2011-02-28 12:28:15 UTC (rev 214)
@@ -5,13 +5,13 @@
   <parent>
   	<artifactId>arakhneVmutils-native</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>6.0-SNAPSHOT</version>
+	<version>6.0</version>
   </parent>
 
   <groupId>org.arakhne.afc</groupId>
   <artifactId>josuuid</artifactId>
   <packaging>pom</packaging>
-  <version>6.0-SNAPSHOT</version>
+  <version>6.0</version>
   <name>${pom.artifactId}</name>
 
 	<!-- ======================================= -->

Modified: trunk/arakhneVmutils/native/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/pom.xml	2011-02-28 12:26:21 UTC (rev 213)
+++ trunk/arakhneVmutils/native/pom.xml	2011-02-28 12:28:15 UTC (rev 214)
@@ -10,13 +10,13 @@
   <parent>
 	<artifactId>afc</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>2.2-SNAPSHOT</version>
+	<version>3.0</version>
   </parent>
 
   <artifactId>arakhneVmutils-native</artifactId>
   <groupId>org.arakhne.afc</groupId>
   <packaging>pom</packaging>
-  <version>6.0-SNAPSHOT</version>
+  <version>6.0</version>
   <name>${pom.artifactId}</name>
 
 	<!-- ======================================= -->

Modified: trunk/arakhneVmutils/pom.xml
===================================================================
--- trunk/arakhneVmutils/pom.xml	2011-02-28 12:26:21 UTC (rev 213)
+++ trunk/arakhneVmutils/pom.xml	2011-02-28 12:28:15 UTC (rev 214)
@@ -1,18 +1,17 @@
 <?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>2.2-SNAPSHOT</version>
+		<version>3.0</version>
 	</parent>
 
 	<groupId>org.arakhne.afc</groupId>
 	<artifactId>arakhneVmutils</artifactId>
 	<packaging>pom</packaging>
-	<version>6.0-SNAPSHOT</version>
+	<version>6.0</version>
 	<name>${pom.artifactId}</name>
 	<description>Additional tools dedicated to low-level and virtual machine features</description>
 	<url>http://www.arakhne.org/arakhneVmutils/</url>
@@ -56,7 +55,7 @@
 		       <plugin>
 			   <groupId>org.arakhne.afc</groupId>
 			   <artifactId>maven-javadoc-tag-replacer</artifactId>
-			   <version>1.0-SNAPSHOT</version>
+			   <version>1.0</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:26:21 UTC (rev 213)
+++ trunk/maven-javadoc-tag-replacer/pom.xml	2011-02-28 12:28:15 UTC (rev 214)
@@ -1,15 +1,14 @@
 <?xml version="1.0"?>
-<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";>
+<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";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>afc</artifactId>
     <groupId>org.arakhne.afc</groupId>
-    <version>2.2-SNAPSHOT</version>
+    <version>3.0</version>
   </parent>
   <groupId>org.arakhne.afc</groupId>
   <artifactId>maven-javadoc-tag-replacer</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</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:26:21 UTC (rev 213)
+++ trunk/maven-license-install-plugin/pom.xml	2011-02-28 12:28:15 UTC (rev 214)
@@ -1,15 +1,14 @@
 <?xml version="1.0"?>
-<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";>
+<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";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>afc</artifactId>
     <groupId>org.arakhne.afc</groupId>
-    <version>2.2-SNAPSHOT</version>
+    <version>3.0</version>
   </parent>
   <groupId>org.arakhne.afc</groupId>
   <artifactId>maven-license-install-plugin</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</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:26:21 UTC (rev 213)
+++ trunk/pom.xml	2011-02-28 12:28:15 UTC (rev 214)
@@ -4,7 +4,7 @@
   <groupId>org.arakhne.afc</groupId>
   <artifactId>afc</artifactId>
   <packaging>pom</packaging>
-  <version>2.2-SNAPSHOT</version>
+  <version>3.0</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>
 	
@@ -130,8 +130,8 @@
 	</distributionManagement>
 
 	<scm>
-		<connection>scm:svn:svn://svn.tuxfamily.org/svnroot/arakhne/afc/trunk</connection>
-		<developerConnection>scm:svn:svn+ssh://svn.tuxfamily.org/svnroot/arakhne/afc/trunk</developerConnection>
+		<connection>scm:svn:svn://svn.tuxfamily.org/svnroot/arakhne/afc/tags/afc-3.0</connection>
+		<developerConnection>scm:svn:svn+ssh://svn.tuxfamily.org/svnroot/arakhne/afc/tags/afc-3.0</developerConnection>
 	</scm>
 
 	<build>


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/