From 34c5483c031935ca759ac0b3e6b58d2a9ce7367a Mon Sep 17 00:00:00 2001 From: Alexis Tual Date: Fri, 13 Dec 2024 10:33:11 +0100 Subject: [PATCH] Releasing 2.14 --- RELEASING.md | 1 - gradle.properties | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index a3a8f64c..cf3b8109 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -5,7 +5,6 @@ Jenkins plugin not using a release plugin. * Make sure tests still run: `./gradlew test` * Run locally to perform sanity check: `./gradlew server` * Edit _gradle.properties_ to strip `-SNAPSHOT` from version: `vi gradle.properties` -* Edit _README.adoc_ to add the new version to the [compatibility](https://github.com/jenkinsci/gradle-plugin#auto-injection-compatibility) section * Ensure everything is checked in: `git commit -S -am "Releasing 1.25"` * Ensure you have your Jenkins credentials in _~/.jenkins-ci.org_: `cat ~/.jenkins-ci.org` ``` diff --git a/gradle.properties b/gradle.properties index c59adc89..a04ea9fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version = 2.13.2-SNAPSHOT +version = 2.14 githubUser = jenkinsci org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m