diff --git a/VERSION b/VERSION new file mode 100644 index 00000000..8bbbfc0b --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +7.0.15 diff --git a/charts/activiti-cloud-modeling/Chart.yaml b/charts/activiti-cloud-modeling/Chart.yaml index b79f2a8c..7252604b 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.15 diff --git a/charts/activiti-cloud-modeling/values.yaml b/charts/activiti-cloud-modeling/values.yaml index ec714339..8ee2932a 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.15 pullPolicy: Always resources: limits: diff --git a/charts/activiti-cloud-modeling@tmp/durable-8ca08f6a/jenkins-log.txt b/charts/activiti-cloud-modeling@tmp/durable-8ca08f6a/jenkins-log.txt new file mode 100644 index 00000000..e1b4a412 --- /dev/null +++ b/charts/activiti-cloud-modeling@tmp/durable-8ca08f6a/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 7.0.15/" Chart.yaml +#sed -i -e "s/tag: 7\.0\.[1-9]\d*/tag: 7.0.15/" values.yaml +export RELEASE_VERSION=7.0.15 && 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-8ca08f6a/script.sh b/charts/activiti-cloud-modeling@tmp/durable-8ca08f6a/script.sh new file mode 100755 index 00000000..3c3be81f --- /dev/null +++ b/charts/activiti-cloud-modeling@tmp/durable-8ca08f6a/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 f8d097d4..ccc49104 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.activiti.cloud.examples activiti-cloud-modeling - 1.0.0 + 7.0.15 Activiti Cloud :: Modeling http://activiti.org diff --git a/pom.xml.versionsBackup b/pom.xml.versionsBackup new file mode 100644 index 00000000..f8d097d4 --- /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.38 + 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 + + + +