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
59317455
Commit
59317455
authored
Jul 13, 2018
by
Nepxion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级版本
parent
266c2516
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
20 additions
and
19 deletions
+20
-19
discovery-console-starter/pom.xml
+1
-1
discovery-console/pom.xml
+1
-1
discovery-console/src/main/java/com/nepxion/discovery/console/configuration/ConsoleAutoConfiguration.java
+1
-1
discovery-plugin-admin-center/pom.xml
+1
-1
discovery-plugin-config-center/pom.xml
+1
-1
discovery-plugin-framework-consul/pom.xml
+1
-1
discovery-plugin-framework-consul/src/main/java/com/nepxion/discovery/plugin/framework/configuration/ConsulAutoConfiguration.java
+1
-1
discovery-plugin-framework-eureka/pom.xml
+1
-1
discovery-plugin-framework-eureka/src/main/java/com/nepxion/discovery/plugin/framework/configuration/EurekaAutoConfiguration.java
+1
-1
discovery-plugin-framework-zookeeper/pom.xml
+1
-1
discovery-plugin-framework-zookeeper/src/main/java/com/nepxion/discovery/plugin/framework/configuration/ZookeeperAutoConfiguration.java
+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-zookeeper/pom.xml
+1
-1
discovery-springcloud-example-console/pom.xml
+1
-1
discovery-springcloud-example/pom.xml
+1
-1
pom.xml
+1
-1
version.bat
+2
-1
No files found.
discovery-console-starter/pom.xml
View file @
59317455
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
3.3.1
7
</version>
<version>
3.3.1
8
</version>
</parent>
<dependencies>
...
...
discovery-console/pom.xml
View file @
59317455
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
3.3.1
7
</version>
<version>
3.3.1
8
</version>
</parent>
<dependencies>
...
...
discovery-console/src/main/java/com/nepxion/discovery/console/configuration/ConsoleAutoConfiguration.java
View file @
59317455
...
...
@@ -33,7 +33,7 @@ public class ConsoleAutoConfiguration {
System
.
out
.
println
(
"╚═══╩╩══╩══╩══╝╚╝╚══╩╝╚═╗╔╝"
);
System
.
out
.
println
(
" ╔═╝║"
);
System
.
out
.
println
(
" ╚══╝"
);
System
.
out
.
println
(
"Nepxion Discovery - Console v3.3.1
7
"
);
System
.
out
.
println
(
"Nepxion Discovery - Console v3.3.1
8
"
);
System
.
out
.
println
(
""
);
}
...
...
discovery-plugin-admin-center/pom.xml
View file @
59317455
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
3.3.1
7
</version>
<version>
3.3.1
8
</version>
</parent>
<dependencies>
...
...
discovery-plugin-config-center/pom.xml
View file @
59317455
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
3.3.1
7
</version>
<version>
3.3.1
8
</version>
</parent>
<dependencies>
...
...
discovery-plugin-framework-consul/pom.xml
View file @
59317455
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
3.3.1
7
</version>
<version>
3.3.1
8
</version>
</parent>
<dependencies>
...
...
discovery-plugin-framework-consul/src/main/java/com/nepxion/discovery/plugin/framework/configuration/ConsulAutoConfiguration.java
View file @
59317455
...
...
@@ -29,7 +29,7 @@ public class ConsulAutoConfiguration {
System
.
out
.
println
(
"╚═══╩╩══╩══╩══╝╚╝╚══╩╝╚═╗╔╝"
);
System
.
out
.
println
(
" ╔═╝║"
);
System
.
out
.
println
(
" ╚══╝"
);
System
.
out
.
println
(
"Nepxion Discovery - Consul Plugin v3.3.1
7
"
);
System
.
out
.
println
(
"Nepxion Discovery - Consul Plugin v3.3.1
8
"
);
System
.
out
.
println
(
""
);
}
...
...
discovery-plugin-framework-eureka/pom.xml
View file @
59317455
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
3.3.1
7
</version>
<version>
3.3.1
8
</version>
</parent>
<dependencies>
...
...
discovery-plugin-framework-eureka/src/main/java/com/nepxion/discovery/plugin/framework/configuration/EurekaAutoConfiguration.java
View file @
59317455
...
...
@@ -29,7 +29,7 @@ public class EurekaAutoConfiguration {
System
.
out
.
println
(
"╚═══╩╩══╩══╩══╝╚╝╚══╩╝╚═╗╔╝"
);
System
.
out
.
println
(
" ╔═╝║"
);
System
.
out
.
println
(
" ╚══╝"
);
System
.
out
.
println
(
"Nepxion Discovery - Eureka Plugin v3.3.1
7
"
);
System
.
out
.
println
(
"Nepxion Discovery - Eureka Plugin v3.3.1
8
"
);
System
.
out
.
println
(
""
);
}
...
...
discovery-plugin-framework-zookeeper/pom.xml
View file @
59317455
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
3.3.1
7
</version>
<version>
3.3.1
8
</version>
</parent>
<dependencies>
...
...
discovery-plugin-framework-zookeeper/src/main/java/com/nepxion/discovery/plugin/framework/configuration/ZookeeperAutoConfiguration.java
View file @
59317455
...
...
@@ -29,7 +29,7 @@ public class ZookeeperAutoConfiguration {
System
.
out
.
println
(
"╚═══╩╩══╩══╩══╝╚╝╚══╩╝╚═╗╔╝"
);
System
.
out
.
println
(
" ╔═╝║"
);
System
.
out
.
println
(
" ╚══╝"
);
System
.
out
.
println
(
"Nepxion Discovery - Zookeeper Plugin v3.3.1
7
"
);
System
.
out
.
println
(
"Nepxion Discovery - Zookeeper Plugin v3.3.1
8
"
);
System
.
out
.
println
(
""
);
}
...
...
discovery-plugin-framework/pom.xml
View file @
59317455
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
3.3.1
7
</version>
<version>
3.3.1
8
</version>
</parent>
<dependencies>
...
...
discovery-plugin-starter-consul/pom.xml
View file @
59317455
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
3.3.1
7
</version>
<version>
3.3.1
8
</version>
</parent>
<dependencies>
...
...
discovery-plugin-starter-eureka/pom.xml
View file @
59317455
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
3.3.1
7
</version>
<version>
3.3.1
8
</version>
</parent>
<dependencies>
...
...
discovery-plugin-starter-zookeeper/pom.xml
View file @
59317455
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
3.3.1
7
</version>
<version>
3.3.1
8
</version>
</parent>
<dependencies>
...
...
discovery-springcloud-example-console/pom.xml
View file @
59317455
...
...
@@ -17,7 +17,7 @@
</parent>
<properties>
<discovery.plugin.version>
3.3.1
7
</discovery.plugin.version>
<discovery.plugin.version>
3.3.1
8
</discovery.plugin.version>
<spring.cloud.version>
Edgware.SR4
</spring.cloud.version>
<!-- <spring.cloud.version>Dalston.SR5</spring.cloud.version> -->
<java.version>
1.8
</java.version>
...
...
discovery-springcloud-example/pom.xml
View file @
59317455
...
...
@@ -17,7 +17,7 @@
</parent>
<properties>
<discovery.plugin.version>
3.3.1
7
</discovery.plugin.version>
<discovery.plugin.version>
3.3.1
8
</discovery.plugin.version>
<spring.cloud.version>
Edgware.SR4
</spring.cloud.version>
<!-- <spring.cloud.version>Dalston.SR5</spring.cloud.version> -->
<java.version>
1.8
</java.version>
...
...
pom.xml
View file @
59317455
...
...
@@ -6,7 +6,7 @@
<name>
Nepxion Discovery
</name>
<packaging>
pom
</packaging>
<modelVersion>
4.0.0
</modelVersion>
<version>
3.3.1
7
</version>
<version>
3.3.1
8
</version>
<description>
Nepxion Discovery is an enhancement for Spring Cloud Discovery
</description>
<url>
http://www.nepxion.com
</url>
...
...
version.bat
View file @
59317455
...
...
@@ -15,6 +15,6 @@
@title Nepxion Discovery
@color 0a
call mvn versions:set -DnewVersion=3.3.1
7
call mvn versions:set -DnewVersion=3.3.1
8
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