Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
discovery
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
谢捷峰
discovery
Commits
6256feee
Commit
6256feee
authored
May 09, 2019
by
Nepxion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级版本到4.8.6.2
parent
39474ed1
Hide whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
36 additions
and
35 deletions
+36
-35
discovery-common-apollo/pom.xml
+1
-1
discovery-common-nacos/pom.xml
+1
-1
discovery-common-redis/pom.xml
+1
-1
discovery-common/pom.xml
+1
-1
discovery-common/src/main/java/com/nepxion/discovery/common/constant/DiscoveryConstant.java
+1
-1
discovery-console-desktop/pom.xml
+1
-1
discovery-console-starter-apollo/pom.xml
+1
-1
discovery-console-starter-nacos/pom.xml
+1
-1
discovery-console-starter-redis/pom.xml
+1
-1
discovery-console/pom.xml
+1
-1
discovery-plugin-admin-center/pom.xml
+1
-1
discovery-plugin-config-center-starter-apollo/pom.xml
+1
-1
discovery-plugin-config-center-starter-nacos/pom.xml
+1
-1
discovery-plugin-config-center-starter-redis/pom.xml
+1
-1
discovery-plugin-config-center/pom.xml
+1
-1
discovery-plugin-framework-consul/pom.xml
+1
-1
discovery-plugin-framework-eureka/pom.xml
+1
-1
discovery-plugin-framework-nacos/pom.xml
+1
-1
discovery-plugin-framework-zookeeper/pom.xml
+1
-1
discovery-plugin-framework/pom.xml
+1
-1
discovery-plugin-starter-consul/pom.xml
+1
-1
discovery-plugin-starter-eureka/pom.xml
+1
-1
discovery-plugin-starter-nacos/pom.xml
+1
-1
discovery-plugin-starter-zookeeper/pom.xml
+1
-1
discovery-plugin-strategy-starter-gateway/pom.xml
+1
-1
discovery-plugin-strategy-starter-hystrix/pom.xml
+1
-1
discovery-plugin-strategy-starter-service/pom.xml
+1
-1
discovery-plugin-strategy-starter-zuul/pom.xml
+1
-1
discovery-plugin-strategy/pom.xml
+1
-1
discovery-springcloud-example-console/pom.xml
+1
-1
discovery-springcloud-example-gateway/pom.xml
+1
-1
discovery-springcloud-example-service/pom.xml
+1
-1
discovery-springcloud-example-zuul/pom.xml
+1
-1
pom.xml
+1
-1
version.bat
+2
-1
No files found.
discovery-common-apollo/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-common-nacos/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-common-redis/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-common/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-common/src/main/java/com/nepxion/discovery/common/constant/DiscoveryConstant.java
View file @
6256feee
...
...
@@ -10,7 +10,7 @@ package com.nepxion.discovery.common.constant;
*/
public
class
DiscoveryConstant
{
public
static
final
String
DISCOVERY_VERSION
=
"4.8.6.
1
"
;
public
static
final
String
DISCOVERY_VERSION
=
"4.8.6.
2
"
;
public
static
final
String
SPRING_APPLICATION_DISCOVERY_PLUGIN
=
"spring.application.discovery.plugin"
;
public
static
final
String
SPRING_APPLICATION_DISCOVERY_VERSION
=
"spring.application.discovery.version"
;
...
...
discovery-console-desktop/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<properties>
...
...
discovery-console-starter-apollo/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-console-starter-nacos/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-console-starter-redis/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-console/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-admin-center/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-config-center-starter-apollo/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-config-center-starter-nacos/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-config-center-starter-redis/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-config-center/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-framework-consul/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-framework-eureka/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-framework-nacos/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-framework-zookeeper/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-framework/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-starter-consul/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-starter-eureka/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-starter-nacos/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-starter-zookeeper/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-strategy-starter-gateway/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-strategy-starter-hystrix/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-strategy-starter-service/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-strategy-starter-zuul/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-plugin-strategy/pom.xml
View file @
6256feee
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
</parent>
<dependencies>
...
...
discovery-springcloud-example-console/pom.xml
View file @
6256feee
...
...
@@ -17,7 +17,7 @@
</parent>
<properties>
<discovery.version>
4.8.6.
1
</discovery.version>
<discovery.version>
4.8.6.
2
</discovery.version>
<spring.cloud.version>
Finchley.SR3
</spring.cloud.version>
<spring.cloud.alibaba.version>
0.2.2.RELEASE
</spring.cloud.alibaba.version>
<spring.boot.admin.version>
2.0.5
</spring.boot.admin.version>
...
...
discovery-springcloud-example-gateway/pom.xml
View file @
6256feee
...
...
@@ -17,7 +17,7 @@
</parent>
<properties>
<discovery.version>
4.8.6.
1
</discovery.version>
<discovery.version>
4.8.6.
2
</discovery.version>
<spring.cloud.version>
Finchley.SR3
</spring.cloud.version>
<spring.cloud.alibaba.version>
0.2.2.RELEASE
</spring.cloud.alibaba.version>
<spring.boot.admin.version>
2.0.5
</spring.boot.admin.version>
...
...
discovery-springcloud-example-service/pom.xml
View file @
6256feee
...
...
@@ -17,7 +17,7 @@
</parent>
<properties>
<discovery.version>
4.8.6.
1
</discovery.version>
<discovery.version>
4.8.6.
2
</discovery.version>
<spring.cloud.version>
Finchley.SR3
</spring.cloud.version>
<spring.cloud.alibaba.version>
0.2.2.RELEASE
</spring.cloud.alibaba.version>
<spring.boot.admin.version>
2.0.5
</spring.boot.admin.version>
...
...
discovery-springcloud-example-zuul/pom.xml
View file @
6256feee
...
...
@@ -17,7 +17,7 @@
</parent>
<properties>
<discovery.version>
4.8.6.
1
</discovery.version>
<discovery.version>
4.8.6.
2
</discovery.version>
<spring.cloud.version>
Finchley.SR3
</spring.cloud.version>
<spring.cloud.alibaba.version>
0.2.2.RELEASE
</spring.cloud.alibaba.version>
<spring.boot.admin.version>
2.0.5
</spring.boot.admin.version>
...
...
pom.xml
View file @
6256feee
...
...
@@ -6,7 +6,7 @@
<name>
Nepxion Discovery
</name>
<packaging>
pom
</packaging>
<modelVersion>
4.0.0
</modelVersion>
<version>
4.8.6.
1
</version>
<version>
4.8.6.
2
</version>
<description>
Nepxion Discovery is an enhancement for Spring Cloud Discovery
</description>
<url>
http://www.nepxion.com
</url>
...
...
version.bat
View file @
6256feee
...
...
@@ -15,6 +15,6 @@
@title Nepxion Discovery
@color 0a
call mvn versions:set -DnewVersion=4.8.6.
1
call mvn versions:set -DnewVersion=4.8.6.
2
pause
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment