Skip to content

Commit

Permalink
chore(release): update README and pom.xml
Browse files Browse the repository at this point in the history
Related to CAM-13243
  • Loading branch information
yanavasileva committed Apr 8, 2021
1 parent c3a9d04 commit 8673a3b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
40 changes: 35 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@
<version>1.0.0</version>

<modules>
<module>authentication/basic</module>
<module>bpmn-model-api/generate-process-fluent-api</module>
<module>bpmn-model-api/generate-jsf-form</module>
<module>bpmn-model-api/parse-bpmn</module>
<module>cockpit/cockpit-sample-plugin</module>
<module>cockpit/cockpit-failed-jobs-plugin</module>
<module>clients/java/dataformat</module>
<module>clients/java/loan-granting</module>
<module>clients/java/order-handling</module>
<module>cmmn-model-api/typed-custom-elements</module>
<module>cockpit/cockpit-angular-open-usertasks</module>
<module>cockpit/cockpit-angularjs-search-processes</module>
<module>cockpit/cockpit-bpmn-js-module</module>
<module>cockpit/cockpit-cats</module>
<module>cockpit/cockpit-diagram-interactions</module>
<module>cockpit/cockpit-fullstack-count-processes</module>
<module>cockpit/cockpit-greetings-plugin</module>
<module>cockpit/cockpit-open-incidents</module>
<module>cockpit/cockpit-react-involved-users</module>
<module>cockpit/cockpit-request-interceptor</module>
<module>cycle/camunda-cycle-connector-example</module>
<module>deployment/spring-servlet-pa-jboss</module>
<module>deployment/spring-servlet-pa-tomcat</module>
Expand All @@ -20,6 +33,8 @@
<module>deployment/embedded-spring-rest</module>
<module>deployment/ejb-pa</module>
<module>deployment/spring-boot</module>
<module>dmn-engine/dmn-engine-drg</module>
<module>dmn-engine/dmn-engine-java-main-method</module>
<!-- <module>modeler/custom-task-simple</module> -->
<!-- <module>modeler/custom-task-advanced</module> -->
<module>multi-tenancy/schema-isolation</module>
Expand All @@ -28,9 +43,14 @@
<module>multi-tenancy/tenant-identifier-shared-definitions</module>
<module>process-engine-plugin/custom-history-level</module>
<module>process-engine-plugin/bpmn-parse-listener</module>
<module>process-engine-plugin/bpmn-parse-listener-on-user-task</module>
<module>process-engine-plugin/command-interceptor-blocking</module>
<module>process-engine-plugin/custom-history-level</module>
<module>process-engine-plugin/failed-job-retry-profile</module>
<module>scripttask/xslt-scripttask</module>
<module>scripttask/xquery-scripttask</module>
<module>sdk-js/browser-forms</module>
<module>sdk-js/browser-forms-angular</module>
<module>servicetask/service-invocation-asynchronous</module>
<module>servicetask/service-invocation-synchronous</module>
<module>servicetask/rest-service</module>
Expand All @@ -39,21 +59,31 @@
<module>spin/dataformat-configuration-global</module>
<module>spin/dataformat-configuration-in-process-application</module>
<module>spring-boot-starter/example-autodeployment</module>
<module>spring-boot-starter/example-dmn-rest</module>
<module>spring-boot-starter/example-invoice</module>
<module>spring-boot-starter/example-simple</module>
<module>spring-boot-starter/example-twitter</module>
<module>spring-boot-starter/example-web</module>
<module>spring-boot-starter/example-webapp</module>
<module>spring-boot-starter/example-webapp-ee</module>
<module>spring-boot-starter/external-task-client/loan-granting-spring</module>
<module>spring-boot-starter/external-task-client/loan-granting-spring-boot-webapp</module>
<module>spring-boot-starter/external-task-client/order-handling-spring-boot</module>
<module>spring-boot-starter/external-task-client/request-interceptor-spring-boot</module>
<module>startevent/message-start</module>
<module>startevent/soap-cxf-server-start</module>
<module>tasklist/cats-plugin</module>
<module>tasklist/jquery-34-behavior</module>
<module>usertask/task-camunda-forms</module>
<module>usertask/task-form-embedded</module>
<module>usertask/task-form-embedded-bpmn-events</module>
<module>usertask/task-form-embedded-json-variables</module>
<module>usertask/task-form-embedded-react</module>
<module>usertask/task-form-embedded-serialized-java-object</module>
<module>usertask/task-form-generated</module>
<module>usertask/task-assignment-email</module>
<module>usertask/task-form-embedded-json</module>
<module>usertask/task-form-external-jsf</module>
<module>dmn-engine/dmn-engine-java-main-method</module>
<module>authentication/basic</module>
<module>wildfly/jackson-annotations</module>
</modules>

</project>

0 comments on commit 8673a3b

Please sign in to comment.