From fadfe1d6caa64ce6f03a6d070571d70a6d3073e3 Mon Sep 17 00:00:00 2001 From: agapple Date: Thu, 4 Apr 2019 10:25:44 +0800 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- client-adapter/common/pom.xml | 4 ++-- client-adapter/elasticsearch/pom.xml | 2 +- client-adapter/hbase/pom.xml | 2 +- client-adapter/launcher/pom.xml | 4 ++-- client-adapter/logger/pom.xml | 2 +- client-adapter/pom.xml | 2 +- client-adapter/rdb/pom.xml | 2 +- client/pom.xml | 2 +- common/pom.xml | 2 +- dbsync/pom.xml | 2 +- deployer/pom.xml | 2 +- driver/pom.xml | 2 +- example/pom.xml | 2 +- filter/pom.xml | 2 +- instance/core/pom.xml | 2 +- instance/manager/pom.xml | 2 +- instance/pom.xml | 2 +- instance/spring/pom.xml | 2 +- meta/pom.xml | 2 +- parse/pom.xml | 2 +- pom.xml | 2 +- prometheus/pom.xml | 4 ++-- protocol/pom.xml | 2 +- server/pom.xml | 2 +- sink/pom.xml | 2 +- store/pom.xml | 2 +- 26 files changed, 29 insertions(+), 29 deletions(-) diff --git a/client-adapter/common/pom.xml b/client-adapter/common/pom.xml index 435cab39..efdb3cdb 100644 --- a/client-adapter/common/pom.xml +++ b/client-adapter/common/pom.xml @@ -3,7 +3,7 @@ canal.client-adapter com.alibaba.otter - 1.1.3 + 1.1.4-SNAPSHOT 4.0.0 com.alibaba.otter @@ -14,7 +14,7 @@ com.alibaba.otter canal.protocol - 1.1.3 + 1.1.4-SNAPSHOT joda-time diff --git a/client-adapter/elasticsearch/pom.xml b/client-adapter/elasticsearch/pom.xml index 4fab961b..79136dad 100644 --- a/client-adapter/elasticsearch/pom.xml +++ b/client-adapter/elasticsearch/pom.xml @@ -3,7 +3,7 @@ canal.client-adapter com.alibaba.otter - 1.1.3 + 1.1.4-SNAPSHOT 4.0.0 com.alibaba.otter diff --git a/client-adapter/hbase/pom.xml b/client-adapter/hbase/pom.xml index 7670c3d7..ffd0f48a 100644 --- a/client-adapter/hbase/pom.xml +++ b/client-adapter/hbase/pom.xml @@ -3,7 +3,7 @@ canal.client-adapter com.alibaba.otter - 1.1.3 + 1.1.4-SNAPSHOT 4.0.0 com.alibaba.otter diff --git a/client-adapter/launcher/pom.xml b/client-adapter/launcher/pom.xml index b628993f..1aa095b5 100644 --- a/client-adapter/launcher/pom.xml +++ b/client-adapter/launcher/pom.xml @@ -3,7 +3,7 @@ canal.client-adapter com.alibaba.otter - 1.1.3 + 1.1.4-SNAPSHOT 4.0.0 com.alibaba.otter @@ -32,7 +32,7 @@ com.alibaba.otter canal.client - 1.1.3 + 1.1.4-SNAPSHOT org.yaml diff --git a/client-adapter/logger/pom.xml b/client-adapter/logger/pom.xml index 2fa7c875..8ce35111 100644 --- a/client-adapter/logger/pom.xml +++ b/client-adapter/logger/pom.xml @@ -3,7 +3,7 @@ canal.client-adapter com.alibaba.otter - 1.1.3 + 1.1.4-SNAPSHOT 4.0.0 com.alibaba.otter diff --git a/client-adapter/pom.xml b/client-adapter/pom.xml index 39a3bb80..d5a9e86b 100644 --- a/client-adapter/pom.xml +++ b/client-adapter/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.alibaba.otter canal.client-adapter - 1.1.3 + 1.1.4-SNAPSHOT pom canal client adapter module for otter ${project.version} diff --git a/client-adapter/rdb/pom.xml b/client-adapter/rdb/pom.xml index f3125136..90141e76 100644 --- a/client-adapter/rdb/pom.xml +++ b/client-adapter/rdb/pom.xml @@ -3,7 +3,7 @@ canal.client-adapter com.alibaba.otter - 1.1.3 + 1.1.4-SNAPSHOT 4.0.0 com.alibaba.otter diff --git a/client/pom.xml b/client/pom.xml index d2525028..eeb62ea0 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml com.alibaba.otter diff --git a/common/pom.xml b/common/pom.xml index f8857665..2b16a4d0 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml canal.common diff --git a/dbsync/pom.xml b/dbsync/pom.xml index 7c3bc5c5..c6721703 100644 --- a/dbsync/pom.xml +++ b/dbsync/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml com.alibaba.otter diff --git a/deployer/pom.xml b/deployer/pom.xml index 157318ea..7ba33c78 100644 --- a/deployer/pom.xml +++ b/deployer/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml com.alibaba.otter diff --git a/driver/pom.xml b/driver/pom.xml index 24b388be..a74e2bbc 100644 --- a/driver/pom.xml +++ b/driver/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml com.alibaba.otter diff --git a/example/pom.xml b/example/pom.xml index fa8356b9..126fbbca 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml com.alibaba.otter diff --git a/filter/pom.xml b/filter/pom.xml index 5f8f0f67..76f66566 100644 --- a/filter/pom.xml +++ b/filter/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml com.alibaba.otter diff --git a/instance/core/pom.xml b/instance/core/pom.xml index ce0d6f6a..61dd7711 100644 --- a/instance/core/pom.xml +++ b/instance/core/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../../pom.xml canal.instance.core diff --git a/instance/manager/pom.xml b/instance/manager/pom.xml index 38838af0..a8b8856b 100644 --- a/instance/manager/pom.xml +++ b/instance/manager/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../../pom.xml com.alibaba.otter diff --git a/instance/pom.xml b/instance/pom.xml index 12fcbd80..7af41b8e 100644 --- a/instance/pom.xml +++ b/instance/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml com.alibaba.otter diff --git a/instance/spring/pom.xml b/instance/spring/pom.xml index b11b0d42..c67f7d51 100644 --- a/instance/spring/pom.xml +++ b/instance/spring/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../../pom.xml com.alibaba.otter diff --git a/meta/pom.xml b/meta/pom.xml index b872493e..f3848c5a 100644 --- a/meta/pom.xml +++ b/meta/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml com.alibaba.otter diff --git a/parse/pom.xml b/parse/pom.xml index 0cc7c560..2f51b876 100644 --- a/parse/pom.xml +++ b/parse/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml canal.parse diff --git a/pom.xml b/pom.xml index 3e311a1a..d7472a03 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ canal pom canal module for otter ${project.version} - 1.1.3 + 1.1.4-SNAPSHOT https://github.com/alibaba/canal org.sonatype.oss diff --git a/prometheus/pom.xml b/prometheus/pom.xml index e97e5c21..f973159b 100644 --- a/prometheus/pom.xml +++ b/prometheus/pom.xml @@ -3,13 +3,13 @@ canal com.alibaba.otter - 1.1.3 + 1.1.4-SNAPSHOT 4.0.0 com.alibaba.otter canal.prometheus - 1.1.3 + 1.1.4-SNAPSHOT canal prometheus module for otter ${project.version} diff --git a/protocol/pom.xml b/protocol/pom.xml index a113a252..82a90b65 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml com.alibaba.otter diff --git a/server/pom.xml b/server/pom.xml index 5dc7ebae..4a7eb6ef 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml canal.server diff --git a/sink/pom.xml b/sink/pom.xml index 2d7781d6..bdd93cd2 100644 --- a/sink/pom.xml +++ b/sink/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml com.alibaba.otter diff --git a/store/pom.xml b/store/pom.xml index 5de2b12b..b77d2ef0 100644 --- a/store/pom.xml +++ b/store/pom.xml @@ -3,7 +3,7 @@ com.alibaba.otter canal - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml com.alibaba.otter