Skip to content

Commit 224347d

Browse files
author
gaohaoxiang
committed
[maven-release-plugin] prepare release 4.2.7
1 parent 1235b1c commit 224347d

File tree

81 files changed

+104
-108
lines changed

Some content is hidden

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

81 files changed

+104
-108
lines changed

docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>joyqueue</artifactId>
2121
<groupId>org.joyqueue</groupId>
22-
<version>4.2.7-SNAPSHOT</version>
22+
<version>4.2.7</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>joyqueue-docker</artifactId>

docker/server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-docker</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>docker-server</artifactId>

docker/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-docker</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>docker-web</artifactId>

joyqueue-client/joyqueue-client-all-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-client</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-client/joyqueue-client-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-client</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-client/joyqueue-client-core-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-client</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-client/joyqueue-client-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-client</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-client/joyqueue-client-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-client</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-client/joyqueue-client-loadbalance-adaptive/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>joyqueue-client</artifactId>
75
<groupId>org.joyqueue</groupId>
8-
<version>4.2.7-SNAPSHOT</version>
6+
<version>4.2.7</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

joyqueue-client/joyqueue-client-samples/joyqueue-client-samples-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-client-samples</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-client/joyqueue-client-samples/joyqueue-client-samples-openmessaging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-client-samples</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-client/joyqueue-client-samples/joyqueue-client-samples-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-client-samples</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-client/joyqueue-client-samples/joyqueue-client-samples-springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-client-samples</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-client/joyqueue-client-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-client</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-common/joyqueue-datasource/joyqueue-datasource-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-datasource</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-common/joyqueue-datasource/joyqueue-datasource-hikaricp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-datasource</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-common/joyqueue-datasource/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-common</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-common/joyqueue-hbase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-common</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-common/joyqueue-model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<artifactId>joyqueue-common</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

2727
<artifactId>joyqueue-model</artifactId>
28-
<version>4.2.7-SNAPSHOT</version>
28+
<version>4.2.7</version>
2929
<name>JoyQueue-Model</name>
3030
<description>Domain models</description>
3131
<dependencies>

joyqueue-common/joyqueue-network/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>joyqueue-common</artifactId>
2121
<groupId>org.joyqueue</groupId>
22-
<version>4.2.7-SNAPSHOT</version>
22+
<version>4.2.7</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

joyqueue-common/joyqueue-security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-common</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-common/joyqueue-toolkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-common</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<parent>
2121
<artifactId>joyqueue</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
26-
<version>4.2.7-SNAPSHOT</version>
26+
<version>4.2.7</version>
2727

2828
<artifactId>joyqueue-common</artifactId>
2929
<name>JoyQueue-Common</name>

joyqueue-console/joyqueue-data/joyqueue-data-model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<parent>
2121
<artifactId>joyqueue-data</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
26-
<version>4.2.7-SNAPSHOT</version>
26+
<version>4.2.7</version>
2727

2828
<artifactId>joyqueue-data-model</artifactId>
2929
<name>JoyQueue-Data-Model</name>

joyqueue-console/joyqueue-data/joyqueue-data-repository/joyqueue-data-repository-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<parent>
2121
<artifactId>joyqueue-data-repository</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
26-
<version>4.2.7-SNAPSHOT</version>
26+
<version>4.2.7</version>
2727

2828
<artifactId>joyqueue-data-repository-api</artifactId>
2929
<name>JoyQueue-Data-Repository-API</name>

joyqueue-console/joyqueue-data/joyqueue-data-repository/joyqueue-data-repository-mybatis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-data-repository</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-console/joyqueue-data/joyqueue-data-repository/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<parent>
2121
<artifactId>joyqueue-data</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
26-
<version>4.2.7-SNAPSHOT</version>
26+
<version>4.2.7</version>
2727

2828
<artifactId>joyqueue-data-repository</artifactId>
2929
<name>JoyQueue-Data-Repository</name>

joyqueue-console/joyqueue-data/joyqueue-data-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-data</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-console/joyqueue-data/joyqueue-token/joyqueue-token-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<parent>
2121
<artifactId>joyqueue-token</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
26-
<version>4.2.7-SNAPSHOT</version>
26+
<version>4.2.7</version>
2727

2828
<artifactId>joyqueue-token-api</artifactId>
2929
<name>JoyQueue-Token-API</name>

joyqueue-console/joyqueue-data/joyqueue-token/joyqueue-token-uuid-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<parent>
2121
<artifactId>joyqueue-token</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
26-
<version>4.2.7-SNAPSHOT</version>
26+
<version>4.2.7</version>
2727

2828
<artifactId>joyqueue-token-uuid-starter</artifactId>
2929
<name>JoyQueue-Token-UUID-Starter</name>

joyqueue-console/joyqueue-data/joyqueue-token/joyqueue-token-uuid/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<parent>
2121
<artifactId>joyqueue-token</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
26-
<version>4.2.7-SNAPSHOT</version>
26+
<version>4.2.7</version>
2727

2828
<artifactId>joyqueue-token-uuid</artifactId>
2929
<name>JoyQueue-Token-UUID</name>

joyqueue-console/joyqueue-data/joyqueue-token/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<parent>
2121
<artifactId>joyqueue-data</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
26-
<version>4.2.7-SNAPSHOT</version>
26+
<version>4.2.7</version>
2727

2828
<artifactId>joyqueue-token</artifactId>
2929
<name>JoyQueue-Token</name>

joyqueue-console/joyqueue-data/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<parent>
2121
<artifactId>joyqueue-console</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
26-
<version>4.2.7-SNAPSHOT</version>
26+
<version>4.2.7</version>
2727

2828
<artifactId>joyqueue-data</artifactId>
2929
<name>JoyQueue-Data</name>

joyqueue-console/joyqueue-message-filter/joyqueue-message-filter-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>joyqueue-message-filter</artifactId>
55
<groupId>org.joyqueue</groupId>
6-
<version>4.2.7-SNAPSHOT</version>
6+
<version>4.2.7</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<name>JoyQueue-Message-Filter-Api</name>

joyqueue-console/joyqueue-message-filter/joyqueue-message-filter-s3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>joyqueue-message-filter</artifactId>
55
<groupId>org.joyqueue</groupId>
6-
<version>4.2.7-SNAPSHOT</version>
6+
<version>4.2.7</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<name>JoyQueue-Message-Filter-S3</name>

joyqueue-console/joyqueue-message-filter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>joyqueue-console</artifactId>
55
<groupId>org.joyqueue</groupId>
6-
<version>4.2.7-SNAPSHOT</version>
6+
<version>4.2.7</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>joyqueue-message-filter</artifactId>

joyqueue-console/joyqueue-portal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-console</artifactId>
2222
<groupId>org.joyqueue</groupId>
23-
<version>4.2.7-SNAPSHOT</version>
23+
<version>4.2.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)