diff --git a/Comparison/pom.xml b/Comparison/pom.xml index 7e40e72fd47a5422afdda0083ac73cbd91df6559..0c8f6111b427b0f0d71f70e12682d7b5c2f58e5a 100644 --- a/Comparison/pom.xml +++ b/Comparison/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>cz.fidentis</groupId> <artifactId>FIDENTIS-Analyst-parent</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> </parent> <artifactId>Comparison</artifactId> <packaging>nbm</packaging> diff --git a/GUI/pom.xml b/GUI/pom.xml index 860785fc9da2afee0d4e563e5cd9e7254062b74a..7e71cf8f5c77dec92b2ecf7d2ca9ce26aebd4cdc 100644 --- a/GUI/pom.xml +++ b/GUI/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>cz.fidentis</groupId> <artifactId>FIDENTIS-Analyst-parent</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> </parent> <artifactId>GUI</artifactId> <packaging>nbm</packaging> diff --git a/MeshModel/pom.xml b/MeshModel/pom.xml index 9a14e811da7e3b246c2b010a58002970f7b31620..7855ed098004f7de8cc7f3e1d63a43341ead4dc3 100644 --- a/MeshModel/pom.xml +++ b/MeshModel/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>cz.fidentis</groupId> <artifactId>FIDENTIS-Analyst-parent</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> </parent> <artifactId>MeshModel</artifactId> <packaging>nbm</packaging> diff --git a/Renderer/pom.xml b/Renderer/pom.xml index fb2ab4e85e13b334a5d17050472724a3e73e948a..23fb2196d94f5ee6aa82dae1346f5d0f8998bbb5 100644 --- a/Renderer/pom.xml +++ b/Renderer/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>cz.fidentis</groupId> <artifactId>FIDENTIS-Analyst-parent</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> </parent> <artifactId>Renderer</artifactId> <packaging>nbm</packaging> diff --git a/VERSION.txt b/VERSION.txt index a06f802088d442504be8a723dfc76611344bec66..08d2329eb45371dc491d8f7f1b805817a95781f4 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2.1.2 Improved efficiency: concurrent visitors, hashing in the corner table, and new implementation of the point-to-triangle distance computation. +2.1.3 Final decomposition of distance visitors, including the Hausdorff distance visitor diff --git a/application/pom.xml b/application/pom.xml index 81f6f802399d5b683da6b26b1cb4572308bb68e5..50b724c623e4f5248b9aedea0c34bdad0ed2737a 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>cz.fidentis</groupId> <artifactId>FIDENTIS-Analyst-parent</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> </parent> <artifactId>FIDENTIS-Analyst-app</artifactId> diff --git a/branding/pom.xml b/branding/pom.xml index 51af90f341772bbe1b00b7e4ba135a890ac71936..3e01b7bfd49d4968d5eef75025f62596a2005373 100644 --- a/branding/pom.xml +++ b/branding/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>cz.fidentis</groupId> <artifactId>FIDENTIS-Analyst-parent</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> </parent> <artifactId>FIDENTIS-Analyst-branding</artifactId> diff --git a/pom.xml b/pom.xml index ebd784997734b379c65ed7273d24dc4615944197..e57d9a89f743831cddd7bf18031aa7d0be2cbe92 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>cz.fidentis</groupId> <artifactId>FIDENTIS-Analyst-parent</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> <packaging>pom</packaging> <name>FIDENTIS-Analyst-2</name>