Skip to content

Commit

Permalink
Support plugin compatibility tester (PCT)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 9, 2022
1 parent d96228f commit fc998f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<properties>
<java.version>1.8</java.version>
<hpi-plugin.version>3.32</hpi-plugin.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand All @@ -32,6 +33,11 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>${hpi-plugin.version}</version>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand Down
6 changes: 6 additions & 0 deletions ui-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<properties>
<jenkins.version>2.361</jenkins.version>
<hpi-plugin.version>3.32</hpi-plugin.version>
<json-smart.version>2.3</json-smart.version>
<json-unit-assertj.version>2.35.0</json-unit-assertj.version>
<module.name>${project.groupId}.warnings.ui.tests</module.name>
Expand Down Expand Up @@ -231,6 +232,11 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>${hpi-plugin.version}</version>
</plugin>
</plugins>
</build>
</project>

0 comments on commit fc998f3

Please sign in to comment.