Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #18 from jglick/stapler-INFRA-1310
[INFRA-1310] Avoid bogus Stapler transitive dep
  • Loading branch information
jglick committed Oct 10, 2017
2 parents 60e1f8f + 8c28c38 commit c73ebbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
@@ -0,0 +1 @@
buildPlugin()
13 changes: 7 additions & 6 deletions pom.xml
Expand Up @@ -4,7 +4,8 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.11</version>
<version>2.36</version>
<relativePath />
</parent>

<artifactId>junit-attachments</artifactId>
Expand All @@ -28,8 +29,8 @@
compare: http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
-->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jenkins.version>1.609.3</jenkins.version>
<java.level>6</java.level>
<jenkins.version>1.625.3</jenkins.version>
<java.level>7</java.level>
</properties>

<developers>
Expand All @@ -49,7 +50,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jquery</artifactId>
<version>1.7.2-1</version>
<version>1.11.2-1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down Expand Up @@ -87,14 +88,14 @@
<repositories>
<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>
</project>
Expand Down

0 comments on commit c73ebbb

Please sign in to comment.