Skip to content

Commit

Permalink
Revert change made by mvn release:prepare + refer to
Browse files Browse the repository at this point in the history
https://repo.jenkins-ci.org

release:prepare bumped plugin version to 1.2.0.2-SNAPSHOT. CHanged to
1.2.0.1-SNAPSHOT so that we can continue with 1.2.0.1 release

Change reference to http://repo.jenkins-ci.org to
https://repo.jenkins-ci.org. See
https://issues.jenkins-ci.org/browse/INFRA-588
  • Loading branch information
lvaikunt committed Aug 16, 2016
1 parent 25b7409 commit 2a5ed71
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions com.ibm.team.build.hjplugin/pom.xml
Expand Up @@ -19,7 +19,7 @@

<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>teamconcert</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.1-SNAPSHOT</version>
<packaging>hpi</packaging>

<name>Team Concert Plugin</name>
Expand Down Expand Up @@ -89,17 +89,24 @@
</repository>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

<distributionManagement>
<repository>
<id>maven.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/releases</url>
</repository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>com.ibm.team.build</groupId>
Expand Down

0 comments on commit 2a5ed71

Please sign in to comment.