From a945d4a27508f8b2f4addeb394317ddc4def9dc5 Mon Sep 17 00:00:00 2001 From: Robert Wenzel Date: Thu, 2 May 2019 18:25:01 +0800 Subject: [PATCH] up version 2.1.0 --- version | 2 +- zats-common/pom.xml | 2 +- zats-example/pom.xml | 2 +- zats-mimic-ext6/pom.xml | 2 +- zats-mimic-ext7/pom.xml | 2 +- zats-mimic/pom.xml | 2 +- zats/pom.xml | 2 +- zats/release-note | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/version b/version index 38f77a65..7ec1d6db 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.0.1 +2.1.0 diff --git a/zats-common/pom.xml b/zats-common/pom.xml index 10d5fe72..6b9ec460 100644 --- a/zats-common/pom.xml +++ b/zats-common/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.zkoss.zats zats-common - 2.0.1-SNAPSHOT + 2.1.0-SNAPSHOT ZK Application Test Suite - Common ZK Application Test Suite - Common http://www.zkoss.org/zats diff --git a/zats-example/pom.xml b/zats-example/pom.xml index 22bc3c07..beb7fe89 100644 --- a/zats-example/pom.xml +++ b/zats-example/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.zkoss.zats zats-example - 2.0.1-SNAPSHOT + 2.1.0-SNAPSHOT ZK Application Test Suite - Example http://www.zkoss.org/zats diff --git a/zats-mimic-ext6/pom.xml b/zats-mimic-ext6/pom.xml index 25dd02fc..2543faae 100644 --- a/zats-mimic-ext6/pom.xml +++ b/zats-mimic-ext6/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.zkoss.zats zats-mimic-ext6 - 2.0.1-SNAPSHOT + 2.1.0-SNAPSHOT ZK Application Test Suite - Mimic Library Extension for ZK6 ZK Application Test Suite - Mimic Library Extension for ZK6 http://www.zkoss.org/zats diff --git a/zats-mimic-ext7/pom.xml b/zats-mimic-ext7/pom.xml index aa433f7e..b4c2dadc 100644 --- a/zats-mimic-ext7/pom.xml +++ b/zats-mimic-ext7/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.zkoss.zats zats-mimic-ext7 - 2.0.1-SNAPSHOT + 2.1.0-SNAPSHOT ZK Application Test Suite - Mimic Library Extension for ZK7 ZK Application Test Suite - Mimic Library Extension for ZK7 http://www.zkoss.org/zats diff --git a/zats-mimic/pom.xml b/zats-mimic/pom.xml index fc3cd244..0cf18dd0 100644 --- a/zats-mimic/pom.xml +++ b/zats-mimic/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.zkoss.zats zats-mimic - 2.0.1-SNAPSHOT + 2.1.0-SNAPSHOT ZK Application Test Suite - Mimic Library ZK Application Test Suite - Mimic Library http://www.zkoss.org/zats diff --git a/zats/pom.xml b/zats/pom.xml index feee47a8..b7a9e0ba 100644 --- a/zats/pom.xml +++ b/zats/pom.xml @@ -50,7 +50,7 @@ ../zats-mimic-ext7 ../zats-example - 2.0.1-SNAPSHOT + 2.1.0-SNAPSHOT org.zkoss.zats diff --git a/zats/release-note b/zats/release-note index 7b10772f..b7c13ca5 100644 --- a/zats/release-note +++ b/zats/release-note @@ -1,4 +1,4 @@ -ZATS Mimic 2.0.1 +ZATS Mimic 2.1.0 * Features ZATS-71: Add AuLog Handler