From 4faf3e18dbb1152b725bba2f9b262d78ab91e7bc Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Fri, 22 Feb 2019 23:20:45 -0600 Subject: [PATCH] #814 - Polishing. --- ci/pipeline-template.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/pipeline-template.yml b/ci/pipeline-template.yml index 8f97ec93..15ced638 100644 --- a/ci/pipeline-template.yml +++ b/ci/pipeline-template.yml @@ -42,7 +42,7 @@ resources: uri: https://repo.spring.io username: ((artifactory-username)) password: ((artifactory-password)) - build_name: spring-hateoas + build_name: spring-hateoas-0.25.x - name: spring-hateoas-pull-requests type: pull-request @@ -153,8 +153,8 @@ jobs: - "/**" properties: zip.deployed: false - zip.displayname: "spring-hateoas" - zip.name: "spring-hateoas" + zip.displayname: "spring-hateoas-0.25.x" + zip.name: "spring-hateoas-0.25.x" zip.type: "docs" on_failure: aggregate: @@ -259,8 +259,8 @@ jobs: - "/**" properties: zip.deployed: false - zip.displayname: "spring-hateoas" - zip.name: "spring-hateoas" + zip.displayname: "spring-hateoas-0.25.x" + zip.name: "spring-hateoas-0.25.x" zip.type: "docs" on_failure: aggregate: