From 197879cd3b35e6a1747d395529a801289fd62dd4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz>
Date: Tue, 19 Jun 2018 14:08:51 +0200
Subject: [PATCH] orche: increase version for update site

---
 copy-required-jars         | 2 +-
 haas-imagej-client/pom.xml | 2 +-
 haas-java-client/pom.xml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/copy-required-jars b/copy-required-jars
index 1d7e8bdf..bc6d36bf 100755
--- a/copy-required-jars
+++ b/copy-required-jars
@@ -2,7 +2,7 @@
 #this script copies required libraries into Fiji installation directory
 DIR=`readlink -f $1`
 cd haas-spim-benchmark/target/dependency
-cp axis-*.jar mail-*.jar commons-discovery-*.jar java-scpclient-*.jar jaxrpc-api-*.jar wsdl4j-*.jar haas-imagej-client-*.jar haas-java-client-*.jar $DIR/jars
+cp java-scpclient-*.jar jaxrpc-api-*.jar haas-imagej-client-*.jar haas-java-client-*.jar $DIR/jars
 
 cd ../../../haas-spim-benchmark/target/
 cp haas-spim-benchmark-*[0-9T].jar $DIR/plugins
diff --git a/haas-imagej-client/pom.xml b/haas-imagej-client/pom.xml
index 573d2d9a..3b880863 100644
--- a/haas-imagej-client/pom.xml
+++ b/haas-imagej-client/pom.xml
@@ -74,7 +74,7 @@
 		<dependency>
 			<groupId>cz.it4i.fiji</groupId>
 			<artifactId>haas-java-client</artifactId>
-			<version>0.0.2-SNAPSHOT</version>
+			<version>0.0.3-SNAPSHOT</version>
 		</dependency>
 		<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
 		<dependency>
diff --git a/haas-java-client/pom.xml b/haas-java-client/pom.xml
index d6e252ce..63356dcc 100644
--- a/haas-java-client/pom.xml
+++ b/haas-java-client/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>cz.it4i.fiji</groupId>
 	<artifactId>haas-java-client</artifactId>
-	<version>0.0.2-SNAPSHOT</version>
+	<version>0.0.3-SNAPSHOT</version>
 	<name>HaaS library for Java</name>
 	<packaging>jar</packaging>
 	<properties>
-- 
GitLab