Skip to content

Commit

Permalink
#244 added cobigen-core-test dependency for test util injection and s…
Browse files Browse the repository at this point in the history
…et version to release
  • Loading branch information
maybeec committed Dec 14, 2016
1 parent ecec9a2 commit 93a2afa
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions cobigen/cobigen-textmerger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.capgemini</groupId>
<artifactId>cobigen-textmerger</artifactId>
<packaging>jar</packaging>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<name>CobiGen - Text Merger</name>
<parent>
<groupId>com.capgemini</groupId>
Expand All @@ -16,7 +16,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>
</dependencies>

Expand Down

0 comments on commit 93a2afa

Please sign in to comment.