diff --git a/disconf-client/pom.xml b/disconf-client/pom.xml
index 3d5395cff..7559722c4 100644
--- a/disconf-client/pom.xml
+++ b/disconf-client/pom.xml
@@ -10,7 +10,7 @@
com.baidu.disconf
disconf-base
- 2.6.26
+ 2.6.27-SNAPSHOT
../
diff --git a/disconf-core/pom.xml b/disconf-core/pom.xml
index 5a4bb44db..24e16a261 100644
--- a/disconf-core/pom.xml
+++ b/disconf-core/pom.xml
@@ -14,7 +14,7 @@
com.baidu.disconf
disconf-base
../
- 2.6.26
+ 2.6.27-SNAPSHOT
diff --git a/disconf-demos/disconf-spring-boot-demo/disconf-spring-boot-core/pom.xml b/disconf-demos/disconf-spring-boot-demo/disconf-spring-boot-core/pom.xml
index 08e12d95a..5ed4fe01e 100644
--- a/disconf-demos/disconf-spring-boot-demo/disconf-spring-boot-core/pom.xml
+++ b/disconf-demos/disconf-spring-boot-demo/disconf-spring-boot-core/pom.xml
@@ -32,7 +32,7 @@
com.baidu.disconf
disconf-client
- 2.6.26
+ 2.6.27-SNAPSHOT
ch.qos.logback
diff --git a/disconf-demos/disconf-standalone-demo/pom.xml b/disconf-demos/disconf-standalone-demo/pom.xml
index c683e0449..73060c876 100644
--- a/disconf-demos/disconf-standalone-demo/pom.xml
+++ b/disconf-demos/disconf-standalone-demo/pom.xml
@@ -11,7 +11,7 @@
com.baidu.disconf
disconf-client
- 2.6.26
+ 2.6.27-SNAPSHOT
diff --git a/disconf-demos/disconf-standalone-dubbo-demo/pom.xml b/disconf-demos/disconf-standalone-dubbo-demo/pom.xml
index bcb86af3c..4d2fbab80 100644
--- a/disconf-demos/disconf-standalone-dubbo-demo/pom.xml
+++ b/disconf-demos/disconf-standalone-dubbo-demo/pom.xml
@@ -11,7 +11,7 @@
com.baidu.disconf
disconf-client
- 2.6.26
+ 2.6.27-SNAPSHOT
diff --git a/disconf-tool/pom.xml b/disconf-tool/pom.xml
index 1718fe432..f6d26d712 100644
--- a/disconf-tool/pom.xml
+++ b/disconf-tool/pom.xml
@@ -4,7 +4,7 @@
com.baidu.disconf
disconf-base
- 2.6.26
+ 2.6.27-SNAPSHOT
disconf-tool
${disconf-tool.version}
diff --git a/disconf-web/html/assets/js/newconfigfile.js b/disconf-web/html/assets/js/newconfigfile.js
index f6ceb0b19..a81351e3f 100644
--- a/disconf-web/html/assets/js/newconfigfile.js
+++ b/disconf-web/html/assets/js/newconfigfile.js
@@ -211,6 +211,10 @@ $("#uploadChoice").on(
'click',
function (e) {
+ if (version == '自定义版本') {
+ version = $('#selfversion_value').val();
+ }
+
$("#error").addClass("hide");
var fileName = $("#fileName").val();
@@ -239,7 +243,7 @@ $("#uploadChoice").on(
"envId": envId,
"version": version,
"fileContent": fileContent,
- "fileName": fileName,
+ "fileName": fileName
}
}).done(function (data) {
$("#error").removeClass("hide");
diff --git a/pom.xml b/pom.xml
index fbb68c77b..0f6f0ba7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.baidu.disconf
disconf-base
- 2.6.26
+ 2.6.27-SNAPSHOT
pom
@@ -46,9 +46,9 @@
${project.basedir}/src/main/resources
- 2.6.26
- 2.6.26
- 2.6.26
+ 2.6.27-SNAPSHOT
+ 2.6.27-SNAPSHOT
+ 2.6.27-SNAPSHOT