[maven-release-plugin] prepare release v0.1.0
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
ca67ca638b
commit
41ebce66a6
1 changed files with 3 additions and 4 deletions
7
pom.xml
7
pom.xml
|
@ -1,6 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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"
|
<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">
|
||||||
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
@ -11,7 +10,7 @@
|
||||||
|
|
||||||
<groupId>ch.fritteli.a-maze-r</groupId>
|
<groupId>ch.fritteli.a-maze-r</groupId>
|
||||||
<artifactId>maze-generator</artifactId>
|
<artifactId>maze-generator</artifactId>
|
||||||
<version>0.0.9-SNAPSHOT</version>
|
<version>0.1.0</version>
|
||||||
|
|
||||||
<description>A-Maze-R, The Maze Generator. It is a library for generating mazes in various output formats.
|
<description>A-Maze-R, The Maze Generator. It is a library for generating mazes in various output formats.
|
||||||
</description>
|
</description>
|
||||||
|
@ -44,7 +43,7 @@
|
||||||
<connection>scm:git:https://gittr.ch/java/maze-generator.git</connection>
|
<connection>scm:git:https://gittr.ch/java/maze-generator.git</connection>
|
||||||
<developerConnection>scm:git:ssh://git@gittr.ch/java/maze-generator.git</developerConnection>
|
<developerConnection>scm:git:ssh://git@gittr.ch/java/maze-generator.git</developerConnection>
|
||||||
<url>https://gittr.ch/java/maze-generator</url>
|
<url>https://gittr.ch/java/maze-generator</url>
|
||||||
<tag>HEAD</tag>
|
<tag>v0.1.0</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue