From e061166eb0ecab4b328b9a16b0192dd48248c274 Mon Sep 17 00:00:00 2001
From: Radek Oslejsek <oslejsek@fi.muni.cz>
Date: Mon, 27 Dec 2021 20:00:03 +0100
Subject: [PATCH] Update pom.xml version.

---
 Comparison/pom.xml  | 2 +-
 GUI/pom.xml         | 2 +-
 MeshModel/pom.xml   | 2 +-
 Renderer/pom.xml    | 2 +-
 VERSION.txt         | 2 +-
 application/pom.xml | 2 +-
 branding/pom.xml    | 2 +-
 pom.xml             | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Comparison/pom.xml b/Comparison/pom.xml
index 1b372e63..10b54fc3 100644
--- a/Comparison/pom.xml
+++ b/Comparison/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>cz.fidentis</groupId>
         <artifactId>FIDENTIS-Analyst-parent</artifactId>
-        <version>2021.12.2</version>
+        <version>2021.12.3</version>
     </parent>
     <artifactId>Comparison</artifactId>
     <packaging>nbm</packaging>
diff --git a/GUI/pom.xml b/GUI/pom.xml
index 9d17c4ea..7e156800 100644
--- a/GUI/pom.xml
+++ b/GUI/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>cz.fidentis</groupId>
         <artifactId>FIDENTIS-Analyst-parent</artifactId>
-        <version>2021.12.2</version>
+        <version>2021.12.3</version>
     </parent>
     <artifactId>GUI</artifactId>
     <packaging>nbm</packaging>
diff --git a/MeshModel/pom.xml b/MeshModel/pom.xml
index 235218fc..2eda0efa 100644
--- a/MeshModel/pom.xml
+++ b/MeshModel/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>cz.fidentis</groupId>
         <artifactId>FIDENTIS-Analyst-parent</artifactId>
-        <version>2021.12.2</version>
+        <version>2021.12.3</version>
     </parent>
     <artifactId>MeshModel</artifactId>
     <packaging>nbm</packaging>
diff --git a/Renderer/pom.xml b/Renderer/pom.xml
index 02eda06c..78b5c683 100644
--- a/Renderer/pom.xml
+++ b/Renderer/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>cz.fidentis</groupId>
         <artifactId>FIDENTIS-Analyst-parent</artifactId>
-        <version>2021.12.2</version>
+        <version>2021.12.3</version>
     </parent>
     <artifactId>Renderer</artifactId>
     <packaging>nbm</packaging>
diff --git a/VERSION.txt b/VERSION.txt
index f48719f2..f1bd063b 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-2021.12.2 Cutting planes with profile curves
+2021.12.3 Cutting planes with profile curves
diff --git a/application/pom.xml b/application/pom.xml
index 017034b1..600a97f7 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>cz.fidentis</groupId>
         <artifactId>FIDENTIS-Analyst-parent</artifactId>
-        <version>2021.12.2</version>
+        <version>2021.12.3</version>
     </parent>
 
     <artifactId>FIDENTIS-Analyst-app</artifactId>
diff --git a/branding/pom.xml b/branding/pom.xml
index a3c48f9d..b9c98d22 100644
--- a/branding/pom.xml
+++ b/branding/pom.xml
@@ -5,7 +5,7 @@
   <parent>
       <groupId>cz.fidentis</groupId>
       <artifactId>FIDENTIS-Analyst-parent</artifactId>
-      <version>2021.12.2</version>
+      <version>2021.12.3</version>
   </parent>
 
   <artifactId>FIDENTIS-Analyst-branding</artifactId>
diff --git a/pom.xml b/pom.xml
index 3bc11b5e..e79a7fee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
     <groupId>cz.fidentis</groupId>
     <artifactId>FIDENTIS-Analyst-parent</artifactId>
-    <version>2021.12.2</version>
+    <version>2021.12.3</version>
     <packaging>pom</packaging>
 
     <name>FIDENTIS-Analyst-2</name>
-- 
GitLab