Skip to content

Commit

Permalink
chore(project): bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorbenLindhauer committed Sep 27, 2016
1 parent f24202e commit 1cf24f4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,6 @@ In this application of Bayesian networks, we choose the involved distributions t

## Building from source

* before building, clone repository https://github.com/ThorbenLindhauer/graphical-models and build modules
* Run `mvn clean install` in the root folder
* `process-engine-plugin/target/dependency` then contains the process engine plugin with all required dependencies
* The `cockpit-plugin` artifact can be added to the Camunda EE web application. It requires that the `embedded-api` artifact and its dependencies are accessible from the webapp's classloader
2 changes: 1 addition & 1 deletion embedded-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


<properties>
<version.graphmod>0.0.1-SNAPSHOT</version.graphmod>
<version.graphmod>0.1.0</version.graphmod>
<version.h2>1.3.168</version.h2>
<version.junit>4.11</version.junit>
<version.jackson>2.6.3</version.jackson>
Expand Down
8 changes: 1 addition & 7 deletions example-application/src/main/resources/models/case.cmmn
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<cmmn:definitions xmlns:dc="http://www.omg.org/spec/CMMN/20151109/DC" xmlns:di="http://www.omg.org/spec/CMMN/20151109/DI" xmlns:cmmndi="http://www.omg.org/spec/CMMN/20151109/CMMNDI" xmlns:cmmn="http://www.omg.org/spec/CMMN/20151109/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Test" targetNamespace="http://bpmn.io/schema/cmmn" exporter="Camunda Modeler" exporterVersion="1.2.1">
<cmmn:case id="CarEvaluation">
<cmmn:casePlanModel id="CasePlanModel_1" name="Car Evaluation">
<cmmn:casePlanModel id="CasePlanModel_1" name="Car Evaluation" autoComplete="false">
<cmmn:planItem id="PlanItem_Estimate_Value" definitionRef="HumanTask_0v5maen">
<cmmn:itemControl id="PlanItemControl_1fx1naj">
<cmmn:requiredRule id="RequiredRule_03flki4">
<cmmn:condition id="Expression_0ijxpeh">${false}</cmmn:condition>
</cmmn:requiredRule>
<cmmn:manualActivationRule id="ManualActivationRule_073jgji">
<cmmn:condition id="Expression_1qlqaqe">${true}</cmmn:condition>
</cmmn:manualActivationRule>
</cmmn:itemControl>
</cmmn:planItem>
<cmmn:planItem id="PlanItem_Test_Drive" definitionRef="HumanTask_17kr5ew">
<cmmn:itemControl id="PlanItemControl_07rqnfu">
<cmmn:requiredRule id="RequiredRule_1122qfg">
<cmmn:condition id="Expression_0okipxh">${false}</cmmn:condition>
</cmmn:requiredRule>
<cmmn:manualActivationRule id="ManualActivationRule_0h8up20">
<cmmn:condition id="Expression_0ayf3rx">${true}</cmmn:condition>
</cmmn:manualActivationRule>
Expand Down
1 change: 0 additions & 1 deletion process-engine-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<properties>
<version.camunda>7.6.0-alpha4</version.camunda>
<version.graphmod>0.0.1-SNAPSHOT</version.graphmod>
<version.h2>1.3.168</version.h2>
<version.junit>4.11</version.junit>
<version.jackson>2.6.3</version.jackson>
Expand Down

0 comments on commit 1cf24f4

Please sign in to comment.