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 2020/04/11 20:08:16 UTC

[maven-indexer] branch dependabot/maven/maven.version-3.6.3 created (now 38e0634)

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

slachiewicz pushed a change to branch dependabot/maven/maven.version-3.6.3
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git.


      at 38e0634  Bump Maven Model from 3.5.2 to 3.6.3

This branch includes the following new commits:

     new 38e0634  Bump Maven Model from 3.5.2 to 3.6.3

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-indexer] 01/01: Bump Maven Model from 3.5.2 to 3.6.3

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

slachiewicz pushed a commit to branch dependabot/maven/maven.version-3.6.3
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git

commit 38e0634d53daef12a181fc4225aa3558d193e3ff
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Sun Feb 2 23:36:46 2020 +0000

    Bump Maven Model from 3.5.2 to 3.6.3
    
    Updates `maven-model` from 3.5.2 to 3.6.3
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.5.2...maven-3.6.3)
    
    Updates `maven-model-builder` from 3.5.2 to 3.6.3
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.5.2...maven-3.6.3)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6f1c93d..58d99f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@ under the License.
 
     <eclipse-sisu.version>0.3.3</eclipse-sisu.version>
     <lucene.version>5.5.5</lucene.version>
-    <maven.version>3.5.2</maven.version>
+    <maven.version>3.6.3</maven.version>
     <resolver.version>1.1.0</resolver.version>
     <archetype.version>2.4</archetype.version>
     <wagon.version>2.12</wagon.version>