You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/08/01 18:15:22 UTC

[maven-jdeps-plugin] branch master updated: Fix typo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 17407cf  Fix typo
17407cf is described below

commit 17407cf9215b63f250076182ce5fd00636b5c88b
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed Aug 1 20:15:17 2018 +0200

    Fix typo
---
 src/it/package/verify.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/package/verify.groovy b/src/it/package/verify.groovy
index 3d4cbf3..4d08bed 100644
--- a/src/it/package/verify.groovy
+++ b/src/it/package/verify.groovy
@@ -20,7 +20,7 @@
  
 def buildLog = new File( basedir, 'build.log' )
 
-if ( System.getProperty('java.verion', '8') == '8' )
+if ( System.getProperty('java.version', '8') == '8' )
 {
   // classes -> c:\Program Files\Java\jdk1.8.0_152\jre\lib\rt.jar
   //   org.apache.maven.plugins.jdeps.its (classes)