[maven-release-plugin] prepare release accurest-maven-project-0.1-beta

This commit is contained in:
Mariusz Smykula
2016-04-02 01:06:04 +02:00
parent 7ad032ba95
commit 759ac4ef98
3 changed files with 5 additions and 6 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.2-SNAPSHOT</version>
<version>0.1-beta</version>
</parent>
<artifactId>accurest-maven-plugin</artifactId>

View File

@@ -4,7 +4,7 @@
<groupId>io.codearte.accurest</groupId>
<artifactId>accurest-maven-project</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.1-beta</version>
<name>Accurate Maven Plugin Project</name>
<description>Accurate REST Maven Plugin</description>
@@ -50,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.1-beta</tag>
</scm>
<distributionManagement>

View File

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