diff --git a/VERSION b/VERSION new file mode 100644 index 00000000..4489f5a6 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +7.0.4 diff --git a/charts/activiti-cloud-modeling/Chart.yaml b/charts/activiti-cloud-modeling/Chart.yaml index b79f2a8c..37e38dfb 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.4 diff --git a/charts/activiti-cloud-modeling/values.yaml b/charts/activiti-cloud-modeling/values.yaml index dd89faa2..10f45c5e 100755 --- a/charts/activiti-cloud-modeling/values.yaml +++ b/charts/activiti-cloud-modeling/values.yaml @@ -39,8 +39,8 @@ frontend: #if behind gateway or ingress should be gw path basepath: "activiti-cloud-modeling" image: - repository: activiti/activiti-modeling-app - tag: 7.0.0.Beta3 + repository: docker.io/activiti/activiti-cloud-modeling + tag: 7.0.4 pullPolicy: Always resources: limits: @@ -68,8 +68,8 @@ backend: 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/activiti-cloud-modeling - tag: 7.0.0.Beta3 + repository: docker.io/activiti/activiti-cloud-modeling + tag: 7.0.4 pullPolicy: Always resources: limits: diff --git a/charts/activiti-cloud-modeling@tmp/durable-b059c5fe/jenkins-log.txt b/charts/activiti-cloud-modeling@tmp/durable-b059c5fe/jenkins-log.txt new file mode 100644 index 00000000..77899012 --- /dev/null +++ b/charts/activiti-cloud-modeling@tmp/durable-b059c5fe/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 7.0.4/" Chart.yaml +sed -i -e "s|repository: .*|repository: docker.io/activiti/activiti-cloud-modeling|" values.yaml +sed -i -e "s/tag: .*/tag: 7.0.4/" values.yaml +git add --all diff --git a/charts/activiti-cloud-modeling@tmp/durable-b059c5fe/script.sh b/charts/activiti-cloud-modeling@tmp/durable-b059c5fe/script.sh new file mode 100755 index 00000000..3c3be81f --- /dev/null +++ b/charts/activiti-cloud-modeling@tmp/durable-b059c5fe/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 c8269b3f..58aad5b6 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.activiti.cloud.examples activiti-cloud-modeling - 1.0.0 + 7.0.4 Activiti Cloud :: Modeling http://activiti.org diff --git a/pom.xml.versionsBackup b/pom.xml.versionsBackup new file mode 100644 index 00000000..c8269b3f --- /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.31 + 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 + + + +