From f7ddf232d695e617419c2556632f78cb8cfa8919 Mon Sep 17 00:00:00 2001 From: Arthur Coolen <coolen@astron.nl> Date: Mon, 12 Nov 2012 13:40:30 +0000 Subject: [PATCH] Task #3571: getModificationDate for jOTDBconnection created and extra modificationDate field in jOTDBtree --- JAVA/GUI/Plotter/pom.xml | 2 +- JAVA/LofarUtils/pom.xml | 2 +- JAVA/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/JAVA/GUI/Plotter/pom.xml b/JAVA/GUI/Plotter/pom.xml index e64802db0d7..341c34e85fc 100644 --- a/JAVA/GUI/Plotter/pom.xml +++ b/JAVA/GUI/Plotter/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>nl.astron.lofar.lib</groupId> <artifactId>lofar-lib-parent</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/JAVA/LofarUtils/pom.xml b/JAVA/LofarUtils/pom.xml index f60c7c769cb..420b409f8ef 100644 --- a/JAVA/LofarUtils/pom.xml +++ b/JAVA/LofarUtils/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>nl.astron.lofar.lib</groupId> <artifactId>lofar-lib-parent</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> </parent> <artifactId>lofarutils</artifactId> diff --git a/JAVA/pom.xml b/JAVA/pom.xml index da792280c5d..43b2330006f 100644 --- a/JAVA/pom.xml +++ b/JAVA/pom.xml @@ -14,7 +14,7 @@ <groupId>nl.astron.lofar.lib</groupId> <artifactId>lofar-lib-parent</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> <packaging>pom</packaging> -- GitLab