Skip to content

Commit

Permalink
Bump version to 6.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HaojunRen committed Sep 20, 2022
1 parent 7734f07 commit 151eb35
Show file tree
Hide file tree
Showing 63 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion discovery-commons/discovery-common-apollo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-commons</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-commons/discovery-common-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-commons</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-commons/discovery-common-etcd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-commons</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-commons/discovery-common-nacos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-commons</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-commons/discovery-common-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-commons</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-commons/discovery-common-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-commons</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-commons/discovery-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-commons</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

public class DiscoveryConstant {
public static final String DISCOVERY_VERSION = "6.16.2-SNAPSHOT";
public static final String DISCOVERY_VERSION = "6.16.2";

public static final String NEPXION = "nepxion";
public static final String NEPXION_UPPERCASE = "NEPXION";
Expand Down
2 changes: 1 addition & 1 deletion discovery-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion discovery-console/discovery-console-starter-apollo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-console</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-console/discovery-console-starter-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-console</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-console/discovery-console-starter-etcd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-console</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-console/discovery-console-starter-nacos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-console</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-console/discovery-console-starter-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-console</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-console</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-console/discovery-console-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-console</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-admin-center</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-plugin-admin-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-config-center</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-config-center</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-config-center</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-config-center</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-config-center</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-config-center</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-config-center</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-plugin-config-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-framework</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-framework</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-plugin-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-register-center</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-register-center</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-register-center</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-register-center</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-register-center</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery-plugin-register-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-strategy</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-strategy</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-strategy</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-strategy</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-strategy</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-strategy</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-strategy</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-strategy</artifactId>
<version>6.16.2-SNAPSHOT</version>
<version>6.16.2</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 151eb35

Please sign in to comment.