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

Commit 4669e46

Browse files
[maven-release-plugin] prepare release v2.3.7
1 parent bd1573f commit 4669e46

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33

44
<artifactId>logging</artifactId>
5-
<version>2.3.7-SNAPSHOT</version>
5+
<version>2.3.7</version>
66
<packaging>jar</packaging>
77

88
<name>logging</name>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:https://github.com/spotify/logging-java</connection>
2828
<developerConnection>scm:git:[email protected]:spotify/logging-java</developerConnection>
2929
<url>https://github.com/spotify/logging-java</url>
30-
<tag>HEAD</tag>
30+
<tag>v2.3.7</tag>
3131
</scm>
3232

3333
<properties>
@@ -163,8 +163,11 @@
163163
<artifactId>maven-javadoc-plugin</artifactId>
164164
<executions>
165165
<execution>
166-
<goals><goal>javadoc</goal></goals>
167-
<phase>generate-sources</phase>
166+
<id>attach-javadocs</id>
167+
<phase>verify</phase>
168+
<goals>
169+
<goal>jar</goal>
170+
</goals>
168171
</execution>
169172
</executions>
170173
</plugin>

0 commit comments

Comments
 (0)