Skip to content

Commit

Permalink
Upgrade plugin parent POM to 4.60 (#847)
Browse files Browse the repository at this point in the history
* Upgrade plugin parent POM to 4.60

* Upgrade parent POM yet again
  • Loading branch information
basil authored Jun 17, 2023
1 parent 05cc875 commit 7c50c7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.58</version>
<version>4.66</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -148,7 +148,7 @@ THE SOFTWARE.
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/test/java/hudson/plugins/ec2/AmazonEC2CloudTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
import com.cloudbees.plugins.credentials.CredentialsStore;
import com.cloudbees.plugins.credentials.SystemCredentialsProvider;
import com.cloudbees.plugins.credentials.domains.Domain;
import com.gargoylesoftware.htmlunit.html.HtmlForm;
import com.gargoylesoftware.htmlunit.html.HtmlTextInput;
import org.htmlunit.html.HtmlForm;
import org.htmlunit.html.HtmlTextInput;
import hudson.plugins.ec2.util.TestSSHUserPrivateKey;
import hudson.util.ListBoxModel;
import org.junit.Assert;
Expand Down
4 changes: 2 additions & 2 deletions src/test/java/hudson/plugins/ec2/EucalyptusTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package hudson.plugins.ec2;

import com.gargoylesoftware.htmlunit.html.HtmlForm;
import com.gargoylesoftware.htmlunit.html.HtmlPage;
import org.htmlunit.html.HtmlForm;
import org.htmlunit.html.HtmlPage;
import java.net.URL;
import org.junit.Rule;
import org.junit.Test;
Expand Down

0 comments on commit 7c50c7c

Please sign in to comment.