Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit c502321

Browse files
author
Caesar Ralf
committed
[maven-release-plugin] prepare release v2.3.5
1 parent 1cb6a7a commit c502321

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53

64
<artifactId>logging</artifactId>
7-
<version>2.3.5-SNAPSHOT</version>
5+
<version>2.3.5</version>
86
<packaging>jar</packaging>
97

108
<name>logging</name>
@@ -29,7 +27,7 @@
2927
<connection>scm:git:https://github.com/spotify/logging-java</connection>
3028
<developerConnection>scm:git:[email protected]:spotify/logging-java</developerConnection>
3129
<url>https://github.com/spotify/logging-java</url>
32-
<tag>HEAD</tag>
30+
<tag>v2.3.5</tag>
3331
</scm>
3432

3533
<properties>

0 commit comments

Comments
 (0)