You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2021/04/19 12:20:49 UTC

[maven] branch ver created (now 60b0caa)

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

elharo pushed a change to branch ver
in repository https://gitbox.apache.org/repos/asf/maven.git.


      at 60b0caa  remove unused property

This branch includes the following new commits:

     new 60b0caa  remove unused property

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] 01/01: remove unused property

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

elharo pushed a commit to branch ver
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 60b0caa0778b63db91f73d093bd2e3c343bdd49c
Author: Elliotte Rusty Harold <el...@google.com>
AuthorDate: Mon Apr 19 08:20:03 2021 -0400

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

diff --git a/pom.xml b/pom.xml
index eaed23c..da5fe5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,6 @@ under the License.
   <inceptionYear>2001</inceptionYear>
 
   <properties>
-    <maven.version>3.0.5</maven.version>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <classWorldsVersion>2.6.0</classWorldsVersion>