Skip to content

Commit

Permalink
[JENKINS-42797] Fixed issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Fürbacher committed Jun 16, 2017
1 parent 89f4dd6 commit 79462f7
Show file tree
Hide file tree
Showing 2 changed files with 433 additions and 374 deletions.
39 changes: 21 additions & 18 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@
<artifactId>periodic-reincarnation</artifactId>
<version>1.11-SNAPSHOT</version>
<packaging>hpi</packaging>
<url>https://plugins.jenkins.io/periodic-reincarnation</url>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Periodic+Reincarnation+Plugin</url>

<repositories>
<repository>
Expand All @@ -32,18 +32,15 @@
<name>Stefan Brausch</name>
<email>stefan.brausch@1und1.de</email>
</developer>
<developer>
<id>jochenafuerbacher</id>
<name>Jochen A. Fuerbacher</name>
<email>jochen.fuerbacher@1und1.de</email>
</developer>
<developer>
<id>boev</id>
<name>Yordan Boev</name>
<email>iordan.boev@gmail.com</email>
<roles>
<role>inactive</role>
</roles>
</developer>
<developer>
<id>jochenafuerbacher</id>
<name>Jochen A. Fuerbacher</name>
<email>jochen.fuerbacher@1und1.de</email>
</developer>
</developers>

Expand All @@ -60,7 +57,7 @@
<developerConnection>
scm:git:ssh://git@github.com/jenkinsci/periodic-reincarnation-plugin.git
</developerConnection>
<url>https://github.com/jenkinsci/periodic-reincarnation-plugin</url>
<url> https://github.com/jenkinsci/periodic-reincarnation-plugin</url>
<tag>HEAD</tag>
</scm>

Expand Down Expand Up @@ -92,6 +89,18 @@
<version>2.8</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sonyericsson.jenkins.plugins.bfa</groupId>
<artifactId>build-failure-analyzer</artifactId>
<version>1.17.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>cloudbees-folder</artifactId>
<version>6.0.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>htmlunit</artifactId>
Expand All @@ -104,12 +113,6 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sonyericsson.jenkins.plugins.bfa</groupId>
<artifactId>build-failure-analyzer</artifactId>
<version>1.17.2</version>
<optional>true</optional>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -266,5 +269,5 @@
<version>${maven-dependency-plugin.version}</version>
</plugin>
</plugins>
</reporting>
</project>
</project>
</reporting>

0 comments on commit 79462f7

Please sign in to comment.