[Arakhnę-Dev] [233] * Prepare release with Maven 3 support. |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
Revision: 233
Author: galland
Date: 2011-08-05 18:28:59 +0200 (Fri, 05 Aug 2011)
Log Message:
-----------
* Prepare release with Maven 3 support.
Modified Paths:
--------------
trunk/arakhneVmutils/native/josuuid/pom.xml
trunk/arakhneVmutils/native/pom.xml
trunk/arakhneVmutils/pom.xml
Modified: trunk/arakhneVmutils/native/josuuid/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/pom.xml 2011-08-05 16:28:42 UTC (rev 232)
+++ trunk/arakhneVmutils/native/josuuid/pom.xml 2011-08-05 16:28:59 UTC (rev 233)
@@ -5,13 +5,13 @@
<parent>
<artifactId>arakhneVmutils-native</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>6.1-SNAPSHOT</version>
+ <version>6.1</version>
</parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>josuuid</artifactId>
<packaging>pom</packaging>
- <version>6.1-SNAPSHOT</version>
+ <version>6.1</version>
<name>${project.artifactId}</name>
<!-- ======================================= -->
Modified: trunk/arakhneVmutils/native/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/pom.xml 2011-08-05 16:28:42 UTC (rev 232)
+++ trunk/arakhneVmutils/native/pom.xml 2011-08-05 16:28:59 UTC (rev 233)
@@ -10,14 +10,14 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>arakhneVmutils-native</artifactId>
<groupId>org.arakhne.afc</groupId>
<packaging>pom</packaging>
- <version>6.1-SNAPSHOT</version>
+ <version>6.1</version>
<name>${project.artifactId}</name>
<url>http://www.arakhne.org/arakhneVmutils/</url>
@@ -29,4 +29,17 @@
<module>josuuid</module>
</modules>
+ <build>
+ <plugins>
+ <plugin>
+ <!-- disable reports -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <configuration>
+ <generateReports>false</generateReports>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>
Modified: trunk/arakhneVmutils/pom.xml
===================================================================
--- trunk/arakhneVmutils/pom.xml 2011-08-05 16:28:42 UTC (rev 232)
+++ trunk/arakhneVmutils/pom.xml 2011-08-05 16:28:59 UTC (rev 233)
@@ -6,13 +6,13 @@
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
</parent>
<groupId>org.arakhne.afc</groupId>
<artifactId>arakhneVmutils</artifactId>
<packaging>pom</packaging>
- <version>6.1-SNAPSHOT</version>
+ <version>6.1</version>
<name>${project.artifactId}</name>
<description>Additional tools dedicated to low-level and virtual machine features</description>
<url>http://www.arakhne.org/arakhneVmutils/</url>