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

Binary file not shown.

View File

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