Skip to content

Commit

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

<artifactId>build-helper-maven-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1-SNAPSHOT</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>3.5.0</tag>
<tag>HEAD</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-24T19:44:16Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-24T19:44:40Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit af4a724

Please sign in to comment.