Skip to content

Commit 59e8d6c

Browse files
committed
[maven-release-plugin] prepare release v0.4
1 parent d7a7726 commit 59e8d6c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>io.codearte.accurest</groupId>
76
<artifactId>accurest-maven-plugin</artifactId>
87
<packaging>maven-plugin</packaging>
9-
<version>0.3-SNAPSHOT</version>
8+
<version>0.4</version>
109

1110
<name>Accurate Maven Plugin Project</name>
1211
<description>Accurate REST Maven Plugin</description>
@@ -47,7 +46,7 @@
4746
<connection>scm:git:https://github.com/Codearte/accurest-maven-plugin.git</connection>
4847
<developerConnection>scm:git:[email protected]:Codearte/accurest-maven-plugin.git</developerConnection>
4948
<url>https://github.com/Codearte/accurest-maven-plugin</url>
50-
<tag>HEAD</tag>
49+
<tag>v0.4</tag>
5150
</scm>
5251

5352
<distributionManagement>

0 commit comments

Comments
 (0)