Fix stupid issue

This commit is contained in:
Izzel_Aliz 2017-06-30 18:16:08 +08:00
parent fb9f2ae20d
commit 7a4401fe68
3 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@
</repositories>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<targetPath>.</targetPath>
@ -31,13 +31,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<executions>
<executions>
<execution>
<id>default-compile</id>
<phase>compile</phase>
<goals>
<goals>
<goal>compile</goal>
</goals>
</goals>
</execution>
</executions>
<configuration>

Binary file not shown.

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Fri Jun 30 13:26:31 CST 2017
#Fri Jun 30 18:14:30 CST 2017
version=b
groupId=com.ilummc.bugrepgui
artifactId=BugRepGUI