[maven-release-plugin] prepare release v0.9.20
This commit is contained in:
parent
a872a8fa64
commit
7acfdc1e87
2 changed files with 5 additions and 6 deletions
|
@ -1,14 +1,13 @@
|
|||
<?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>
|
||||
<groupId>com.faendir</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>${revision}</version>
|
||||
<version>0.9.20</version>
|
||||
</parent>
|
||||
<artifactId>acrarium</artifactId>
|
||||
<version>${revision}</version>
|
||||
<version>0.9.20</version>
|
||||
<packaging>war</packaging>
|
||||
<name>Acrarium</name>
|
||||
<properties>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.faendir</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>${revision}</version>
|
||||
<version>0.9.20</version>
|
||||
<packaging>pom</packaging>
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<connection>scm:git:git://github.com:F43nd1r/Acrarium.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:F43nd1r/Acrarium.git</developerConnection>
|
||||
<url>https://github.com/F43nd1r/Acrarium</url>
|
||||
<tag>HEAD</tag>
|
||||
<tag>v0.9.20</tag>
|
||||
</scm>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in a new issue