From ec144a539a3459124b9d4ca8888b0a1e58524d3e Mon Sep 17 00:00:00 2001 From: jx-activiti-cloud Date: Wed, 16 Jan 2019 13:49:52 +0000 Subject: [PATCH] release 7.0.24 --- VERSION | 1 + charts/activiti-cloud-modeling/Chart.yaml | 2 +- charts/activiti-cloud-modeling/values.yaml | 2 +- .../durable-fa82e3cd/jenkins-log.txt | 5 + .../durable-fa82e3cd/script.sh | 2 + pom.xml | 2 +- pom.xml.versionsBackup | 135 ++++++++++++++++++ 7 files changed, 146 insertions(+), 3 deletions(-) create mode 100644 VERSION create mode 100644 charts/activiti-cloud-modeling@tmp/durable-fa82e3cd/jenkins-log.txt create mode 100755 charts/activiti-cloud-modeling@tmp/durable-fa82e3cd/script.sh create mode 100644 pom.xml.versionsBackup diff --git a/VERSION b/VERSION new file mode 100644 index 00000000..ec74bee4 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +7.0.24 diff --git a/charts/activiti-cloud-modeling/Chart.yaml b/charts/activiti-cloud-modeling/Chart.yaml index b79f2a8c..49ecfcb8 100644 --- a/charts/activiti-cloud-modeling/Chart.yaml +++ b/charts/activiti-cloud-modeling/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-modeling -version: 0.4.0 +version: 7.0.24 diff --git a/charts/activiti-cloud-modeling/values.yaml b/charts/activiti-cloud-modeling/values.yaml index ec714339..2336e4d1 100755 --- a/charts/activiti-cloud-modeling/values.yaml +++ b/charts/activiti-cloud-modeling/values.yaml @@ -69,7 +69,7 @@ backend: 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/activiti-cloud-modeling - tag: 7.0.1 + tag: 7.0.24 pullPolicy: Always resources: limits: diff --git a/charts/activiti-cloud-modeling@tmp/durable-fa82e3cd/jenkins-log.txt b/charts/activiti-cloud-modeling@tmp/durable-fa82e3cd/jenkins-log.txt new file mode 100644 index 00000000..53a0ab6d --- /dev/null +++ b/charts/activiti-cloud-modeling@tmp/durable-fa82e3cd/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 7.0.24/" Chart.yaml +#sed -i -e "s/tag: 7\.0\.[1-9]\d*/tag: 7.0.24/" values.yaml +export RELEASE_VERSION=7.0.24 && perl -0777 -pi -e '$version = $ENV{'RELEASE_VERSION'};s/repository: activiti\/activiti-cloud-modeling\n\s*tag: ([0-9]|[a-zA-Z]|\.)*/repository: activiti\/activiti-cloud-modeling\n tag: $version/' values.yaml +git add --all diff --git a/charts/activiti-cloud-modeling@tmp/durable-fa82e3cd/script.sh b/charts/activiti-cloud-modeling@tmp/durable-fa82e3cd/script.sh new file mode 100755 index 00000000..3c3be81f --- /dev/null +++ b/charts/activiti-cloud-modeling@tmp/durable-fa82e3cd/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 e5980af5..c9496a59 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.activiti.cloud.examples activiti-cloud-modeling - 1.0.0 + 7.0.24 Activiti Cloud :: Modeling http://activiti.org diff --git a/pom.xml.versionsBackup b/pom.xml.versionsBackup new file mode 100644 index 00000000..e5980af5 --- /dev/null +++ b/pom.xml.versionsBackup @@ -0,0 +1,135 @@ + + + 4.0.0 + + org.activiti.cloud.examples + activiti-cloud-modeling + 1.0.0 + Activiti Cloud :: Modeling + 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.45 + 3.7.0 + 2.18.1 + 2.8.2 + + + + + org.activiti.cloud.dependencies + activiti-cloud-modeling-dependencies + ${activiti-cloud-modeling-dependencies.version} + import + pom + + + + + + org.activiti.cloud.process.model + activiti-cloud-starter-process-model + + + org.activiti.cloud.modeling + activiti-cloud-starter-org + + + com.h2database + h2 + + + junit + junit + test + + + org.springframework.boot + spring-boot-test + test + + + org.springframework + spring-test + test + + + org.springframework.cloud + spring-cloud-starter-contract-verifier + 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 + ${maven-deploy-plugin.version} + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + + integration-test + + integration-test + verify + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M1 + + + + + activiti-releases + Activiti Releases + https://artifacts.alfresco.com/nexus/content/repositories/activiti-releases/ + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone/ + + false + + + +