Skip to content

Commit

Permalink
Merge pull request #10 from phuonghuynh/jenkinsci-master
Browse files Browse the repository at this point in the history
Fix jenkins plugin version according to #INFRA-588
  • Loading branch information
phuonghuynh committed Jul 12, 2017
2 parents 99e6611 + 345e83b commit b9ee0fb
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.3</version>
<version>2.5</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -159,8 +159,8 @@
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
<autoVersionSubmodules>true</autoVersionSubmodules>
<releaseProfiles>release-profile</releaseProfiles><
</configuration>
<releaseProfiles>release-profile</releaseProfiles>
</configuration>
</plugin-->

<plugin>
Expand All @@ -186,12 +186,6 @@
<profile>
<!-- for running integration test if needed, disabled by default -->
<id>it</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit b9ee0fb

Please sign in to comment.