You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/07/17 13:32:22 UTC

[maven-gpg-plugin] branch MGPG-88 updated (d823b1d -> 455750c)

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

slachiewicz pushed a change to branch MGPG-88
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git


 discard d823b1d  [MGPG-83] Require Maven 3.2.5+
     add db57eab  (doc) add GHA setup
     new 455750c  [MGPG-88] Require Java 8

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   (d823b1d)
            \
             N -- N -- N   refs/heads/MGPG-88 (455750c)

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 1 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:
 .asf.yaml => .github/dependabot.yml                | 30 ++++++++++++----------
 .../release-drafter.yml                            |  5 ++--
 .../workflows/maven-verify.yml                     | 15 +++++++++--
 .../workflows/release-drafter.yml                  | 13 +++++++---
 4 files changed, 43 insertions(+), 20 deletions(-)
 copy .asf.yaml => .github/dependabot.yml (75%)
 copy src/it/sign-release-without-passphrase/invoker.properties => .github/release-drafter.yml (84%)
 copy src/it/sign-and-deploy-file-with-pom/invoker.properties => .github/workflows/maven-verify.yml (78%)
 copy src/it/sign-and-deploy-file-with-pom/invoker.properties => .github/workflows/release-drafter.yml (76%)


[maven-gpg-plugin] 01/01: [MGPG-88] Require Java 8

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

slachiewicz pushed a commit to branch MGPG-88
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git

commit 455750cf261294847b83b4690ef3635e6a5d5695
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jul 17 15:30:26 2022 +0200

    [MGPG-88] Require Java 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c5db1da..4fe8e32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@ under the License.
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
     <project.build.outputTimestamp>2021-05-05T16:39:01Z</project.build.outputTimestamp>
     <resource.delimiter>@</resource.delimiter>
   </properties>