Skip to content

Commit

Permalink
Updated parent version in pom.xml
Browse files Browse the repository at this point in the history
Ready for release
  • Loading branch information
Torridity committed Sep 7, 2017
1 parent 65902ff commit 7f2d521
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>de.tor.dswb</groupId>
<artifactId>dsworkbench</artifactId>
<version>3.45</version>
<version>3.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>Core</artifactId>
<name>Core</name>
<packaging>jar</packaging>
<version>3.45</version>
<version>3.5</version>

<description>The core project of DSWorkbench holds the integral parts of the application</description>

Expand Down
4 changes: 2 additions & 2 deletions ParserPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>de.tor.dswb</groupId>
<artifactId>dsworkbench</artifactId>
<version>3.45</version>
<version>3.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>parserplugin</artifactId>
<name>ParserPlugin</name>
<packaging>jar</packaging>
<version>3.45</version>
<version>3.5</version>

<description>
The parser plugin holds those classes that parses information copied from the game
Expand Down

0 comments on commit 7f2d521

Please sign in to comment.