You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/01/02 11:09:48 UTC

[maven-invoker] branch master updated: Remove unused property

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git


The following commit(s) were added to refs/heads/master by this push:
     new 51eb126  Remove unused property
51eb126 is described below

commit 51eb12687083eb4544a22d04ef1ac7aa661ddf2a
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Jan 2 12:09:35 2022 +0100

    Remove unused property
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 26b8aee..4e902a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,6 @@ under the License.
 
   <properties>
     <javaVersion>7</javaVersion>
-    <mavenVersion>3.1.1</mavenVersion>
     <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2021-02-04T15:25:48Z</project.build.outputTimestamp>
   </properties>