Skip to content

Commit

Permalink
[JENKINS-50716] Flatten scm/tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Apr 17, 2018
1 parent cd45427 commit 1654fd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Expand Up @@ -2,6 +2,6 @@
<extension>
<groupId>io.jenkins.tools</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.0-alpha-1</version>
<version>1.0-alpha-2</version>
</extension>
</extensions>
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.8-SNAPSHOT</version>
<version>3.9-20180417.145545-1</version> <!-- TODO github.com/jenkinsci/plugin-pom/pull/100 -->
<relativePath />
</parent>

Expand Down Expand Up @@ -312,7 +312,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>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>HEAD</tag>
<tag>${scmTag}</tag>
</scm>

<pluginRepositories>
Expand Down

0 comments on commit 1654fd1

Please sign in to comment.