Skip to content

Commit

Permalink
Update test harness (#191)
Browse files Browse the repository at this point in the history
* Update test harness

* Incrementalify plugin
  • Loading branch information
basil committed Mar 21, 2022
1 parent b3b1ea9 commit 0016349
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ under the License.
<version>${revision}.${changelist}</version>
<packaging>hpi</packaging>
<name>SAML Plugin</name>
<url>https://github.com/jenkinsci/saml-plugin</url>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

<scm>
<connection>scm:git:git://github.com/jenkinsci/saml-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/saml-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/saml-plugin</url>
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
</scm>

Expand All @@ -46,7 +46,7 @@ under the License.
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.303.3</jenkins.version>
<java.level>8</java.level>
<jenkins-test-harness.version>1498.v53acb0fd4634</jenkins-test-harness.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>

<licenses>
Expand Down Expand Up @@ -237,12 +237,6 @@ under the License.
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>1721.v385389722736</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
Expand All @@ -265,7 +259,7 @@ under the License.
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.303.x</artifactId>
<version>1198.v387c834fca_1a_</version>
<version>1210.vcd41f6657f03</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 0016349

Please sign in to comment.