-<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 http://maven.apache.org/maven-v4_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 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.gitlab.klamonte</groupId>
<artifactId>jexer</artifactId>
<packaging>jar</packaging>
<name>Jexer</name>
<description>Java Text User Interface library that resembles Turbo Vision</description>
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.3.0</version>
<url>https://gitlab.com/klamonte/jexer</url>
<licenses>
<connection>scm:git:https://gitlab.com/klamonte/jexer.git</connection>
<developerConnection>scm:git:https://gitlab.com/klamonte/jexer.git</developerConnection>
<url>https://gitlab.com/klamonte/jexer</url>
- <tag>HEAD</tag>
+ <tag>jexer-0.3.0</tag>
</scm>
<issueManagement>