Skip to content

Commit

Permalink
#243 added cobigen-core-test dependencies for test framework resolvin…
Browse files Browse the repository at this point in the history
…g as well as release version set
  • Loading branch information
maybeec committed Dec 14, 2016
1 parent 16bf2d4 commit d56e745
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions cobigen/cobigen-xmlplugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>cobigen-xmlplugin</artifactId>
<name>CobiGen - XML Plug-In</name>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>jar</packaging>

<parent>
Expand All @@ -17,7 +17,13 @@
<dependency>
<groupId>com.capgemini</groupId>
<artifactId>cobigen-core</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.capgemini</groupId>
<artifactId>cobigen-core-test</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit d56e745

Please sign in to comment.