This is an automated email from the ASF dual-hosted git repository.
huxing pushed a commit to branch 2.7.0-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git
The following commit(s) were added to refs/heads/2.7.0-release by this push:
new 9f6b8c8 Deactivate maven release profile.
9f6b8c8 is described below
commit 9f6b8c80e1f6ee012d05e41697ddd7415b98d53f
Author: Huxing Zhang <[email protected]>
AuthorDate: Thu Jan 17 11:05:59 2019 +0800
Deactivate maven release profile.
---
pom.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4c2bcf4..9921afe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -281,9 +281,6 @@
<properties>
<log4j2_version>2.11.1</log4j2_version>
</properties>
- <activation>
- <jdk>[1.8,)</jdk>
- </activation>
<build>
<plugins>
<plugin>