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

houston pushed a commit to branch add-pki-caching
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 1272e0c50ebc930585fde23aa364935878535183
Author: rio <[email protected]>
AuthorDate: Mon Sep 9 20:24:25 2024 +0000

    Increment Apple Solr Version to 9.7.0.1-apple
---
 build.gradle | 2 +-
 rio.yaml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index b479a807482..7e7433bbfd7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ apply from: file('gradle/globals.gradle')
 
 // Calculate project version:
 version = {
-  String appleSolrVersionSuffix = '0'
+  String appleSolrVersionSuffix = '1'
   // Release manager: update base version here after release:
   String baseVersion = '9.7.0'
   baseVersion = baseVersion + '.' + appleSolrVersionSuffix + '-apple'
diff --git a/rio.yaml b/rio.yaml
index 335eedca4ab..24eb2fd20f6 100644
--- a/rio.yaml
+++ b/rio.yaml
@@ -186,7 +186,7 @@ pipelines:
   trigger:
     # This starts off as true for the first push. Then during the job it will 
be set to false.
     # This way we auto-release the first Apple release, then we can manually 
release afterwards.
-    gitPush: true # GIT_PUSH_RELEASE_TRIGGER_LINE -- do not change this
+    gitPush: false # First release complete - all further releases will be 
triggered manually
   machine:
     env:
       <<: *git_env

Reply via email to