[libgdx] Fixed Maven version.

This commit is contained in:
badlogic 2018-06-28 11:11:49 +02:00
parent c6f31e6310
commit 3e6ac83a9d

View File

@ -10,7 +10,7 @@
<groupId>com.esotericsoftware.spine</groupId>
<artifactId>spine-libgdx</artifactId>
<packaging>jar</packaging>
<version>3.6.52.2-SNAPSHOT</version>
<version>3.6.53.1-SNAPSHOT</version>
<name>spine-libgdx</name>
<description>Spine Runtime for libGDX</description>
@ -50,7 +50,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gdx.version>1.9.6</gdx.version>
<gdx.version>1.9.6</gdx.version>
</properties>
<build>
@ -92,7 +92,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>2.5.3</version>
<executions>
<execution>
<id>default</id>