You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/03/20 10:00:42 UTC

[maven-wrapper] branch master updated (9980ad2 -> 61a0c82)

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

hboutemy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git.


    from 9980ad2  [MWRAPPER-62] Upgrade Parent to 35
     new 99f72df  add NOTICE file with attribution of initial maven-wrapper module
     new 61a0c82  rephrase Gradle Wrapper attribution

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NOTICE                     | 9 +++++++++
 pom.xml                    | 2 +-
 src/site/markdown/index.md | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
 create mode 100644 NOTICE

[maven-wrapper] 01/02: add NOTICE file with attribution of initial maven-wrapper module

Posted by hb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git

commit 99f72df0dd5d1002ece49af6b667b6d3588b3eea
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Mar 16 21:37:24 2022 +0100

    add NOTICE file with attribution of initial maven-wrapper module
---
 NOTICE                     | 9 +++++++++
 pom.xml                    | 2 +-
 src/site/markdown/index.md | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..32c25cc
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,9 @@
+Apache Maven Wrapper
+Copyright 2013-2022 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+The Initial Developers of maven-wrapper module, which is copied from, derived from,
+or inspired by Gradle Wrapper, are Hans Dockter and Adam Murdoch.
+Copyright 2007 the original author or authors.
diff --git a/pom.xml b/pom.xml
index 69628e1..3bf7516 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@ under the License.
   <packaging>pom</packaging>
 
   <name>Apache Maven Wrapper</name>
-  <inceptionYear>2016</inceptionYear>
+  <inceptionYear>2013</inceptionYear>
 
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-wrapper.git</connection>
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 04c06cd..a6befe1 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -24,7 +24,7 @@ _Why might this be necessary?_ Maven to date has been very stable for users, is
 available on most systems or is easy to procure: but with many of the recent
 changes in Maven it will be easier for users to have a fully encapsulated build
 setup provided by the project. With the Maven Wrapper, this is very easy to do
-and it's a great idea borrowed from Gradle.
+and it's a great idea and initial implementation borrowed from Gradle.
 
 The easiest way to setup the Maven Wrapper for your project is to use the
 [Maven Wrapper Plugin][1] with its provided `wrapper` goal. To add or update all

[maven-wrapper] 02/02: rephrase Gradle Wrapper attribution

Posted by hb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git

commit 61a0c82289de2ab14b54e0d1429fd781612b670f
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Mar 17 08:19:57 2022 +0100

    rephrase Gradle Wrapper attribution
    
    Co-authored-by: Marc Philipp <ma...@gradle.com>
---
 NOTICE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
index 32c25cc..5eb0ae9 100644
--- a/NOTICE
+++ b/NOTICE
@@ -4,6 +4,6 @@ Copyright 2013-2022 The Apache Software Foundation
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
-The Initial Developers of maven-wrapper module, which is copied from, derived from,
-or inspired by Gradle Wrapper, are Hans Dockter and Adam Murdoch.
+The original idea and initial implementation of the maven-wrapper module is derived 
+from the Gradle Wrapper which was written originally by Hans Dockter and Adam Murdoch.
 Copyright 2007 the original author or authors.