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:30:35 UTC

[maven-gpg-plugin] branch MGPG-88 created (now d823b1d)

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


      at d823b1d  [MGPG-83] Require Maven 3.2.5+

This branch includes the following new commits:

     new d823b1d  [MGPG-83] Require Maven 3.2.5+

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.



[maven-gpg-plugin] 01/01: [MGPG-83] Require Maven 3.2.5+

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 d823b1d040c3b263a4052616b1eeeca537fd6404
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jul 17 15:30:26 2022 +0200

    [MGPG-83] Require Maven 3.2.5+
---
 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>