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/11 08:10:56 UTC

[maven-compiler-plugin] branch master updated: fix typo gtrhhhrhr

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 fda9729  fix typo gtrhhhrhr
fda9729 is described below

commit fda97298149ed267b898aac29119f14b0fb58ab6
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Feb 11 18:10:33 2022 +1000

    fix typo gtrhhhrhr
    
    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 402585b..01adbf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-compiler-plugin</artifactId>
-  <version>3.10.0-SNAPSHPOT</version>
+  <version>3.10.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Compiler Plugin</name>