Skip to content

Commit ea89492

Browse files
committed
[maven-release-plugin] prepare release canal-1.1.7
1 parent ba924b9 commit ea89492

File tree

42 files changed

+48
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+48
-49
lines changed

admin/admin-ui/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.admin</artifactId>
55
<groupId>com.alibaba.otter</groupId>
6-
<version>1.1.7-SNAPSHOT</version>
6+
<version>1.1.7</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

admin/admin-web/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.admin</artifactId>
55
<groupId>com.alibaba.otter</groupId>
6-
<version>1.1.7-SNAPSHOT</version>
6+
<version>1.1.7</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>canal.admin-web</artifactId>

admin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>com.alibaba.otter</groupId>
55
<artifactId>canal</artifactId>
6-
<version>1.1.7-SNAPSHOT</version>
6+
<version>1.1.7</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.alibaba.otter</groupId>
1111
<artifactId>canal.admin</artifactId>
12-
<version>1.1.7-SNAPSHOT</version>
12+
<version>1.1.7</version>
1313
<packaging>pom</packaging>
1414
<name>canal admin module for otter ${project.version}</name>
1515
<modules>

client-adapter/common/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.7-SNAPSHOT</version>
6+
<version>1.1.7</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

client-adapter/es6x/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.7-SNAPSHOT</version>
6+
<version>1.1.7</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

client-adapter/es7x/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.7-SNAPSHOT</version>
6+
<version>1.1.7</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

client-adapter/es8x/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43
<parent>
54
<artifactId>canal.client-adapter</artifactId>
65
<groupId>com.alibaba.otter</groupId>
7-
<version>1.1.7-SNAPSHOT</version>
6+
<version>1.1.7</version>
87
<relativePath>../pom.xml</relativePath>
98
</parent>
109
<modelVersion>4.0.0</modelVersion>
@@ -81,7 +80,7 @@
8180
<tasks>
8281
<copy todir="${project.basedir}/../launcher/target/classes/es8" overwrite="true">
8382
<fileset dir="${project.basedir}/target/classes/es8" erroronmissingdir="true">
84-
<include name="*.yml"/>
83+
<include name="*.yml" />
8584
</fileset>
8685
</copy>
8786
</tasks>

client-adapter/escore/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.7-SNAPSHOT</version>
6+
<version>1.1.7</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

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.7-SNAPSHOT</version>
6+
<version>1.1.7</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

client-adapter/kudu/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.7-SNAPSHOT</version>
6+
<version>1.1.7</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)