Skip to content

Commit

Permalink
upgraded deps + added description
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeec committed Jun 6, 2018
1 parent 861d66e commit 72df327
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions cobigen/cobigen-xmlplugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>xmlplugin</artifactId>
<name>CobiGen - XML Plug-In</name>
<version>3.2.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<description>CobiGen - XML Plug-In</description>

<parent>
<groupId>com.devonfw.cobigen</groupId>
Expand All @@ -22,35 +23,32 @@
<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>core-api</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>5.0.0</version>
</dependency>
<dependency>
<artifactId>lexeme</artifactId>
<groupId>com.github.maybeec</groupId>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>core-test</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>5.0.0</version>
<scope>test</scope>
</dependency>

<!-- Just for systemtests to allow usage of CobiGen -->
<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>core</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>5.0.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>tempeng-freemarker</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0</version>
<scope>test</scope>
</dependency>

<dependency>
<artifactId>lexeme</artifactId>
<groupId>com.github.maybeec</groupId>
<version>1.0.0</version>
</dependency>

</dependencies>
</project>

0 comments on commit 72df327

Please sign in to comment.