From 9a8a99d6a9dcd7b6a458050090deffdf2a012fe9 Mon Sep 17 00:00:00 2001 From: jx-activiti-cloud Date: Wed, 12 Dec 2018 11:42:54 +0000 Subject: [PATCH] release 7.0.10 --- VERSION | 1 + charts/runtime-bundle/Chart.yaml | 2 +- charts/runtime-bundle/values.yaml | 4 +- .../durable-451f4a1c/jenkins-log.txt | 5 + .../durable-451f4a1c/script.sh | 2 + pom.xml | 2 +- pom.xml.versionsBackup | 194 ++++++++++++++++++ 7 files changed, 206 insertions(+), 4 deletions(-) create mode 100644 VERSION create mode 100644 charts/runtime-bundle@tmp/durable-451f4a1c/jenkins-log.txt create mode 100755 charts/runtime-bundle@tmp/durable-451f4a1c/script.sh create mode 100644 pom.xml.versionsBackup diff --git a/VERSION b/VERSION new file mode 100644 index 00000000..e4ae283f --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +7.0.10 diff --git a/charts/runtime-bundle/Chart.yaml b/charts/runtime-bundle/Chart.yaml index 7bfbcef4..e794a98f 100644 --- a/charts/runtime-bundle/Chart.yaml +++ b/charts/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: runtime-bundle -version: 0.1.8 +version: 7.0.10 diff --git a/charts/runtime-bundle/values.yaml b/charts/runtime-bundle/values.yaml index 9596baad..daa7a186 100644 --- a/charts/runtime-bundle/values.yaml +++ b/charts/runtime-bundle/values.yaml @@ -42,8 +42,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: activiti/example-runtime-bundle - tag: latest + repository: docker.io/activiti/runtime-bundle + tag: 7.0.10 pullPolicy: IfNotPresent service: name: rb-my-app diff --git a/charts/runtime-bundle@tmp/durable-451f4a1c/jenkins-log.txt b/charts/runtime-bundle@tmp/durable-451f4a1c/jenkins-log.txt new file mode 100644 index 00000000..7b2f5e8c --- /dev/null +++ b/charts/runtime-bundle@tmp/durable-451f4a1c/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 7.0.10/" Chart.yaml +sed -i -e "s|repository: .*|repository: docker.io/activiti/runtime-bundle|" values.yaml +sed -i -e "s/tag: .*/tag: 7.0.10/" values.yaml +git add --all diff --git a/charts/runtime-bundle@tmp/durable-451f4a1c/script.sh b/charts/runtime-bundle@tmp/durable-451f4a1c/script.sh new file mode 100755 index 00000000..3c3be81f --- /dev/null +++ b/charts/runtime-bundle@tmp/durable-451f4a1c/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 8ccbc5da..22082f68 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.10 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..8ccbc5da --- /dev/null +++ b/pom.xml.versionsBackup @@ -0,0 +1,194 @@ + + + 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.106 + 3.7.0 + 2.18.1 + 2.18.1 + 2.1.0.RELEASE + UTF-8 + + + + + org.activiti.cloud.dependencies + activiti-cloud-dependencies + ${activiti-cloud-dependencies.version} + import + pom + + + + + + org.activiti.cloud.rb + 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 + ${spring-boot.version} + + + + repackage + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + + + + integration-test + + false + + skipITs + false + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + 0 + false + + + + integration-test + + integration-test + verify + + + + + + io.fabric8 + docker-maven-plugin + + + + activiti/activiti-keycloak + activiti-keycloak + + + 8180:8180 + + + Keycloak .* started in + + 5000 + 1000 + + + + + rabbitmq:management + activiti-rabbitmq + + + 5672:5672 + 15672:15672 + + + Server startup complete + + 3000 + 1000 + + + + + ${skipTests} + + + + + start + stop + remove + + + + + + + + + + + activiti-releases + Activiti Releases + https://artifacts.alfresco.com/nexus/content/repositories/activiti-releases/ + + +