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 Sep 19, 2021
1 parent cfbb7c7 commit a1a8d32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/pom.xml
Expand Up @@ -12,13 +12,13 @@
<groupId>io.jenkins.plugins</groupId>
<packaging>hpi</packaging>
<name>Git Forensics Plugin</name>
<version>1.2.1</version>
<version>${revision}${changelist}</version>

<description>Jenkins plug-in that mines and analyzes data from a Git repository.</description>
<url>https://github.com/jenkinsci/git-forensics-plugin</url>

<properties>
<revision>1.2.1</revision>
<revision>1.3.0</revision>
<changelist>-SNAPSHOT</changelist>

<module.name>${project.groupId}.git.forensics</module.name>
Expand Down Expand Up @@ -241,7 +241,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>v1.2.1</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit a1a8d32

Please sign in to comment.