You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2020/04/25 07:12:12 UTC

[geode] branch support/1.12 updated: Bumping version to 1.12.1

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

onichols pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new a70727e  Bumping version to 1.12.1
a70727e is described below

commit a70727eebb82fea0bfccf603886cdd96df62d91c
Author: Owen Nichols <on...@pivotal.io>
AuthorDate: Sat Apr 25 00:11:40 2020 -0700

    Bumping version to 1.12.1
---
 ci/pipelines/meta/meta.properties       | 2 +-
 ci/pipelines/shared/jinja.variables.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/pipelines/meta/meta.properties b/ci/pipelines/meta/meta.properties
index db6fc9e..deec6bf 100644
--- a/ci/pipelines/meta/meta.properties
+++ b/ci/pipelines/meta/meta.properties
@@ -25,4 +25,4 @@ PUBLIC=true
 REPOSITORY_PUBLIC=true
 GRADLE_GLOBAL_ARGS=""
 MAVEN_SNAPSHOT_BUCKET=gcs://maven.apachegeode-ci.info/snapshots/
-SEMVER_PRERELEASE_TOKEN=""
+SEMVER_PRERELEASE_TOKEN=SNAPSHOT
diff --git a/ci/pipelines/shared/jinja.variables.yml b/ci/pipelines/shared/jinja.variables.yml
index 1027cc2..c2987ec 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -66,7 +66,7 @@ java_test_versions:
   version: 11
 
 metadata:
-  initial_version: 1.12.1
+  initial_version: 1.12.1-SNAPSHOT
 
 publish_artifacts:
   CPUS: '8'