Skip to content

Commit 7e026f2

Browse files
committed
[maven-release-plugin] prepare release canal-1.0.24
1 parent 2e3796c commit 7e026f2

File tree

18 files changed

+19
-20
lines changed

18 files changed

+19
-20
lines changed

client/pom.xml

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

common/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.alibaba.otter</groupId>
65
<artifactId>canal</artifactId>
7-
<version>1.0.24-SNAPSHOT</version>
6+
<version>1.0.24</version>
87
<relativePath>../pom.xml</relativePath>
98
</parent>
109
<artifactId>canal.common</artifactId>

dbsync/pom.xml

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

deployer/pom.xml

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

driver/pom.xml

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

example/pom.xml

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

filter/pom.xml

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

instance/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.alibaba.otter</groupId>
55
<artifactId>canal</artifactId>
6-
<version>1.0.24-SNAPSHOT</version>
6+
<version>1.0.24</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<artifactId>canal.instance.core</artifactId>

instance/manager/pom.xml

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

instance/pom.xml

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

0 commit comments

Comments
 (0)