From 1da2817c9bcf3cefa5f098523a60ba2f411283fc Mon Sep 17 00:00:00 2001 From: GIRARDOT Raphael <raphael.girardot@synchrotron-soleil.fr> Date: Fri, 13 Oct 2023 11:39:34 +0200 Subject: [PATCH] releasing databrowser 1.3.8 --- 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 e251841..1ce6f43 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.7</version> + <version>1.3.8</version> </parent> <artifactId>databrowser-core</artifactId> diff --git a/databrowser-gui/pom.xml b/databrowser-gui/pom.xml index 4821eec..e4eee79 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.7</version> + <version>1.3.8</version> </parent> <artifactId>databrowser-gui</artifactId> diff --git a/databrowser-plugins/cdma-plugin/pom.xml b/databrowser-plugins/cdma-plugin/pom.xml index 3f7f58a..2a0f3bc 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.7</version> + <version>1.3.8</version> </parent> <artifactId>cdma-plugin</artifactId> diff --git a/databrowser-plugins/pom.xml b/databrowser-plugins/pom.xml index b4ab0e8..abdb1f8 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.7</version> + <version>1.3.8</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 855bb31..d4c9799 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.7</version> + <version>1.3.8</version> </parent> <artifactId>tango-plugin</artifactId> diff --git a/pom.xml b/pom.xml index 4fd7c32..213ab37 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>org.cdma.gui</groupId> <artifactId>databrowser</artifactId> - <version>1.3.7</version> + <version>1.3.8</version> <name>DataBrowser</name> <description>This project is the application provided with CDMA Framework for browsing data</description> <packaging>pom</packaging> -- GitLab