[maven-release-plugin] prepare release accurest-maven-project-0.2

This commit is contained in:
Mariusz Smykula
2016-04-02 23:23:00 +02:00
parent a5ba772867
commit 845142b942
3 changed files with 6 additions and 8 deletions

View File

@@ -1,12 +1,11 @@
<?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>io.codearte.accurest</groupId>
<artifactId>accurest-maven-project</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<artifactId>accurest-maven-plugin</artifactId>

View File

@@ -1,11 +1,10 @@
<?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>
<groupId>io.codearte.accurest</groupId>
<artifactId>accurest-maven-project</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2</version>
<name>Accurate Maven Plugin Project</name>
<description>Accurate REST Maven Plugin</description>
@@ -51,7 +50,7 @@
<connection>scm:git:https://github.com/Codearte/accurest-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:Codearte/accurest-maven-plugin.git</developerConnection>
<url>https://github.com/Codearte/accurest-maven-plugin</url>
<tag>HEAD</tag>
<tag>accurest-maven-project-0.2</tag>
</scm>
<distributionManagement>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>accurest-maven-project</artifactId>
<groupId>io.codearte.accurest</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<artifactId>accurest-test-deps</artifactId>