[maven-release-plugin] prepare release v0.0.1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Manuel Friedli 2020-10-06 01:55:52 +02:00
parent 6904b602c1
commit 1b6cb5cd4a
1 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,5 @@
<?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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@ -11,7 +9,7 @@
</parent>
<groupId>ch.fritteli.labyrinth</groupId>
<artifactId>labyrinth-generator</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
@ -66,7 +64,7 @@
<connection>scm:git:git://gittr.ch/java/labyrinth-generator.git</connection>
<developerConnection>scm:git:ssh://git@gittr.ch/java/labyrinth-generator.git</developerConnection>
<url>https://gittr.ch/java/labyrinth-generator</url>
<tag>HEAD</tag>
<tag>v0.0.1</tag>
</scm>
<distributionManagement>
<repository>