Skip to content

Commit 21bfda0

Browse files
committed
[maven-release-plugin] prepare release 2.0.2.Final
1 parent 58ef4ec commit 21bfda0

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

pom.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,19 @@
1717
~ limitations under the License.
1818
-->
1919

20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<parent>
2422
<groupId>org.jboss</groupId>
2523
<artifactId>jboss-parent</artifactId>
2624
<version>51</version>
27-
<relativePath/>
25+
<relativePath />
2826
</parent>
2927

3028
<modelVersion>4.0.0</modelVersion>
3129

3230
<groupId>org.jboss.slf4j</groupId>
3331
<artifactId>slf4j-jboss-logmanager</artifactId>
34-
<version>2.0.2.Final-SNAPSHOT</version>
32+
<version>2.0.2.Final</version>
3533
<packaging>jar</packaging>
3634

3735
<name>SLF4J: JBoss Log Manager</name>
@@ -54,12 +52,11 @@
5452
</developers>
5553

5654

57-
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false"
58-
child.scm.url.inherit.append.path="false">
55+
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
5956
<connection>scm:git:git://github.com/jboss-logging/slf4j-jboss-logmanager.git</connection>
6057
<developerConnection>scm:git:[email protected]:jboss-logging/slf4j-jboss-logmanager.git</developerConnection>
6158
<url>https://github.com/jboss-logging/slf4j-jboss-logmanager/tree/main/</url>
62-
<tag>HEAD</tag>
59+
<tag>2.0.2.Final</tag>
6360
</scm>
6461

6562
<issueManagement>

0 commit comments

Comments
 (0)