Fix stupid issue
This commit is contained in:
parent
fb9f2ae20d
commit
7a4401fe68
8
pom.xml
8
pom.xml
@ -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.
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user