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 2019/12/02 01:27:20 UTC

[maven-compiler-plugin] branch master updated: plexus-java as a property to ease testing

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 0f42a09  plexus-java as a property to ease testing
0f42a09 is described below

commit 0f42a09b7cb24a0a129b2960310bb6f0d1fdcaba
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Dec 2 11:26:59 2019 +1000

    plexus-java as a property to ease testing
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 00e694e..d838a88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,7 @@ under the License.
     <groovyEclipseCompilerVersion>2.7.0-01</groovyEclipseCompilerVersion>
     <groovy-eclipse-batch>2.0.4-04</groovy-eclipse-batch>
     <openJpaVersion>2.4.2</openJpaVersion>
+    <plexus-java.version>0.9.10</plexus-java.version>
     <javaVersion>7</javaVersion>
     <maven.it.failure.ignore>false</maven.it.failure.ignore>
   </properties>
@@ -129,7 +130,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-java</artifactId>
-      <version>0.9.10</version>
+      <version>${plexus-java.version}</version>
     </dependency>
 
     <dependency>