[maven-release-plugin] prepare release jexer-0.3.0
authorKevin Lamonte <kevin.lamonte@gmail.com>
Fri, 22 Feb 2019 02:06:16 +0000 (20:06 -0600)
committerKevin Lamonte <kevin.lamonte@gmail.com>
Fri, 22 Feb 2019 02:06:16 +0000 (20:06 -0600)
pom.xml

diff --git a/pom.xml b/pom.xml
index c9286a781b3fa7dfd7451dc26601c510bbccbe64..49b00cb5b9d32da7b0b274b758508d8524a431fd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,13 +1,11 @@
-<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>
@@ -27,7 +25,7 @@
     <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>