This is an automated email from the ASF dual-hosted git repository.
journey pushed a commit to branch dev-db
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev-db by this push:
new 68f26aa jcip-annotations define version information and
maven-assembly-plugin add groupId (#1413)
68f26aa is described below
commit 68f26aa691918e0b225ae13d9b62ecb322e95b74
Author: wuchunfu <[email protected]>
AuthorDate: Tue Dec 10 10:43:48 2019 +0800
jcip-annotations define version information and maven-assembly-plugin add
groupId (#1413)
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 6d696b7..b28eb00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,6 +109,7 @@
<maven-source-plugin.version>2.4</maven-source-plugin.version>
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<jacoco.version>0.8.4</jacoco.version>
+ <jcip.version>1.0</jcip.version>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>
@@ -517,6 +518,7 @@
</plugin>
<plugin>
+
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly-plugin.version}</version>
</plugin>