Skip to content

Commit

Permalink
#504 fixed systemtests to use latest cobigen-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeec committed Mar 16, 2018
1 parent 04ce434 commit b48f44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cobigen/cobigen-core-parent/cobigen-core-systemtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cobigen-core</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>${cobigencore.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cobigen-core-test</artifactId>
<version>4.0.0</version>
<version>${cobigencore.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b48f44a

Please sign in to comment.