From 6e59fd4326e5c377784cc0d384e8d3171314229f Mon Sep 17 00:00:00 2001 From: jx-activiti-cloud Date: Thu, 27 Dec 2018 10:22:43 +0000 Subject: [PATCH] release 1.0.23 --- VERSION | 1 + charts/activiti-cloud-connector/Chart.yaml | 2 +- charts/activiti-cloud-connector/values.yaml | 4 +- .../durable-0a0d097d/jenkins-log.txt | 5 + .../durable-0a0d097d/script.sh | 2 + pom.xml | 2 +- pom.xml.versionsBackup | 148 ++++++++++++++++++ 7 files changed, 160 insertions(+), 4 deletions(-) create mode 100644 VERSION create mode 100644 charts/activiti-cloud-connector@tmp/durable-0a0d097d/jenkins-log.txt create mode 100755 charts/activiti-cloud-connector@tmp/durable-0a0d097d/script.sh create mode 100644 pom.xml.versionsBackup diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..154b9fc --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.0.23 diff --git a/charts/activiti-cloud-connector/Chart.yaml b/charts/activiti-cloud-connector/Chart.yaml index 60d8bde..b34e44e 100644 --- a/charts/activiti-cloud-connector/Chart.yaml +++ b/charts/activiti-cloud-connector/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: activiti-cloud-connector -version: 0.4.0 +version: 1.0.23 diff --git a/charts/activiti-cloud-connector/values.yaml b/charts/activiti-cloud-connector/values.yaml index 4694b70..94f377f 100644 --- a/charts/activiti-cloud-connector/values.yaml +++ b/charts/activiti-cloud-connector/values.yaml @@ -34,8 +34,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-cloud-connector - tag: 7.0.0.Beta3 + repository: docker.io/activiti/activiti-cloud-connector + tag: 1.0.23 pullPolicy: IfNotPresent service: name: example-cloud-connector diff --git a/charts/activiti-cloud-connector@tmp/durable-0a0d097d/jenkins-log.txt b/charts/activiti-cloud-connector@tmp/durable-0a0d097d/jenkins-log.txt new file mode 100644 index 0000000..34c9a6d --- /dev/null +++ b/charts/activiti-cloud-connector@tmp/durable-0a0d097d/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 1.0.23/" Chart.yaml +sed -i -e "s|repository: .*|repository: docker.io/activiti/activiti-cloud-connector|" values.yaml +sed -i -e "s/tag: .*/tag: 1.0.23/" values.yaml +git add --all diff --git a/charts/activiti-cloud-connector@tmp/durable-0a0d097d/script.sh b/charts/activiti-cloud-connector@tmp/durable-0a0d097d/script.sh new file mode 100755 index 0000000..3c3be81 --- /dev/null +++ b/charts/activiti-cloud-connector@tmp/durable-0a0d097d/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 25a728b..571499d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.activiti.cloud.examples example-cloud-connector - 1.0-SNAPSHOT + 1.0.23 Activiti Cloud :: Example Cloud Connector 1.8 diff --git a/pom.xml.versionsBackup b/pom.xml.versionsBackup new file mode 100644 index 0000000..25a728b --- /dev/null +++ b/pom.xml.versionsBackup @@ -0,0 +1,148 @@ + + + 4.0.0 + org.activiti.cloud.examples + example-cloud-connector + 1.0-SNAPSHOT + Activiti Cloud :: Example Cloud Connector + + 1.8 + 7.0.122 + 3.7.0 + 2.18.1 + 2.18.1 + 2.8.2 + + + + + org.activiti.cloud.dependencies + activiti-cloud-dependencies + ${activiti-cloud-dependencies.version} + import + pom + + + + + + org.activiti.cloud.connector + activiti-cloud-starter-connector + + + org.activiti.cloud.common + activiti-cloud-services-common-security-keycloak + + + org.activiti.cloud.common + activiti-cloud-services-tracing + + + org.activiti.cloud.common + activiti-cloud-services-logging + + + net.logstash.logback + logstash-logback-encoder + + + org.slf4j + slf4j-api + + + junit + junit + test + + + org.springframework.boot + spring-boot-test + test + + + org.assertj + assertj-core + test + + + org.mockito + mockito-core + test + + + org.springframework.cloud + spring-cloud-stream-binder-rabbit-test-support + 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-surefire-plugin + ${maven-surefire-plugin.version} + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + 0 + false + + + + + integration-test + verify + + + + + + + + + activiti-releases + Activiti Releases + https://artifacts.alfresco.com/nexus/content/repositories/activiti-releases/ + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone/ + + false + + + +