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/02/09 06:55:07 UTC

[maven-compiler-plugin] branch master updated: bump version to 3.10.0-SNAPSHOT

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 771eab7  bump version to 3.10.0-SNAPSHOT
771eab7 is described below

commit 771eab79e2567731b8fd36868e4154da7bdd7008
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Feb 9 16:50:55 2022 +1000

    bump version to 3.10.0-SNAPSHOT
    
    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 4b50aa7..748756c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-compiler-plugin</artifactId>
-  <version>3.9.1-SNAPSHOT</version>
+  <version>3.10.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Compiler Plugin</name>