From 5164e9e29850f941fb164c587e1e68da548b2fe9 Mon Sep 17 00:00:00 2001
From: GIRARDOT Raphael <raphael.girardot@synchrotron-soleil.fr>
Date: Tue, 19 Dec 2023 10:08:30 +0100
Subject: [PATCH] releasing databrowser 1.3.9

---
 databrowser-core/pom.xml                 | 2 +-
 databrowser-gui/pom.xml                  | 2 +-
 databrowser-plugins/cdma-plugin/pom.xml  | 2 +-
 databrowser-plugins/pom.xml              | 2 +-
 databrowser-plugins/tango-plugin/pom.xml | 2 +-
 pom.xml                                  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/databrowser-core/pom.xml b/databrowser-core/pom.xml
index 1ce6f43..af1ebbf 100644
--- a/databrowser-core/pom.xml
+++ b/databrowser-core/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.cdma.gui</groupId>
     <artifactId>databrowser</artifactId>
-    <version>1.3.8</version>
+    <version>1.3.9</version>
   </parent>
 
   <artifactId>databrowser-core</artifactId>
diff --git a/databrowser-gui/pom.xml b/databrowser-gui/pom.xml
index e4eee79..5dadbd0 100644
--- a/databrowser-gui/pom.xml
+++ b/databrowser-gui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.cdma.gui</groupId>
     <artifactId>databrowser</artifactId>
-    <version>1.3.8</version>
+    <version>1.3.9</version>
   </parent>
 
   <artifactId>databrowser-gui</artifactId>
diff --git a/databrowser-plugins/cdma-plugin/pom.xml b/databrowser-plugins/cdma-plugin/pom.xml
index 2a0f3bc..e2b2567 100644
--- a/databrowser-plugins/cdma-plugin/pom.xml
+++ b/databrowser-plugins/cdma-plugin/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.cdma.gui.plugin</groupId>
     <artifactId>databrowser-plugins</artifactId>
-    <version>1.3.8</version>
+    <version>1.3.9</version>
   </parent>
 
   <artifactId>cdma-plugin</artifactId>
diff --git a/databrowser-plugins/pom.xml b/databrowser-plugins/pom.xml
index abdb1f8..d064cc1 100644
--- a/databrowser-plugins/pom.xml
+++ b/databrowser-plugins/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.cdma.gui</groupId>
     <artifactId>databrowser</artifactId>
-    <version>1.3.8</version>
+    <version>1.3.9</version>
   </parent>
 
   <groupId>org.cdma.gui.plugin</groupId>
diff --git a/databrowser-plugins/tango-plugin/pom.xml b/databrowser-plugins/tango-plugin/pom.xml
index d4c9799..7ad83a5 100644
--- a/databrowser-plugins/tango-plugin/pom.xml
+++ b/databrowser-plugins/tango-plugin/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.cdma.gui.plugin</groupId>
     <artifactId>databrowser-plugins</artifactId>
-    <version>1.3.8</version>
+    <version>1.3.9</version>
   </parent>
 
   <artifactId>tango-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 213ab37..d5fa073 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
 
   <groupId>org.cdma.gui</groupId>
   <artifactId>databrowser</artifactId>
-  <version>1.3.8</version>
+  <version>1.3.9</version>
   <name>DataBrowser</name>
   <description>This project is the application provided with CDMA Framework for browsing data</description>
   <packaging>pom</packaging>
-- 
GitLab