Skip to content

Commit d53bfd7

Browse files
committed
[maven-release-plugin] prepare release canal-1.1.4
1 parent ccc45b6 commit d53bfd7

File tree

29 files changed

+34
-40
lines changed

29 files changed

+34
-40
lines changed

canal-admin/canal-admin-server/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>canal-admin</artifactId>
75
<groupId>com.alibaba.otter</groupId>
8-
<version>1.1.4-SNAPSHOT</version>
6+
<version>1.1.4</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119
<artifactId>canal-admin-server</artifactId>

canal-admin/canal-admin-ui/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>canal-admin</artifactId>
75
<groupId>com.alibaba.otter</groupId>
8-
<version>1.1.4-SNAPSHOT</version>
6+
<version>1.1.4</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

canal-admin/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53

64
<modelVersion>4.0.0</modelVersion>
75
<groupId>com.alibaba.otter</groupId>
86
<artifactId>canal-admin</artifactId>
9-
<version>1.1.4-SNAPSHOT</version>
7+
<version>1.1.4</version>
108

119
<packaging>pom</packaging>
1210
<modules>

client-adapter/common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>canal.client-adapter</artifactId>
55
<groupId>com.alibaba.otter</groupId>
6-
<version>1.1.4-SNAPSHOT</version>
6+
<version>1.1.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.alibaba.otter</groupId>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>com.alibaba.otter</groupId>
1616
<artifactId>canal.protocol</artifactId>
17-
<version>1.1.4-SNAPSHOT</version>
17+
<version>1.1.4</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>joda-time</groupId>

client-adapter/elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>canal.client-adapter</artifactId>
55
<groupId>com.alibaba.otter</groupId>
6-
<version>1.1.4-SNAPSHOT</version>
6+
<version>1.1.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.alibaba.otter</groupId>

client-adapter/hbase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>canal.client-adapter</artifactId>
55
<groupId>com.alibaba.otter</groupId>
6-
<version>1.1.4-SNAPSHOT</version>
6+
<version>1.1.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.alibaba.otter</groupId>

client-adapter/launcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>canal.client-adapter</artifactId>
55
<groupId>com.alibaba.otter</groupId>
6-
<version>1.1.4-SNAPSHOT</version>
6+
<version>1.1.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.alibaba.otter</groupId>

client-adapter/logger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>canal.client-adapter</artifactId>
55
<groupId>com.alibaba.otter</groupId>
6-
<version>1.1.4-SNAPSHOT</version>
6+
<version>1.1.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.alibaba.otter</groupId>

client-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.alibaba.otter</groupId>
55
<artifactId>canal.client-adapter</artifactId>
6-
<version>1.1.4-SNAPSHOT</version>
6+
<version>1.1.4</version>
77
<packaging>pom</packaging>
88
<name>canal client adapter module for otter ${project.version}</name>
99

client-adapter/rdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>canal.client-adapter</artifactId>
55
<groupId>com.alibaba.otter</groupId>
6-
<version>1.1.4-SNAPSHOT</version>
6+
<version>1.1.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.alibaba.otter</groupId>

0 commit comments

Comments
 (0)