File tree Expand file tree Collapse file tree
src/main/java/de/tor/tribes/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >de.tor.dswb</groupId >
55 <artifactId >dsworkbench</artifactId >
6- <version >3.42 </version >
6+ <version >3.43 </version >
77 </parent >
88
99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >de.tor.dswb</groupId >
1111 <artifactId >core</artifactId >
1212 <name >Core</name >
1313 <packaging >jar</packaging >
14- <version >3.42 </version >
14+ <version >3.43 </version >
1515
1616 <description ></description >
1717
Original file line number Diff line number Diff line change 2525 */
2626public class Constants {
2727
28- public final static double VERSION = 3.42 ;
28+ public final static double VERSION = 3.43 ;
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 33 <parent >
44 <groupId >de.tor.dswb</groupId >
55 <artifactId >dsworkbench</artifactId >
6- <version >3.42 </version >
6+ <version >3.43 </version >
77 </parent >
88
99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >de.tor.dswb</groupId >
1111 <artifactId >parserplugin</artifactId >
1212 <name >ParserPlugin</name >
1313 <packaging >jar</packaging >
14- <version >3.42 </version >
14+ <version >3.43 </version >
1515
1616 <description ></description >
1717
2323 <dependency >
2424 <groupId >de.tor.dswb</groupId >
2525 <artifactId >Core</artifactId >
26- <version >3.42 </version >
26+ <version >3.43 </version >
2727 </dependency >
2828 </dependencies >
2929</project >
Original file line number Diff line number Diff line change 55 <artifactId >dsworkbench</artifactId >
66 <name >DSWorkbench</name >
77 <packaging >pom</packaging >
8- <version >3.42 </version >
8+ <version >3.43 </version >
99
1010 <description >
1111 Parent project for DS Workbench. The project contains two modules: core and plugins which are put together during the assembly process.
1414
1515 <properties >
1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
17- <release .version>3.42 </release .version>
17+ <release .version>3.43 </release .version>
1818 </properties >
1919
2020 <repositories >
Original file line number Diff line number Diff line change 3535PRGDIR=` dirname " $PRG " `
3636BASEDIR=` cd " $PRGDIR /" > /dev/null; pwd`
3737
38+ cd $BASEDIR
3839# Reset the REPO variable. If you need to influence this use the environment setup file.
3940REPO=
4041
You can’t perform that action at this time.
0 commit comments