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

[maven-compiler-plugin] branch master updated: next version will be 3.11.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0d1ff9f  next version will be 3.11.0
0d1ff9f is described below

commit 0d1ff9f8fd812d8bdb57ce9795ce92fc3988b3e8
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Tue Aug 2 21:20:18 2022 +1000

    next version will be 3.11.0
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e81c21b..b4402d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-compiler-plugin</artifactId>
-  <version>3.10.2-SNAPSHOT</version>
+  <version>3.11.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Compiler Plugin</name>