From 8e4e260094d6340e29594a6c484df760e6dfe0d5 Mon Sep 17 00:00:00 2001 From: haesleinhuepf Date: Fri, 27 Sep 2019 18:32:20 +0200 Subject: [PATCH] bump versions --- clij_imagej_ops_java.md | 2 +- dependingViaMaven.md | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clij_imagej_ops_java.md b/clij_imagej_ops_java.md index 8fc2ed8..ce0652f 100644 --- a/clij_imagej_ops_java.md +++ b/clij_imagej_ops_java.md @@ -11,7 +11,7 @@ To use the CLIJ ImageJ Ops in your own project, link it as a maven dependency: net.haesleinhuepf clij-ops - 1.2.0 + 1.3.0 ``` diff --git a/dependingViaMaven.md b/dependingViaMaven.md index 993c019..6b94df5 100644 --- a/dependingViaMaven.md +++ b/dependingViaMaven.md @@ -7,7 +7,7 @@ If you want to access CLIJ from your Java code, it is recommended to depend on C net.haesleinhuepf clij_ - 1.2.0 + 1.3.0 ``` diff --git a/pom.xml b/pom.xml index e0288d2..44800eb 100644 --- a/pom.xml +++ b/pom.xml @@ -8,13 +8,13 @@ net.haesleinhuepf clij-parent-pom - 1.2.0 + 1.3.0 net.haesleinhuepf clij-docs - 1.2.0 + 1.3.0 clij-docs clij-docs contains CLIJ documentation and documentation generators.