Skip to content

Commit ae026ab

Browse files
committed
[maven-release-plugin] prepare release props2yaml-project-0.3
1 parent cd956f4 commit ae026ab

3 files changed

Lines changed: 5 additions & 6 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.3-SNAPSHOT</version>
8+
<version>0.3</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.3-SNAPSHOT</version>
8+
<version>0.3</version>
99
</parent>
1010

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

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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.props2yaml</groupId>
76
<artifactId>props2yaml-project</artifactId>
8-
<version>0.3-SNAPSHOT</version>
7+
<version>0.3</version>
98
<packaging>pom</packaging>
109

1110
<name>props2yaml</name>
@@ -106,7 +105,7 @@
106105
<connection>scm:git:https://github.com/Codearte/props2yaml.git</connection>
107106
<developerConnection>scm:git:git@github.com:Codearte/props2yaml.git</developerConnection>
108107
<url>https://github.com/Codearte/props2yaml/</url>
109-
<tag>HEAD</tag>
108+
<tag>props2yaml-project-0.3</tag>
110109
</scm>
111110

112111
<distributionManagement>

0 commit comments

Comments
 (0)