Skip to content

Commit

Permalink
Update references to Camunda version (7.19.0 --> 7.20.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Oct 27, 2023
1 parent f258f94 commit 1c186c6
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion cws-test/src/test/resources/bpmn/test_groovy_script.bpmn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0o3i0xe" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.9.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.19.0">
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0o3i0xe" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.9.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.20.0">
<bpmn:process id="test_groovy_script" name="Test Groovy Script" isExecutable="true">
<bpmn:startEvent id="StartEvent_1" camunda:asyncBefore="true">
<bpmn:outgoing>Flow_0bwb8b7</bpmn:outgoing>
Expand Down
10 changes: 5 additions & 5 deletions install/camunda_mods/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@


<!-- styles -->
<link href="$APP_ROOT/app/admin/styles/styles.css?bust=7.19.0"
<link href="$APP_ROOT/app/admin/styles/styles.css?bust=7.20.0"
rel="stylesheet" />
<link rel="stylesheet"
type="text/css"
href="$APP_ROOT/app/admin/styles/user-styles.css?bust=7.19.0">
href="$APP_ROOT/app/admin/styles/user-styles.css?bust=7.20.0">

<!-- favicon -->
<link rel="shortcut icon"
Expand Down Expand Up @@ -102,7 +102,7 @@

<!-- footer -->
<footer cam-widget-footer
version="v7.19.0"></footer>
version="v7.20.0"></footer>

<script type="application/javascript" $CSP_NONCE>
var adminConf = window.camAdminConf = {};
Expand All @@ -123,11 +123,11 @@
window.__require = window.require;
window.define = undefined;
window.require = undefined;
window.bust = '7.19.0';
window.bust = '7.20.0';

requirejs.config({
baseUrl: '$APP_ROOT/app/admin',
urlArgs: 'bust=7.19.0'
urlArgs: 'bust=7.20.0'
});
requirejs(['$APP_ROOT/lib/deps.js'], function () {
requirejs(['$APP_ROOT/app/admin/camunda-admin-bootstrap.js'], function () {});
Expand Down
12 changes: 6 additions & 6 deletions install/camunda_mods/cockpit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@


<!-- styles -->
<link href="$APP_ROOT/app/cockpit/styles/styles.css?bust=7.19.0"
<link href="$APP_ROOT/app/cockpit/styles/styles.css?bust=7.20.0"
rel="stylesheet" />
<link href="$APP_ROOT/app/cockpit/styles/styles-components.css?bust=7.19.0"
<link href="$APP_ROOT/app/cockpit/styles/styles-components.css?bust=7.20.0"
rel="stylesheet" />
<link rel="stylesheet"
type="text/css"
href="$APP_ROOT/app/cockpit/styles/user-styles.css?bust=7.19.0">
href="$APP_ROOT/app/cockpit/styles/user-styles.css?bust=7.20.0">

<!-- favicon -->
<link rel="shortcut icon"
Expand Down Expand Up @@ -105,7 +105,7 @@

<!-- footer -->
<footer cam-widget-footer
version="v7.19.0"></footer>
version="v7.20.0"></footer>

<script type="application/javascript" $CSP_NONCE>
var cockpitConf = window.camCockpitConf = {};
Expand All @@ -126,11 +126,11 @@
window.__require = window.require;
window.define = undefined;
window.require = undefined;
window.bust = '7.19.0';
window.bust = '7.20.0';

requirejs.config({
baseUrl: '$APP_ROOT/app/cockpit',
urlArgs: 'bust=7.19.0'
urlArgs: 'bust=7.20.0'
});
requirejs(['$APP_ROOT/lib/deps.js'], function () {
requirejs(['$APP_ROOT/app/cockpit/camunda-cockpit-bootstrap.js'], function(){});
Expand Down
10 changes: 5 additions & 5 deletions install/camunda_mods/tasklist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

<link rel="stylesheet"
type="text/css"
href="$APP_ROOT/app/tasklist/styles/styles.css?bust=7.19.0">
href="$APP_ROOT/app/tasklist/styles/styles.css?bust=7.20.0">
<link rel="stylesheet"
type="text/css"
href="$APP_ROOT/app/tasklist/styles/user-styles.css?bust=7.19.0">
href="$APP_ROOT/app/tasklist/styles/user-styles.css?bust=7.20.0">

<!-- favicon -->
<link rel="shortcut icon"
Expand Down Expand Up @@ -80,7 +80,7 @@

<!-- # page-footer -->
<footer cam-widget-footer
version="v7.19.0"></footer>
version="v7.20.0"></footer>


<script type="text/javascript" $CSP_NONCE>
Expand Down Expand Up @@ -109,11 +109,11 @@
window.__require = window.require;
window.define = undefined;
window.require = undefined;
window.bust = '7.19.0';
window.bust = '7.20.0';

requirejs.config({
baseUrl: '$APP_ROOT/app/tasklist',
urlArgs: 'bust=7.19.0'
urlArgs: 'bust=7.20.0'
});
requirejs(['$APP_ROOT/lib/deps.js'], function () {
requirejs(['$APP_ROOT/app/tasklist/camunda-tasklist-bootstrap.js'], function () {});
Expand Down
2 changes: 1 addition & 1 deletion install/cws-ui/documentation.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<td><a href="https://github.com/NASA-AMMOS/common-workflow-service/wiki" target="_blank">CWS Wiki</a></td>
</tr>
<tr>
<td><a href="https://docs.camunda.org/manual/7.19/reference/bpmn20/" target="_blank">Camunda BPMN 2.0 Implementation Reference</a></td>
<td><a href="https://docs.camunda.org/manual/7.20/reference/bpmn20/" target="_blank">Camunda BPMN 2.0 Implementation Reference</a></td>
</tr>
<tr>
<td><a href="http://www.bpmnquickguide.com/quickguide/index.html" target="_blank">BP Incubator BPMN Quick Guide</a></td>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<activeio-core.version>3.1.4</activeio-core.version>
<software.amazon.awssdk.version>2.16.93</software.amazon.awssdk.version>
<!-- <boon.version>0.12</boon.version> -->
<camunda.version>7.19.0</camunda.version>
<camunda.version>7.20.0</camunda.version>
<camunda-spin.version>1.9.0</camunda-spin.version>
<commons-compress.version>1.21</commons-compress.version>
<commons-configuration.version>1.10</commons-configuration.version>
Expand Down
2 changes: 1 addition & 1 deletion utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Update versions as necessary
export CWS_VER='2.5.0' # update this each CWS release
export CAMUNDA_VER='7.19.0'
export CAMUNDA_VER='7.20.0'
export TOMCAT_VER='9.0.72'
export LOGSTASH_VER='8.8.0'

Expand Down

0 comments on commit 1c186c6

Please sign in to comment.