This has been changed since 2.5.9, does this change has some side effects on your project?
> On 14 Mar 2018, at 11:25 AM, Jason Song <[email protected]> wrote: > > The manifest info of the newly released 2.5.10 is incorrect, which causes > com.alibaba.dubbo.common.Version#getVersion() returns the wrong version - > 2.0.1. > > The following is the manifest of 2.5.10: > > Manifest-Version: 1.0 > Implementation-Vendor: The Dubbo Project > Implementation-Title: Dubbo > Implementation-Version: 2.0.1 > Implementation-Vendor-Id: com.alibaba > Built-By: ken.lj > Build-Jdk: 1.7.0_80 > Specification-Vendor: The Dubbo Project > Specification-Title: Dubbo > Created-By: Apache Maven 3.1.1 > Specification-Version: 2.0.0 > Archiver-Version: Plexus Archiver > Here is the manifest of 2.5.8, which is correct: > > Manifest-Version: 1.0 > Implementation-Vendor: Alibaba > Implementation-Title: Dubbo > Implementation-Version: 2.5.8 > Implementation-Vendor-Id: com.alibaba > Built-By: ken.lj > Build-Jdk: 1.6.0_32 > Specification-Vendor: Alibaba > Specification-Title: Dubbo > Created-By: Apache Maven 3.1.1 > Specification-Version: 2.5.8 > Archiver-Version: Plexus Archiver > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/alibaba/dubbo/issues/1466>, or mute the thread > <https://github.com/notifications/unsubscribe-auth/ARQlibiLp75nQ36yl5VeDV9uhIqZOwqVks5teI2OgaJpZM4Spx8r>. >
