From 8673a3bde8901affd20655cff78426efa55a7d73 Mon Sep 17 00:00:00 2001 From: Yana Vasileva Date: Thu, 8 Apr 2021 10:12:05 +0200 Subject: [PATCH] chore(release): update README and pom.xml Related to CAM-13243 --- README.md | 1 + pom.xml | 40 +++++++++++++++++++++++++++++++++++----- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6462ab515..4d5597b2b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Camunda Platform examples is a collection of focused usage examples for the [Cam | Camunda Version | Link | Checkout command | | -----------------|----------------------------------------------------------------------|-----------------------| | Latest | [Master branch](https://github.com/camunda/camunda-bpm-examples) | `git checkout master` | +| 7.15 | [7.15 tag](https://github.com/camunda/camunda-bpm-examples/tree/7.15)| `git checkout 7.15` | | 7.14 | [7.14 tag](https://github.com/camunda/camunda-bpm-examples/tree/7.14)| `git checkout 7.14` | | 7.13 | [7.13 tag](https://github.com/camunda/camunda-bpm-examples/tree/7.13)| `git checkout 7.13` | | 7.12 | [7.12 tag](https://github.com/camunda/camunda-bpm-examples/tree/7.12)| `git checkout 7.12` | diff --git a/pom.xml b/pom.xml index 0dc8003a1..e8c19862a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,11 +7,24 @@ 1.0.0 + authentication/basic bpmn-model-api/generate-process-fluent-api bpmn-model-api/generate-jsf-form bpmn-model-api/parse-bpmn - cockpit/cockpit-sample-plugin - cockpit/cockpit-failed-jobs-plugin + clients/java/dataformat + clients/java/loan-granting + clients/java/order-handling + cmmn-model-api/typed-custom-elements + cockpit/cockpit-angular-open-usertasks + cockpit/cockpit-angularjs-search-processes + cockpit/cockpit-bpmn-js-module + cockpit/cockpit-cats + cockpit/cockpit-diagram-interactions + cockpit/cockpit-fullstack-count-processes + cockpit/cockpit-greetings-plugin + cockpit/cockpit-open-incidents + cockpit/cockpit-react-involved-users + cockpit/cockpit-request-interceptor cycle/camunda-cycle-connector-example deployment/spring-servlet-pa-jboss deployment/spring-servlet-pa-tomcat @@ -20,6 +33,8 @@ deployment/embedded-spring-rest deployment/ejb-pa deployment/spring-boot + dmn-engine/dmn-engine-drg + dmn-engine/dmn-engine-java-main-method multi-tenancy/schema-isolation @@ -28,9 +43,14 @@ multi-tenancy/tenant-identifier-shared-definitions process-engine-plugin/custom-history-level process-engine-plugin/bpmn-parse-listener + process-engine-plugin/bpmn-parse-listener-on-user-task process-engine-plugin/command-interceptor-blocking + process-engine-plugin/custom-history-level + process-engine-plugin/failed-job-retry-profile scripttask/xslt-scripttask scripttask/xquery-scripttask + sdk-js/browser-forms + sdk-js/browser-forms-angular servicetask/service-invocation-asynchronous servicetask/service-invocation-synchronous servicetask/rest-service @@ -39,21 +59,31 @@ spin/dataformat-configuration-global spin/dataformat-configuration-in-process-application spring-boot-starter/example-autodeployment + spring-boot-starter/example-dmn-rest + spring-boot-starter/example-invoice spring-boot-starter/example-simple spring-boot-starter/example-twitter spring-boot-starter/example-web spring-boot-starter/example-webapp spring-boot-starter/example-webapp-ee + spring-boot-starter/external-task-client/loan-granting-spring + spring-boot-starter/external-task-client/loan-granting-spring-boot-webapp + spring-boot-starter/external-task-client/order-handling-spring-boot + spring-boot-starter/external-task-client/request-interceptor-spring-boot startevent/message-start startevent/soap-cxf-server-start + tasklist/cats-plugin + tasklist/jquery-34-behavior + usertask/task-camunda-forms usertask/task-form-embedded + usertask/task-form-embedded-bpmn-events + usertask/task-form-embedded-json-variables + usertask/task-form-embedded-react usertask/task-form-embedded-serialized-java-object usertask/task-form-generated usertask/task-assignment-email - usertask/task-form-embedded-json usertask/task-form-external-jsf - dmn-engine/dmn-engine-java-main-method - authentication/basic + wildfly/jackson-annotations