Skip to content

Commit 4c0ef65

Browse files
committed
[maven-release-plugin] prepare release props2yaml-project-0.5
1 parent 5c1ba13 commit 4c0ef65

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.codearte.props2yaml</groupId>
77
<artifactId>props2yaml-project</artifactId>
8-
<version>0.5-SNAPSHOT</version>
8+
<version>0.5</version>
99
</parent>
1010

1111
<artifactId>props2yaml</artifactId>

maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.codearte.props2yaml</groupId>
77
<artifactId>props2yaml-project</artifactId>
8-
<version>0.5-SNAPSHOT</version>
8+
<version>0.5</version>
99
</parent>
1010

1111
<artifactId>props2yaml-maven-plugin</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.codearte.props2yaml</groupId>
66
<artifactId>props2yaml-project</artifactId>
7-
<version>0.5-SNAPSHOT</version>
7+
<version>0.5</version>
88
<packaging>pom</packaging>
99

1010
<name>props2yaml</name>
@@ -105,7 +105,7 @@
105105
<connection>scm:git:https://github.com/Codearte/props2yaml.git</connection>
106106
<developerConnection>scm:git:git@github.com:Codearte/props2yaml.git</developerConnection>
107107
<url>https://github.com/Codearte/props2yaml/</url>
108-
<tag>HEAD</tag>
108+
<tag>props2yaml-project-0.5</tag>
109109
</scm>
110110

111111
<distributionManagement>

0 commit comments

Comments
 (0)