Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 24, 2023
1 parent 497a9f5 commit 820d0a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>build-helper-maven-plugin</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<packaging>maven-plugin</packaging>

<name>Build Helper Maven Plugin</name>
Expand Down Expand Up @@ -59,7 +59,7 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/build-helper-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/build-helper-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>3.5.0</tag>
<url>https://github.com/mojohaus/build-helper-maven-plugin/tree/master</url>
</scm>

Expand All @@ -76,7 +76,7 @@
<properties>
<recommendedJavaBuildVersion>11</recommendedJavaBuildVersion>
<scmpublish.content>${project.build.directory}/staging/build-helper-maven-plugin</scmpublish.content>
<project.build.outputTimestamp>2023-11-19T22:14:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-24T19:44:16Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit 820d0a8

Please sign in to comment.