diff --git a/spine-libgdx/pom.xml b/spine-libgdx/pom.xml new file mode 100644 index 000000000..7f45a3e1c --- /dev/null +++ b/spine-libgdx/pom.xml @@ -0,0 +1,95 @@ + + + 4.0.0 + + org.sonatype.oss + oss-parent + 5 + + + com.esotericsoftware.spine + spine-libgdx + jar + 3.6.10.1-SNAPSHOT + + spine-libgdx + Spine Runtime for libGDX + http://github.com/esotericsoftware/spine-runtimes + + http://github.com/esotericsoftware/spine-runtimes/issues + + + + + Spine Runtime License v2.5 + https://github.com/EsotericSoftware/spine-runtimes/blob/master/LICENSE + repo + + + + + + Developers + https://github.com/EsotericSoftware/spine-runtimes/graphs/contributors + + + + + scm:git:https://github.com/EsotericSoftware/spine-runtimes.git + scm:git:https://github.com/EsotericSoftware/spine-runtimes/.git + https://github.com/EsotericSoftware/spine-runtimes/ + + + + + nightlies + https://oss.sonatype.org/content/repositories/snapshots/ + + + + + UTF-8 + 1.9.6 + + + + src + test + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + generate-resources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + true + true + + + + + + + + com.badlogicgames.gdx + gdx + ${gdx.version} + compile + true + + + \ No newline at end of file