|
From: <bma...@us...> - 2017-06-12 10:29:05
|
Revision: 9639
http://sourceforge.net/p/fudaa/svn/9639
Author: bmarchan
Date: 2017-06-12 10:29:04 +0000 (Mon, 12 Jun 2017)
Log Message:
-----------
Passage a 2.0-SNAPSHOT (pour compatibilite avec les autres packages Maven)
Modified Paths:
--------------
trunk/soft/fudaa-mesh/pom.xml
Modified: trunk/soft/fudaa-mesh/pom.xml
===================================================================
--- trunk/soft/fudaa-mesh/pom.xml 2017-06-09 14:06:05 UTC (rev 9638)
+++ trunk/soft/fudaa-mesh/pom.xml 2017-06-12 10:29:04 UTC (rev 9639)
@@ -4,7 +4,7 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<properties>
- <fudaa-sig.version>1.9-SNAPSHOT</fudaa-sig.version>
+ <fudaa-sig.version>2.0-SNAPSHOT</fudaa-sig.version>
<javaCompiler>1.7</javaCompiler>
<targetJdk>1.7</targetJdk>
</properties>
@@ -11,11 +11,11 @@
<parent>
<groupId>org.fudaa.pom</groupId>
<artifactId>soft-pom</artifactId>
- <version>1.5</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.soft.fudaa-mesh</groupId>
<artifactId>fudaa-mesh</artifactId>
- <version>1.9-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<name>Fudaa-Mesh</name>
<dependencyManagement>
<dependencies>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|