From 2fbddb7aad90aca58e330290cc74d56304410364 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 15 Aug 2018 15:07:24 +0000 Subject: [PATCH] release 7.0.1 --- VERSION | 1 + charts/example-runtime-bundle/Chart.yaml | 2 +- charts/example-runtime-bundle/values.yaml | 4 +- .../durable-37472dc8/jenkins-log.txt | 5 + .../durable-37472dc8/script.sh | 2 + pom.xml | 2 +- pom.xml.versionsBackup | 135 ++++++++++++++++++ 7 files changed, 147 insertions(+), 4 deletions(-) create mode 100644 VERSION create mode 100644 charts/example-runtime-bundle@tmp/durable-37472dc8/jenkins-log.txt create mode 100755 charts/example-runtime-bundle@tmp/durable-37472dc8/script.sh create mode 100644 pom.xml.versionsBackup diff --git a/VERSION b/VERSION new file mode 100644 index 00000000..9fe9ff9d --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +7.0.1 diff --git a/charts/example-runtime-bundle/Chart.yaml b/charts/example-runtime-bundle/Chart.yaml index 343001f8..89436184 100644 --- a/charts/example-runtime-bundle/Chart.yaml +++ b/charts/example-runtime-bundle/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 description: A Helm chart for Kubernetes icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/master/images/java.png name: example-runtime-bundle -version: 0.1.0-SNAPSHOT +version: 7.0.1 diff --git a/charts/example-runtime-bundle/values.yaml b/charts/example-runtime-bundle/values.yaml index 3d96e7a4..fb634916 100755 --- a/charts/example-runtime-bundle/values.yaml +++ b/charts/example-runtime-bundle/values.yaml @@ -30,8 +30,8 @@ javaOpts: xms: 512m other: -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -Dsun.zip.disableMemoryMapping=true -XX:+UseParallelGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 image: - repository: draft - tag: dev + repository: 10.31.252.191:5000/activiti/example-runtime-bundle + tag: 7.0.1 pullPolicy: IfNotPresent service: name: example-runtime-bundle diff --git a/charts/example-runtime-bundle@tmp/durable-37472dc8/jenkins-log.txt b/charts/example-runtime-bundle@tmp/durable-37472dc8/jenkins-log.txt new file mode 100644 index 00000000..6a90662f --- /dev/null +++ b/charts/example-runtime-bundle@tmp/durable-37472dc8/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 7.0.1/" Chart.yaml +sed -i -e "s|repository: .*|repository: 10.31.252.191:5000\/activiti\/example-runtime-bundle|" values.yaml +sed -i -e "s/tag: .*/tag: 7.0.1/" values.yaml +git add --all diff --git a/charts/example-runtime-bundle@tmp/durable-37472dc8/script.sh b/charts/example-runtime-bundle@tmp/durable-37472dc8/script.sh new file mode 100755 index 00000000..3c3be81f --- /dev/null +++ b/charts/example-runtime-bundle@tmp/durable-37472dc8/script.sh @@ -0,0 +1,2 @@ +#!/bin/sh -xe +make tag \ No newline at end of file diff --git a/pom.xml b/pom.xml index ce073924..e66f5928 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.activiti.cloud.examples example-runtime-bundle Activiti Cloud :: Runtime Bundle - 1.0.0 + 7.0.1 http://activiti.org https://github.com/Activiti/${project.artifactId} diff --git a/pom.xml.versionsBackup b/pom.xml.versionsBackup new file mode 100644 index 00000000..ce073924 --- /dev/null +++ b/pom.xml.versionsBackup @@ -0,0 +1,135 @@ + + + 4.0.0 + org.activiti.cloud.examples + example-runtime-bundle + Activiti Cloud :: Runtime Bundle + 1.0.0 + http://activiti.org + + https://github.com/Activiti/${project.artifactId} + scm:git:https://github.com/Activiti/${project.artifactId}.git + scm:git:https://github.com/Activiti/${project.artifactId}.git + HEAD + + + 1.8 + 7.0.0-SNAPSHOT + 3.7.0 + 2.18.1 + + + + + org.activiti.cloud + activiti-cloud-dependencies + ${activiti.cloud.version} + import + pom + + + + + + org.activiti.cloud + activiti-cloud-starter-runtime-bundle + + + org.postgresql + postgresql + runtime + + + com.h2database + h2 + + + junit + junit + test + + + org.springframework.boot + spring-boot-test + test + + + org.springframework + spring-test + test + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + ${java.version} + ${java.version} + true + true + true + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + + integration-test + + integration-test + verify + + + + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone/ + + false + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot/ + + false + + + + activiti-snapshots + Activiti Snapshots + https://artifacts.alfresco.com/nexus/content/repositories/activiti-snapshots/ + + false + + + +