|
|
|
@ -5,7 +5,7 @@ |
|
|
|
|
<parent> |
|
|
|
|
<groupId>dev.openrs2</groupId> |
|
|
|
|
<artifactId>openrs2-parent</artifactId> |
|
|
|
|
<version>1.0.0-SNAPSHOT</version> |
|
|
|
|
<version>1.0.1</version> |
|
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
<artifactId>pack200</artifactId> |
|
|
|
@ -74,16 +74,4 @@ |
|
|
|
|
</snapshots> |
|
|
|
|
</repository> |
|
|
|
|
</repositories> |
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
|
<configuration> |
|
|
|
|
<release>12</release> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
</project> |
|
|
|
|