Skip to content

Commit

Permalink
修改为5.1.2正式版本
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyf committed Dec 19, 2024
1 parent 135a664 commit 4f1004a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mq-client-common-open/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sohu.tv</groupId>
<artifactId>mq</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2</version>
</parent>

<artifactId>mq-client-common-open</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
public class Version {

public static String get() {
return "5.1.2-SNAPSHOT";
return "5.1.2";
}
}
2 changes: 1 addition & 1 deletion mq-client-open/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sohu.tv</groupId>
<artifactId>mq</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2</version>
</parent>

<artifactId>mq-client-open</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mq-cloud-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sohu.tv</groupId>
<artifactId>mq</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2</version>
</parent>

<artifactId>mq-cloud-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mq-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.sohu.tv</groupId>
<artifactId>mq</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2</version>
</parent>

<artifactId>mq-cloud</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mq-flink-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sohu.tv</groupId>
<artifactId>mq</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2</version>
</parent>

<artifactId>mq-flink-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>mq</artifactId>
<packaging>pom</packaging>
<name>mq</name>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2</version>

<modules>
<module>mq-client-common-open</module>
Expand Down

0 comments on commit 4f1004a

Please sign in to comment.