Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v11.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Aug 6, 2024
1 parent ad75348 commit ef95ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>warnings-ng</artifactId>
<packaging>hpi</packaging>
<name>Warnings Plugin</name>
<version>${revision}${changelist}</version>
<version>11.4.0</version>

<description>Collects compiler warnings or issues reported by static analysis
tools and visualizes the results. It has built-in support for more than one hundred static analysis tools
Expand Down Expand Up @@ -626,7 +626,7 @@
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>v11.3.0</tag>
<tag>v11.4.0</tag>
</scm>

<repositories>
Expand Down

2 comments on commit ef95ee8

@viceice
Copy link
Member

@viceice viceice commented on ef95ee8 Aug 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@uhafner the github release is missing 🤗

@uhafner
Copy link
Member Author

@uhafner uhafner commented on ef95ee8 Aug 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done 🎉

Please sign in to comment.