You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/04/07 09:59:39 UTC

[maven-project-utils] branch stabilize created (now 0d63f58)

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

rfscholte pushed a change to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-project-utils.git.


      at 0d63f58  Update parent require Java 7

This branch includes the following new commits:

     new 0d63f58  Update parent require Java 7

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-project-utils] 01/01: Update parent require Java 7

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

rfscholte pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-project-utils.git

commit 0d63f5859b558912032ae467ca7c77405cd4fd2b
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Apr 7 11:59:31 2019 +0200

    Update parent
    require Java 7
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b02a771..30a4a7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,8 +26,8 @@ under the License.
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>30</version>
-    <relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath>
+    <version>33</version>
+    <relativePath/>
   </parent>
 
   <artifactId>maven-project-utils</artifactId>
@@ -61,6 +61,7 @@ under the License.
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
+    <javaVersion>7</javaVersion>
   </properties>
 
   <dependencies>