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:47:26 UTC

[maven-invoker] branch master updated: Switch to 3.2.0-SNAPSHOT

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 8df82f0  Switch to 3.2.0-SNAPSHOT
8df82f0 is described below

commit 8df82f0116d98027d46a70e1c2fdcfef1407ac5b
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Jan 2 12:46:19 2022 +0100

    Switch to 3.2.0-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4e902a7..081b86d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
 
 
   <artifactId>maven-invoker</artifactId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>3.2.0-SNAPSHOT</version>
 
   <name>Apache Maven Invoker</name>
   <description>A component to programmatically invoke Maven.</description>