Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasfolkesson committed Oct 3, 2023
1 parent bd1573f commit 4669e46
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>logging</artifactId>
<version>2.3.7-SNAPSHOT</version>
<version>2.3.7</version>
<packaging>jar</packaging>

<name>logging</name>
Expand All @@ -27,7 +27,7 @@
<connection>scm:git:https://github.com/spotify/logging-java</connection>
<developerConnection>scm:git:[email protected]:spotify/logging-java</developerConnection>
<url>https://github.com/spotify/logging-java</url>
<tag>HEAD</tag>
<tag>v2.3.7</tag>
</scm>

<properties>
Expand Down Expand Up @@ -163,8 +163,11 @@
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<goals><goal>javadoc</goal></goals>
<phase>generate-sources</phase>
<id>attach-javadocs</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 4669e46

Please sign in to comment.