File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
src/main/java/de/tor/tribes/util Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2525 */
2626public 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 );
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments