You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by lg...@apache.org on 2020/07/20 09:20:31 UTC

[incubator-dolphinscheduler-maven-plugin] 03/31: add licenses and notice

This is an automated email from the ASF dual-hosted git repository.

lgcareer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-maven-plugin.git

commit 0e735ae277674c9ed4bc811bab4f323a112858a8
Author: gaojun2048 <54...@qq.com>
AuthorDate: Tue Jun 16 10:42:09 2020 +0800

    add licenses and notice
---
 LICENSE | 27 +++++++++++++++++++++++++++
 pom.xml |  2 +-
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/LICENSE b/LICENSE
index 57bc88a..8d080fe 100644
--- a/LICENSE
+++ b/LICENSE
@@ -200,3 +200,30 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
+
+========================================================================
+Apache 2.0 licenses
+========================================================================
+
+The following components are provided under the Apache License. See project link for details.
+The text of each license is also included at licenses/LICENSE-[project].txt.
+
+    maven-plugin-api 3.2.3: https://mvnrepository.com/artifact/org.apache.maven/maven-plugin-api/3.2.3, Apache 2.0
+    maven-plugin-annotations 3.2: https://mvnrepository.com/artifact/org.apache.maven.plugin-tools/maven-plugin-annotations/3.2, Apache 2.0
+    maven-core 3.2.3: https://mvnrepository.com/artifact/org.apache.maven/maven-core/3.2.3, Apache 2.0
+    plexus-utils 3.0.17: https://mvnrepository.com/artifact/org.codehaus.plexus/plexus-utils/3.0.17, Apache 2.0
+    maven-artifact 3.2.3: https://mvnrepository.com/artifact/org.apache.maven/maven-artifact/3.2.3, Apache 2.0
+    assertj-core 3.15.0: https://mvnrepository.com/artifact/org.assertj/assertj-core/3.15.0, Apache 2.0
+
+========================================================================
+EPL licenses
+========================================================================
+
+The following components are provided under the EPL License. See project link for details.
+The text of each license is also included at licenses/LICENSE-[project].txt.
+
+    takari-plugin-integration-testing 2.9.1: https://mvnrepository.com/artifact/io.takari.maven.plugins/takari-plugin-integration-testing/2.9.1, EPL 1.0
+    takari-plugin-testing 2.9.1: https://mvnrepository.com/artifact/io.takari.maven.plugins/takari-plugin-testing/2.9.1, EPL 1.0
+    aether-api 1.1.0: https://mvnrepository.com/artifact/org.eclipse.aether/aether-api/1.1.0, EPL 1.0
+    junit 4.11: https://mvnrepository.com/artifact/junit/junit/4.12, EPL 1.0
+
diff --git a/pom.xml b/pom.xml
index cb726b8..c66d17b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-artifact</artifactId>
-            <version>3.2.3</version>
+            <version>${mavenVersion}</version>
         </dependency>
 
         <!-- for testing -->