Skip to content

Commit

Permalink
update process-engine-plugin/command-interceptor-blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorbenLindhauer authored and meyerdan committed May 31, 2016
1 parent 8ac689e commit 327ab29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion process-engine-plugin/command-interceptor-blocking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<name>Camunda Command Interceptor Example</name>

<properties>
<version.camunda>7.5.0</version.camunda>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -16,7 +17,7 @@
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-bom</artifactId>
<version>7.4.0</version>
<version>${version.camunda}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 327ab29

Please sign in to comment.