diff --git a/.gitignore b/.gitignore index 6356bac70093ebb2f2c6cdaab9311414311f2244..f8b6ae8611d236f8e2555c9b54b8276b650af81f 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ JAVA/CEP/jParmFacade/build JAVA/CEP/jParmFacade/dist JAVA/CEP/jParmFacade/lofarconf JAVA/CEP/jParmFacade/nbproject +JAVA/CEP/jParmFacade/target JAVA/GUI/MAC/jRSP/build JAVA/GUI/MAC/jRSP/dist JAVA/GUI/MAC/jRSP/nbproject @@ -49,11 +50,13 @@ JAVA/GUI/Plotter/PlotterConfig/nbproject/private JAVA/GUI/Plotter/build JAVA/GUI/Plotter/dist JAVA/GUI/Plotter/nbproject +JAVA/GUI/Plotter/target JAVA/GUI/build JAVA/GUI/dist JAVA/LofarUtils/build JAVA/LofarUtils/dist JAVA/LofarUtils/nbproject +JAVA/LofarUtils/target JAVA/MAC/jRSP/Makefile.am JAVA/MAC/jRSP/autoconf_share JAVA/MAC/jRSP/bootstrap diff --git a/JAVA/CEP/jParmFacade/pom.xml b/JAVA/CEP/jParmFacade/pom.xml index e3a0ea693af790d15c342222e79e8eba31200ea0..e702b5eb8589c18180776f07f2ebe0a421e98cdb 100644 --- a/JAVA/CEP/jParmFacade/pom.xml +++ b/JAVA/CEP/jParmFacade/pom.xml @@ -9,7 +9,7 @@ <groupId>nl.astron.lofar.cep</groupId> <artifactId>jParmFacade</artifactId> <name>jParmFacade</name> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2</version> <organization> <name>Astron</name> @@ -67,7 +67,7 @@ <dependency> <groupId>nl.astron.lofar.sas</groupId> <artifactId>jOTDB3</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2</version> </dependency> <dependency> diff --git a/JAVA/GUI/Plotter/pom.xml b/JAVA/GUI/Plotter/pom.xml index fc3401f48d8581a0e50b5b270afa51f8adeb1dd6..8def45692afcc73b026bcf8cccdc626f0c8946d3 100644 --- a/JAVA/GUI/Plotter/pom.xml +++ b/JAVA/GUI/Plotter/pom.xml @@ -7,7 +7,7 @@ <groupId>nl.astron.lofar.gui</groupId> <artifactId>plotter</artifactId> <name>Java Plotter GUI Lib</name> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2</version> <organization> <name>Astron</name> diff --git a/JAVA/LofarUtils/pom.xml b/JAVA/LofarUtils/pom.xml index 7bd8aba45bfce601656289a5510d953440a6d0e7..dc86fd466784b1edb41c106ed6ee07e4a187a97d 100644 --- a/JAVA/LofarUtils/pom.xml +++ b/JAVA/LofarUtils/pom.xml @@ -9,7 +9,7 @@ <groupId>nl.astron.lofar</groupId> <artifactId>lofarutils</artifactId> <name>Lofar Utils</name> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2</version> <organization> <name>Astron</name> @@ -60,5 +60,6 @@ <url>https://support.astron.nl/nexus/content/repositories/snapshots/</url> </snapshotRepository> </distributionManagement> + </project> \ No newline at end of file