Skip to content

Commit 79c4ccf

Browse files
committed
[maven-release-plugin] prepare release 14
1 parent 26fe5fa commit 79c4ccf

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

pom.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
5-
child.project.url.inherit.append.path="false">
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" child.project.url.inherit.append.path="false">
63
<modelVersion>4.0.0</modelVersion>
74
<groupId>io.quarkiverse</groupId>
85
<artifactId>quarkiverse-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
6+
<version>14</version>
107

118
<name>Quarkiverse: Parent POM</name>
129
<description>Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
@@ -98,13 +95,11 @@
9895
</developer>
9996
</developers>
10097

101-
<scm child.scm.connection.inherit.append.path="false"
102-
child.scm.developerConnection.inherit.append.path="false"
103-
child.scm.url.inherit.append.path="false">
98+
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
10499
<connection>scm:git:[email protected]:quarkiverse/quarkiverse-parent.git</connection>
105100
<developerConnection>scm:git:[email protected]:quarkiverse/quarkiverse-parent.git</developerConnection>
106101
<url>https://github.com/quarkiverse/quarkiverse-parent</url>
107-
<tag>HEAD</tag>
102+
<tag>14</tag>
108103
</scm>
109104

110105
<distributionManagement>

0 commit comments

Comments
 (0)