Skip to content

Commit

Permalink
Merge pull request #68 from darxriggs/improvements
Browse files Browse the repository at this point in the history
Improvements for pom.xml
  • Loading branch information
daniel-beck committed Oct 13, 2019
2 parents 2115018 + c1b75a5 commit 569ae99
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions pom.xml
@@ -1,9 +1,10 @@
<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">
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.42</version>
<version>3.50</version>
</parent>
<artifactId>matrix-auth</artifactId>
<version>${revision}${changelist}</version>
Expand All @@ -13,6 +14,7 @@
<properties>
<revision>2.4.3</revision>
<changelist>-SNAPSHOT</changelist>
<hpi.compatibleSinceVersion>2.0</hpi.compatibleSinceVersion>
<jenkins.version>2.138.3</jenkins.version>
<java.level>8</java.level>
<workflow-cps.version>2.30</workflow-cps.version>
Expand All @@ -21,7 +23,7 @@
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<scm>
Expand Down Expand Up @@ -112,8 +114,8 @@
<version>1.54</version>
<scope>test</scope>
</dependency>

</dependencies>

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
Expand All @@ -126,17 +128,4 @@
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

<build>
<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<compatibleSinceVersion>2.0</compatibleSinceVersion>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 569ae99

Please sign in to comment.