Skip to content

Commit

Permalink
remove Jenkins minimum version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
phedoreanu committed Jun 8, 2020
1 parent 3997c82 commit 0a2de3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.2</version>
<relativePath />
<relativePath/>
</parent>

<artifactId>nomad</artifactId>
Expand Down Expand Up @@ -37,7 +38,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.level>8</java.level>
<findbugs.failOnError>false</findbugs.failOnError>
<jenkins.version>2.238</jenkins.version>
</properties>

<developers>
Expand Down

0 comments on commit 0a2de3c

Please sign in to comment.