Skip to content

Commit 7ade941

Browse files
committed
[maven-release-plugin] prepare release v0.9.0
1 parent 38366d3 commit 7ade941

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>de.hamburger-software.util</groupId>
65
<artifactId>junit-microprofile-config-extension</artifactId>
7-
<version>0.9.0-SNAPSHOT</version>
6+
<version>0.9.0</version>
87

98
<name>JUnit 5 MicroProfile Config Extension</name>
109
<description>A JUnit 5 extension for parameterizing test with Eclipse MicroProfile Config.</description>
@@ -30,7 +29,8 @@
3029
<connection>scm:git:https://github.com/hamburger-software/junit-microprofile-config-extension.git</connection>
3130
<developerConnection>scm:git:https://github.com:hamburger-software/junit-microprofile-config-extension.git</developerConnection>
3231
<url>https://github.com/hamburger-software/junit-microprofile-config-extension/tree/master</url>
33-
</scm>
32+
<tag>v0.9.0</tag>
33+
</scm>
3434

3535
<distributionManagement>
3636
<snapshotRepository>

0 commit comments

Comments
 (0)