[maven-release-plugin] prepare release v0.1

This commit is contained in:
Gered 2022-01-10 21:24:04 -05:00
parent 65c0498a45
commit e17345cf06

View file

@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>ca.blarg</groupId>
<artifactId>gdx-tilemap3d</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<name>gdx-tilemap3d</name>
<description>Library to handle management and rendering of a game world composed of 3D "tiles" arranged in a uniform 3D grid, via libGDX.</description>
@ -23,7 +21,7 @@
<url>git@github.com:gered/gdx-tilemap3d.git</url>
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<tag>HEAD</tag>
<tag>v0.1</tag>
</scm>
<developers>