Skip to content
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
/target/
/work/
/work/
/classes/
.project
.classpath
.settings/

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.466</version>
<!-- which version of Hudson is this plugin built against? -->
<version>1.580.1</version>
<!-- which version of Jenkins is this plugin built against? -->
<relativePath />
</parent>

Expand Down
Loading