[Arakhnę-Dev] [391] * Prepare release 4.5 |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
Revision: 391
Author: galland
Date: 2013-03-20 22:46:45 +0100 (Wed, 20 Mar 2013)
Log Message:
-----------
* Prepare release 4.5
Modified Paths:
--------------
trunk/arakhneRefs/pom.xml
trunk/arakhneText/pom.xml
trunk/arakhneVmutils/arakhneVmutils-java/pom.xml
trunk/arakhneVmutils/arakhneVmutils-native/josuuid/josuuid-mingw32/pom.xml
trunk/arakhneVmutils/arakhneVmutils-native/josuuid/josuuid-mingw64/pom.xml
trunk/arakhneVmutils/arakhneVmutils-native/josuuid/pom.xml
trunk/arakhneVmutils/arakhneVmutils-native/pom.xml
trunk/arakhneVmutils/pom.xml
trunk/atomicdeploy/pom.xml
trunk/attrs/pom.xml
trunk/license-installer/pom.xml
trunk/math/pom.xml
trunk/maventools/pom.xml
trunk/pom.xml
trunk/tag-replacer/pom.xml
trunk/ui/pom.xml
trunk/ui/ui-awt/pom.xml
trunk/ui/ui-base/pom.xml
trunk/ui/ui-swing/pom.xml
trunk/ui/ui-vector/pom.xml
trunk/ui/ui-vector-android/pom.xml
trunk/ui/ui-vector-awt/pom.xml
trunk/util/pom.xml
Modified: trunk/arakhneRefs/pom.xml
===================================================================
--- trunk/arakhneRefs/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/arakhneRefs/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -6,12 +6,12 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>4.5-SNAPSHOT</version>
+ <version>4.5</version>
</parent>
<artifactId>arakhneRefs</artifactId>
<packaging>jar</packaging>
- <version>5.10-SNAPSHOT</version>
+ <version>5.10</version>
<name>Weak Reference Utilities</name>
<url>http://www.arakhne.org/arakhneRefs/</url>
Modified: trunk/arakhneText/pom.xml
===================================================================
--- trunk/arakhneText/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/arakhneText/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -4,11 +4,11 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>4.5-SNAPSHOT</version>
+ <version>4.5</version>
<relativePath>..</relativePath>
</parent>
<artifactId>arakhneText</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.2</version>
<name>Text Utilities</name>
<inceptionYear>2012</inceptionYear>
<url>http://www.arakhne.org/arakhneText/</url>
Modified: trunk/arakhneVmutils/arakhneVmutils-java/pom.xml
===================================================================
--- trunk/arakhneVmutils/arakhneVmutils-java/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/arakhneVmutils/arakhneVmutils-java/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -9,13 +9,13 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>4.5-SNAPSHOT</version>
+ <version>4.5</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>arakhneVmutils-java</artifactId>
<packaging>jar</packaging>
- <version>7.2-SNAPSHOT</version>
+ <version>7.2</version>
<name>VM Utilities</name>
<url>http://www.arakhne.org/arakhneVmutils/</url>
Modified: trunk/arakhneVmutils/arakhneVmutils-native/josuuid/josuuid-mingw32/pom.xml
===================================================================
--- trunk/arakhneVmutils/arakhneVmutils-native/josuuid/josuuid-mingw32/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/arakhneVmutils/arakhneVmutils-native/josuuid/josuuid-mingw32/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -7,7 +7,7 @@
<parent>
<artifactId>josuuid</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>7.2-SNAPSHOT</version>
+ <version>7.2</version>
</parent>
<artifactId>josuuid-mingw32</artifactId>
Modified: trunk/arakhneVmutils/arakhneVmutils-native/josuuid/josuuid-mingw64/pom.xml
===================================================================
--- trunk/arakhneVmutils/arakhneVmutils-native/josuuid/josuuid-mingw64/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/arakhneVmutils/arakhneVmutils-native/josuuid/josuuid-mingw64/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -7,7 +7,7 @@
<parent>
<artifactId>josuuid</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>7.2-SNAPSHOT</version>
+ <version>7.2</version>
</parent>
<artifactId>josuuid-mingw64</artifactId>
Modified: trunk/arakhneVmutils/arakhneVmutils-native/josuuid/pom.xml
===================================================================
--- trunk/arakhneVmutils/arakhneVmutils-native/josuuid/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/arakhneVmutils/arakhneVmutils-native/josuuid/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -6,7 +6,7 @@
<parent>
<artifactId>arakhneVmutils-native</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>7.2-SNAPSHOT</version>
+ <version>7.2</version>
</parent>
<artifactId>josuuid</artifactId>
Modified: trunk/arakhneVmutils/arakhneVmutils-native/pom.xml
===================================================================
--- trunk/arakhneVmutils/arakhneVmutils-native/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/arakhneVmutils/arakhneVmutils-native/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -10,13 +10,13 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>4.5-SNAPSHOT</version>
+ <version>4.5</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>arakhneVmutils-native</artifactId>
<packaging>pom</packaging>
- <version>7.2-SNAPSHOT</version>
+ <version>7.2</version>
<name>Native VM Utilities</name>
<url>http://www.arakhne.org/arakhneVmutils/</url>
Modified: trunk/arakhneVmutils/pom.xml
===================================================================
--- trunk/arakhneVmutils/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/arakhneVmutils/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -6,12 +6,12 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>4.5-SNAPSHOT</version>
+ <version>4.5</version>
</parent>
<artifactId>arakhneVmutils</artifactId>
<packaging>pom</packaging>
- <version>7.2-SNAPSHOT</version>
+ <version>7.2</version>
<name>Java and Native VM Utilities</name>
<description>Additional tools dedicated to low-level and virtual machine features</description>
<url>http://www.arakhne.org/arakhneVmutils/</url>
Modified: trunk/atomicdeploy/pom.xml
===================================================================
--- trunk/atomicdeploy/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/atomicdeploy/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -4,12 +4,12 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>4.5-SNAPSHOT</version>
+ <version>4.5</version>
<relativePath>..</relativePath>
</parent>
<artifactId>atomicdeploy</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.2</version>
<name>Atomic Deploy</name>
<packaging>maven-plugin</packaging>
<url>http://www.arakhne.org</url>
Modified: trunk/attrs/pom.xml
===================================================================
--- trunk/attrs/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/attrs/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -4,11 +4,11 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>4.5-SNAPSHOT</version>
+ <version>4.5</version>
</parent>
<artifactId>attrs</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<name>Arakhne Attribute API</name>
<inceptionYear>2013</inceptionYear>
<url>http://www.arakhne.org/arakhneAttrs/</url>
Modified: trunk/license-installer/pom.xml
===================================================================
--- trunk/license-installer/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/license-installer/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -7,11 +7,11 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>4.5-SNAPSHOT</version>
+ <version>4.5</version>
</parent>
<artifactId>license-installer</artifactId>
- <version>2.5-SNAPSHOT</version>
+ <version>2.5</version>
<packaging>maven-plugin</packaging>
<name>License Installer Plugin</name>
<url>http://www.arakhne.org</url>
Modified: trunk/math/pom.xml
===================================================================
--- trunk/math/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/math/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -4,11 +4,11 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>4.5-SNAPSHOT</version>
+ <version>4.5</version>
</parent>
<artifactId>math</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<name>Arakhne Math Tools</name>
<inceptionYear>2013</inceptionYear>
<url>http://www.arakhne.org/arakhneMath/</url>
Modified: trunk/maventools/pom.xml
===================================================================
--- trunk/maventools/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/maventools/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -4,11 +4,11 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>4.5-SNAPSHOT</version>
+ <version>4.5</version>
</parent>
<artifactId>maventools</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.5</version>
<name>Tools for Maven Plugins</name>
<properties>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -5,7 +5,7 @@
<groupId>org.arakhne.afc</groupId>
<artifactId>afc</artifactId>
<packaging>pom</packaging>
- <version>4.5-SNAPSHOT</version>
+ <version>4.5</version>
<name>Arakhnê Foundation Classes</name>
<inceptionYear>2006</inceptionYear>
<url>http://www.arakhne.org/</url>
@@ -25,97 +25,97 @@
<dependency>
<groupId>org.arakhne.afc</groupId>
<artifactId>arakhneVmutils</artifactId>
- <version>7.2-SNAPSHOT</version>
+ <version>7.2</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc</groupId>
<artifactId>arakhneVmutils-java</artifactId>
- <version>7.2-SNAPSHOT</version>
+ <version>7.2</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc</groupId>
<artifactId>josuuid-linux32</artifactId>
- <version>7.2-SNAPSHOT</version>
+ <version>7.2</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc</groupId>
<artifactId>josuuid-linux64</artifactId>
- <version>7.2-SNAPSHOT</version>
+ <version>7.2</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc</groupId>
<artifactId>josuuid-mingw32</artifactId>
- <version>7.2-SNAPSHOT</version>
+ <version>7.2</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc</groupId>
<artifactId>josuuid-mingw64</artifactId>
- <version>7.2-SNAPSHOT</version>
+ <version>7.2</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc</groupId>
<artifactId>arakhneRefs</artifactId>
- <version>5.10-SNAPSHOT</version>
+ <version>5.10</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc</groupId>
<artifactId>attrs</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc</groupId>
<artifactId>util</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc</groupId>
<artifactId>math</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc.ui</groupId>
<artifactId>ui-base</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc.ui</groupId>
<artifactId>ui-awt</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc.ui</groupId>
<artifactId>ui-base</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc.ui</groupId>
<artifactId>ui-awt</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc.ui</groupId>
<artifactId>ui-swing</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc.ui</groupId>
<artifactId>ui-vector</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc.ui</groupId>
<artifactId>ui-vector-awt</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc.ui</groupId>
<artifactId>ui-vector-android</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc</groupId>
<artifactId>maventools</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.5</version>
</dependency>
<dependency>
@@ -332,8 +332,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-4.5</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.tuxfamily.org/svnroot/arakhne/afc/tags/afc-4.5</developerConnection>
</scm>
<build>
Modified: trunk/tag-replacer/pom.xml
===================================================================
--- trunk/tag-replacer/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/tag-replacer/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -6,11 +6,11 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>4.5-SNAPSHOT</version>
+ <version>4.5</version>
</parent>
<artifactId>tag-replacer</artifactId>
- <version>2.5-SNAPSHOT</version>
+ <version>2.5</version>
<packaging>maven-plugin</packaging>
<name>JavaDoc Tag Replacer Plugin</name>
<url>http://www.arakhne.org</url>
Modified: trunk/ui/pom.xml
===================================================================
(Binary files differ)
Modified: trunk/ui/ui-awt/pom.xml
===================================================================
--- trunk/ui/ui-awt/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/ui/ui-awt/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>arakhneUi</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.arakhne.afc.ui</groupId>
Modified: trunk/ui/ui-base/pom.xml
===================================================================
--- trunk/ui/ui-base/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/ui/ui-base/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>arakhneUi</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.arakhne.afc.ui</groupId>
Modified: trunk/ui/ui-swing/pom.xml
===================================================================
--- trunk/ui/ui-swing/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/ui/ui-swing/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>arakhneUi</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.arakhne.afc.ui</groupId>
Modified: trunk/ui/ui-vector/pom.xml
===================================================================
--- trunk/ui/ui-vector/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/ui/ui-vector/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>arakhneUi</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.arakhne.afc.ui</groupId>
Modified: trunk/ui/ui-vector-android/pom.xml
===================================================================
--- trunk/ui/ui-vector-android/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/ui/ui-vector-android/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>arakhneUi</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.arakhne.afc.ui</groupId>
Modified: trunk/ui/ui-vector-awt/pom.xml
===================================================================
--- trunk/ui/ui-vector-awt/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/ui/ui-vector-awt/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>arakhneUi</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.arakhne.afc.ui</groupId>
Modified: trunk/util/pom.xml
===================================================================
--- trunk/util/pom.xml 2013-03-20 21:08:11 UTC (rev 390)
+++ trunk/util/pom.xml 2013-03-20 21:46:45 UTC (rev 391)
@@ -4,11 +4,11 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>4.5-SNAPSHOT</version>
+ <version>4.5</version>
</parent>
<artifactId>util</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<name>Arakhne Utilities</name>
<inceptionYear>2013</inceptionYear>
<url>http://www.arakhne.org/arakhneUtil</url>