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
jglick committed Jul 7, 2021
1 parent 04699d3 commit 778db5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>git-server</artifactId>
<version>1.10</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Jenkins GIT server Plugin</name>
Expand All @@ -18,7 +18,7 @@
<url>https://github.com/jenkinsci/git-server-plugin</url>

<properties>
<revision>1.10</revision>
<revision>1.11</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.289.1</jenkins.version>
<java.level>8</java.level>
Expand All @@ -28,7 +28,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>git-server-1.10</tag>
<tag>${scmTag}</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 778db5c

Please sign in to comment.