Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed Jul 11, 2021
1 parent d52c61f commit e6f2ab5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version='1.0'?>

<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/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 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>de.m3y.kformat</groupId>
<artifactId>kformat</artifactId>
<packaging>jar</packaging>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>

<name>KFormat</name>
<description>KFormat - formatted text output in Kotlin</description>
Expand All @@ -18,7 +17,7 @@
<connection>scm:git:https://github.com/marcelmay/kformat.git</connection>
<developerConnection>scm:git:[email protected]:marcelmay/kformat.git</developerConnection>
<url>https://github.com/marcelmay/kformat</url>
<tag>HEAD</tag>
<tag>release-0.8</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit e6f2ab5

Please sign in to comment.