Skip to content
Snippets Groups Projects
Verified Commit 1ccfd22e authored by philippe.verley_ird.fr's avatar philippe.verley_ird.fr Committed by philippe.verley_ird.fr
Browse files

Incremented AMAPVox version to 1.4.1 and updated AMAPVox.readme file.

parent bb0b3f89
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,9 @@ Git commit $BUILD_NUMBER
AMAPVox 1.4
Replaced internal math library by vecmath. New launcher. New Visualization tool.
# 1.4.1, 2019-10-21, PhV
* Updated VoxtoObj export tool.
# 1.4.0, 2019-09-06, PhV
* Removed points, vectors and matrix related classes from commons-math library and replaced by vecmath library. Change not noticeable for end user.
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>fr.amap.lidar.amapvox</groupId>
<artifactId>amapvox-aggregator</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</parent>
<artifactId>amapvox-core</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>fr.amap.lidar.amapvox</groupId>
<artifactId>amapvox-aggregator</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</parent>
<artifactId>amapvox-gui</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>fr.amap.lidar.amapvox</groupId>
<artifactId>amapvox-aggregator</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</parent>
<artifactId>amapvox</artifactId>
......
......@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.amap.lidar.amapvox</groupId>
<artifactId>amapvox-aggregator</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......@@ -57,7 +57,7 @@
<dependency>
<groupId>fr.amap.lidar.amapvox</groupId>
<artifactId>amapvox-gui</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
<!-- Dependencies used by AMAPVoxGUI -->
......@@ -74,7 +74,7 @@
<dependency>
<groupId>fr.amap.lidar.amapvox</groupId>
<artifactId>amapvox-core</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>fr.amap.threed</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment