Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszs committed Apr 5, 2016
1 parent d7a7726 commit 59e8d6c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -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>

<groupId>io.codearte.accurest</groupId>
<artifactId>accurest-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>0.3-SNAPSHOT</version>
<version>0.4</version>

<name>Accurate Maven Plugin Project</name>
<description>Accurate REST Maven Plugin</description>
Expand Down Expand Up @@ -47,7 +46,7 @@
<connection>scm:git:https://github.com/Codearte/accurest-maven-plugin.git</connection>
<developerConnection>scm:git:[email protected]:Codearte/accurest-maven-plugin.git</developerConnection>
<url>https://github.com/Codearte/accurest-maven-plugin</url>
<tag>HEAD</tag>
<tag>v0.4</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 59e8d6c

Please sign in to comment.