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/06/03 20:57:48 UTC

[maven-shared-jar] branch MSHARED-824 created (now 2282d3a)

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

rfscholte pushed a change to branch MSHARED-824
in repository https://gitbox.apache.org/repos/asf/maven-shared-jar.git.


      at 2282d3a  [MSHARED-824] Require Java 7

This branch includes the following new commits:

     new 2282d3a  [MSHARED-824] 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-shared-jar] 01/01: [MSHARED-824] 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 MSHARED-824
in repository https://gitbox.apache.org/repos/asf/maven-shared-jar.git

commit 2282d3a79608d589f8421f557322940afa0c804a
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Jun 3 22:57:40 2019 +0200

    [MSHARED-824] Require Java 7
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1376c37..021476b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,8 @@
   <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></relativePath>
   </parent>
 
   <artifactId>maven-shared-jar</artifactId>
@@ -59,6 +59,7 @@
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
+    <javaVersion>7</javaVersion>
   </properties>
 
   <dependencies>
@@ -117,7 +118,6 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
-        <version>1.7.1</version>
         <executions>
           <execution>
             <goals>