diff --git a/VERSION b/VERSION new file mode 100644 index 00000000..2f2974f9 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +7.0.7 diff --git a/charts/example-runtime-bundle/Chart.yaml b/charts/example-runtime-bundle/Chart.yaml index 343001f8..ef4893b1 100644 --- a/charts/example-runtime-bundle/Chart.yaml +++ b/charts/example-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: example-runtime-bundle -version: 0.1.0-SNAPSHOT +version: 7.0.7 diff --git a/charts/example-runtime-bundle/values.yaml b/charts/example-runtime-bundle/values.yaml index 1ba62fb0..4700bc2a 100755 --- a/charts/example-runtime-bundle/values.yaml +++ b/charts/example-runtime-bundle/values.yaml @@ -30,8 +30,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: draft - tag: dev + repository: 10.31.252.191:5000/activiti/example-runtime-bundle + tag: 7.0.7 pullPolicy: IfNotPresent service: name: example-runtime-bundle diff --git a/charts/example-runtime-bundle@tmp/durable-8ed2643b/jenkins-log.txt b/charts/example-runtime-bundle@tmp/durable-8ed2643b/jenkins-log.txt new file mode 100644 index 00000000..0cc82e30 --- /dev/null +++ b/charts/example-runtime-bundle@tmp/durable-8ed2643b/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 7.0.7/" Chart.yaml +sed -i -e "s|repository: .*|repository: 10.31.252.191:5000\/activiti\/example-runtime-bundle|" values.yaml +sed -i -e "s/tag: .*/tag: 7.0.7/" values.yaml +git add --all diff --git a/charts/example-runtime-bundle@tmp/durable-8ed2643b/script.sh b/charts/example-runtime-bundle@tmp/durable-8ed2643b/script.sh new file mode 100755 index 00000000..3c3be81f --- /dev/null +++ b/charts/example-runtime-bundle@tmp/durable-8ed2643b/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 ce073924..b1113cd5 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.7 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..ce073924 --- /dev/null +++ b/pom.xml.versionsBackup @@ -0,0 +1,135 @@ + + + 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.0-SNAPSHOT + 3.7.0 + 2.18.1 + + + + + org.activiti.cloud + activiti-cloud-dependencies + ${activiti.cloud.version} + import + pom + + + + + + org.activiti.cloud + 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 + + + + repackage + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + + integration-test + + integration-test + verify + + + + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone/ + + false + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot/ + + false + + + + activiti-snapshots + Activiti Snapshots + https://artifacts.alfresco.com/nexus/content/repositories/activiti-snapshots/ + + false + + + +