Switch to stable version of openrs2-parent

This also allows us to inherit -release 12.
master
Graham 5 years ago
parent 3a5eab44aa
commit 4dec945978
  1. 14
      pom.xml

@ -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>

Loading…
Cancel
Save