This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-env.git
The following commit(s) were added to refs/heads/master by this push:
new 4557845 fix typo
4557845 is described below
commit 4557845ef9bd6f1fa1d5bdfb6bae72eade402e53
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Wed Dec 8 00:50:02 2021 +0100
fix typo
---
vars/jenkinsEnv.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 7ccd1b6..de7f147 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -128,7 +128,7 @@ class jenkinsEnv implements Serializable {
case '6':
return '3.0.x'
default:
- return '3.8.x'
+ return '3.6.x'
}
}
}