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
uhafner committed May 20, 2024
1 parent 5ca9a24 commit e4c8bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-pom</artifactId>
<version>8.4.0</version>
<version>8.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Analysis Plug-ins Parent POM</name>
<description>This static analysis POM serves as parent POM for all my Jenkins Plugins. It basically enhances the
Expand Down Expand Up @@ -40,7 +40,7 @@
<scm>
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<tag>v8.4.0</tag>
<tag>${scmTag}</tag>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
</scm>

Expand Down

0 comments on commit e4c8bcd

Please sign in to comment.