Skip to content

Commit

Permalink
chore(release): prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
saig0 committed Sep 18, 2017
1 parent f29beab commit ab2407f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.camunda.bpm.extension.feel.scala</groupId>
<artifactId>feel-scala-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>examples</artifactId>

<name>Examples</name>

<dependencies>
<dependency>
<groupId>org.camunda.bpm.extension.feel.scala</groupId>
<artifactId>feel-engine-factory</artifactId>
</dependency>

<dependency>
<groupId>org.camunda.bpm.dmn</groupId>
<artifactId>camunda-engine-dmn</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<scope>test</scope>
</dependency>
</dependency>
</dependencies>
</project>

</project>

0 comments on commit ab2407f

Please sign in to comment.