Skip to content

Commit 54c4889

Browse files
TorridityTorridity
authored andcommitted
Version update to 3.45
1 parent 5d75d43 commit 54c4889

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<parent>
55
<groupId>de.tor.dswb</groupId>
66
<artifactId>dsworkbench</artifactId>
7-
<version>3.43</version>
7+
<version>3.45</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>core</artifactId>
1212
<name>Core</name>
1313
<packaging>jar</packaging>
14-
<version>3.43</version>
14+
<version>3.45</version>
1515

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

Core/src/main/java/de/tor/tribes/util/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
public class Constants {
2727

28-
public final static double VERSION = 3.43;
28+
public final static double VERSION = 3.45;
2929
public final static String VERSION_ADDITION = "";
3030
public final static Color DS_BACK = new Color(225, 213, 190);
3131
public final static Color DS_BACK_LIGHT = new Color(239, 235, 223);

ParserPlugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<parent>
55
<groupId>de.tor.dswb</groupId>
66
<artifactId>dsworkbench</artifactId>
7-
<version>3.43</version>
7+
<version>3.45</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>parserplugin</artifactId>
1212
<name>ParserPlugin</name>
1313
<packaging>jar</packaging>
14-
<version>3.43</version>
14+
<version>3.45</version>
1515

1616
<description>
1717
The parser plugin holds those classes that parses information copied from the game
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>de.tor.dswb</groupId>
2828
<artifactId>Core</artifactId>
29-
<version>3.43</version>
29+
<version>${project.version}</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>dsworkbench</artifactId>
77
<name>DSWorkbench</name>
88
<packaging>pom</packaging>
9-
<version>3.43</version>
9+
<version>3.45</version>
1010

1111
<description>
1212
Parent project for DS Workbench. The project contains two modules: core and plugins which are put together
@@ -16,7 +16,7 @@
1616

1717
<properties>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
<release.version>3.43</release.version>
19+
<release.version>3.45</release.version>
2020
</properties>
2121

2222
<repositories>

0 commit comments

Comments
 (0)