[Arakhnę-Dev] [52] Revert release

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


Revision: 52
Author:   galland
Date:     2009-04-16 22:42:54 +0200 (Thu, 16 Apr 2009)

Log Message:
-----------
Revert release

Modified Paths:
--------------
    trunk/arakhneLogger/pom.xml
    trunk/arakhneRefs/pom.xml
    trunk/arakhneVmutils/java/pom.xml
    trunk/arakhneVmutils/native/josuuid/linux/pom.xml
    trunk/arakhneVmutils/native/josuuid/mingw/pom.xml
    trunk/arakhneVmutils/native/josuuid/pom.xml
    trunk/arakhneVmutils/native/pom.xml
    trunk/arakhneVmutils/pom.xml
    trunk/pom.xml


Modified: trunk/arakhneLogger/pom.xml
===================================================================
--- trunk/arakhneLogger/pom.xml	2009-04-16 20:38:07 UTC (rev 51)
+++ trunk/arakhneLogger/pom.xml	2009-04-16 20:42:54 UTC (rev 52)
@@ -5,13 +5,13 @@
   <parent>
 	<artifactId>afc</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>1.0</version>
+	<version>1.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.arakhne.afc</groupId>
   <artifactId>arakhneLogger</artifactId>
   <packaging>jar</packaging>
-  <version>1.1</version>
+  <version>1.1-SNAPSHOT</version>
   <name>${pom.artifactId}</name>
   <url>http://www.arakhne.org/arakhneLogger/</url>
 

Modified: trunk/arakhneRefs/pom.xml
===================================================================
--- trunk/arakhneRefs/pom.xml	2009-04-16 20:38:07 UTC (rev 51)
+++ trunk/arakhneRefs/pom.xml	2009-04-16 20:42:54 UTC (rev 52)
@@ -5,13 +5,13 @@
   <parent>
 	<artifactId>afc</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>1.0</version>
+	<version>1.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.arakhne.afc</groupId>
   <artifactId>arakhneRefs</artifactId>
   <packaging>jar</packaging>
-  <version>5.1</version>
+  <version>5.1-SNAPSHOT</version>
   <name>${pom.artifactId}</name>
   <url>http://www.arakhne.org/arakhneRefs/</url>
 

Modified: trunk/arakhneVmutils/java/pom.xml
===================================================================
--- trunk/arakhneVmutils/java/pom.xml	2009-04-16 20:38:07 UTC (rev 51)
+++ trunk/arakhneVmutils/java/pom.xml	2009-04-16 20:42:54 UTC (rev 52)
@@ -6,13 +6,13 @@
   <parent>
 	<artifactId>afc</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>1.0</version>
+	<version>1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>arakhneVmutils-java</artifactId>
   <packaging>jar</packaging>
   <groupId>org.arakhne.afc</groupId>
-  <version>4.1</version>
+  <version>4.1-SNAPSHOT</version>
   <name>${pom.artifactId}</name>
 
 </project>

Modified: trunk/arakhneVmutils/native/josuuid/linux/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/linux/pom.xml	2009-04-16 20:38:07 UTC (rev 51)
+++ trunk/arakhneVmutils/native/josuuid/linux/pom.xml	2009-04-16 20:42:54 UTC (rev 52)
@@ -6,13 +6,13 @@
   <parent>
 	<artifactId>josuuid</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>4.1</version>
+	<version>4.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.arakhne.afc</groupId>
   <artifactId>josuuid-linux</artifactId>
   <packaging>so</packaging>
-  <version>4.1</version>
+  <version>4.1-SNAPSHOT</version>
   <name>${pom.artifactId}</name>
 
 	<!-- ======================================= -->

Modified: trunk/arakhneVmutils/native/josuuid/mingw/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/mingw/pom.xml	2009-04-16 20:38:07 UTC (rev 51)
+++ trunk/arakhneVmutils/native/josuuid/mingw/pom.xml	2009-04-16 20:42:54 UTC (rev 52)
@@ -6,13 +6,13 @@
   <parent>
 	<artifactId>josuuid</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>4.1</version>
+	<version>4.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.arakhne.afc</groupId>
   <artifactId>josuuid-mingw</artifactId>
   <packaging>dll</packaging>
-  <version>4.1</version>
+  <version>4.1-SNAPSHOT</version>
   <name>${pom.artifactId}</name>
 
 	<!-- ======================================= -->

Modified: trunk/arakhneVmutils/native/josuuid/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/pom.xml	2009-04-16 20:38:07 UTC (rev 51)
+++ trunk/arakhneVmutils/native/josuuid/pom.xml	2009-04-16 20:42:54 UTC (rev 52)
@@ -5,13 +5,13 @@
   <parent>
 	<artifactId>arakhneVmutils-native</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>4.1</version>
+	<version>4.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.arakhne.afc</groupId>
   <artifactId>josuuid</artifactId>
   <packaging>pom</packaging>
-  <version>4.1</version>
+  <version>4.1-SNAPSHOT</version>
   <name>${pom.artifactId}</name>
 
 	<!-- ======================================= -->

Modified: trunk/arakhneVmutils/native/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/pom.xml	2009-04-16 20:38:07 UTC (rev 51)
+++ trunk/arakhneVmutils/native/pom.xml	2009-04-16 20:42:54 UTC (rev 52)
@@ -2,12 +2,12 @@
 <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>
-  <version>4.1</version>
+  <version>4.1-SNAPSHOT</version>
 
   <parent>
   	<artifactId>afc</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>1.0</version>
+	<version>1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>arakhneVmutils-native</artifactId>

Modified: trunk/arakhneVmutils/pom.xml
===================================================================
--- trunk/arakhneVmutils/pom.xml	2009-04-16 20:38:07 UTC (rev 51)
+++ trunk/arakhneVmutils/pom.xml	2009-04-16 20:42:54 UTC (rev 52)
@@ -5,13 +5,13 @@
   <parent>
 	<artifactId>afc</artifactId>
 	<groupId>org.arakhne.afc</groupId>
-	<version>1.0</version>
+	<version>1.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.arakhne.afc</groupId>
   <artifactId>arakhneVmutils</artifactId>
   <packaging>pom</packaging>
-  <version>4.1</version>
+  <version>4.1-SNAPSHOT</version>
   <name>${pom.artifactId}</name>
   <url>http://www.arakhne.org/arakhneVmutils/</url>
 

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-04-16 20:38:07 UTC (rev 51)
+++ trunk/pom.xml	2009-04-16 20:42:54 UTC (rev 52)
@@ -4,7 +4,7 @@
   <groupId>org.arakhne.afc</groupId>
   <artifactId>afc</artifactId>
   <packaging>pom</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>Arakhnê Foundation Classes</name>
   <inceptionYear>2007</inceptionYear>
   <url>http://www.arakhne.org/</url>


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