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 09:58:43 UTC

[maven-wrapper] branch notice updated (88b7da3 -> 4e888ec)

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

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


    omit 88b7da3  rephrase Gradle Wrapper attribution
    omit 17d8835  add NOTICE file with attribution of initial maven-wrapper module
     new bf8eda8  add NOTICE file with attribution of initial maven-wrapper module
     new 4e888ec  rephrase Gradle Wrapper attribution

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (88b7da3)
            \
             N -- N -- N   refs/heads/notice (4e888ec)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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  | 2 +-
 pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[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 notice
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git

commit 4e888ec7177c119decbf11e3909280d8672de09b
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.

[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 notice
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git

commit bf8eda81ff3039f021e46c8a6617c798258a7bee
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 4a2d5da..45b47bf 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