This is an automated email from the ASF dual-hosted git repository.
mercyblitz pushed a commit to branch 2.6.7-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/2.6.7-release by this push:
new 85bb8e3 2.6.x (#4495)
85bb8e3 is described below
commit 85bb8e3e4b3160fd6bdac4c62508bff8d150a105
Author: Mercy Ma <[email protected]>
AuthorDate: Tue Jul 9 12:29:10 2019 +0800
2.6.x (#4495)
* Polish /apache/dubbo#3695 : @Reference field can't refer its' @Service
Bean in same JVM from v2.6.6
* Polish /apache/dubbo#4348 : [ISSUE] Nacos Dubbo Registry can't sense the
change of service instances
* Polish /apache/dubbo#4487 : [Version] Update version to be 2.6.7
* Polish /apache/dubbo#4487 : Revert to 2.6.7-SNAPSHOT
---
distribution/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 5d4f33e..8e24c42 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -250,7 +250,7 @@
<profile>
<id>release</id>
<build>
-
<finalName>apache-dubbo-incubating-${project.version}</finalName>
+ <finalName>apache-dubbo-${project.version}</finalName>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>