Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-48922] - Update plugin POM to reproduce the issue in PCT
  • Loading branch information
oleg-nenashev committed Jan 13, 2018
1 parent c2638a5 commit 6fd0cd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.9</version>
<version>3.2</version>
</parent>

<name>Groovy Postbuild</name>
Expand Down Expand Up @@ -33,8 +33,8 @@
</licenses>

<properties>
<jenkins.version>1.609.1</jenkins.version>
<java.level>6</java.level>
<jenkins.version>1.625.3</jenkins.version>
<java.level>7</java.level>
<workflow.version>1.11</workflow.version>
</properties>

Expand Down Expand Up @@ -68,7 +68,7 @@
<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>
<dependencies>
Expand Down

0 comments on commit 6fd0cd8

Please sign in to comment.