You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/04/22 06:42:06 UTC

[maven-parent] branch master updated: Build also on jdk 17 - in order to deploy artifacts

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 74eca18  Build also on jdk 17 - in order to deploy artifacts
74eca18 is described below

commit 74eca180b6139e6171a3224217173b44f677e5c3
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Fri Apr 22 08:41:45 2022 +0200

    Build also on jdk 17 - in order to deploy artifacts
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d9f2bfa..e3b18f7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,5 +16,5 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-
-asfMavenTlpStdBuild(jdks:['8'])
+// jdk 17 is used for deploy artifacts
+asfMavenTlpStdBuild(jdks:['8', '17'])