General clean-up. Fixed GateKeeper, updated startup scripts, fixed warnings.
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>com.droidquest</groupId>
|
||||
<artifactId>dq</artifactId>
|
||||
<version>1.1-SNAPSHOT</version>
|
||||
<version>1.2</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>DroidQuest</name>
|
||||
@@ -22,8 +22,8 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.3</version>
|
||||
<configuration>
|
||||
<source>5</source>
|
||||
<target>5</target>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
||||
Reference in New Issue
Block a user