Skip to content

Commit 58734f0

Browse files
committed
various pom updates
1 parent 794bff7 commit 58734f0

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

pom.xml

+27-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.htmlunit</groupId>
77
<artifactId>htmlunit-websocket-client</artifactId>
8-
<version>3.12.0-SNAPSHOT</version>
8+
<version>4.0.0-SNAPSHOT</version>
99

1010
<name>HtmlUnit WebSocket Client</name>
1111
<organization>
@@ -40,6 +40,29 @@
4040

4141
<build>
4242
<plugins>
43+
<plugin>
44+
<groupId>org.apache.maven.plugins</groupId>
45+
<artifactId>maven-enforcer-plugin</artifactId>
46+
<version>3.4.1</version>
47+
<executions>
48+
<execution>
49+
<id>enforce-maven</id>
50+
<goals>
51+
<goal>enforce</goal>
52+
</goals>
53+
<configuration>
54+
<rules>
55+
<requireMavenVersion>
56+
<version>3.6.3</version>
57+
</requireMavenVersion>
58+
<requireJavaVersion>
59+
<version>1.8.0</version>
60+
</requireJavaVersion>
61+
</rules>
62+
</configuration>
63+
</execution>
64+
</executions>
65+
</plugin>
4366
<plugin>
4467
<groupId>org.apache.maven.plugins</groupId>
4568
<artifactId>maven-jar-plugin</artifactId>
@@ -56,7 +79,7 @@
5679
<plugin>
5780
<groupId>org.apache.maven.plugins</groupId>
5881
<artifactId>maven-shade-plugin</artifactId>
59-
<version>3.5.1</version>
82+
<version>3.5.2</version>
6083
<executions>
6184
<execution>
6285
<phase>package</phase>
@@ -114,7 +137,7 @@
114137
<plugin>
115138
<groupId>org.apache.maven.plugins</groupId>
116139
<artifactId>maven-javadoc-plugin</artifactId>
117-
<version>3.6.0</version>
140+
<version>3.6.3</version>
118141
<configuration>
119142
<quiet>true</quiet>
120143
<!-- see https://stackoverflow.com/questions/69320220/maven-javadoc-listed-classes-twice -->
@@ -138,7 +161,7 @@
138161
<plugin>
139162
<groupId>org.apache.maven.plugins</groupId>
140163
<artifactId>maven-gpg-plugin</artifactId>
141-
<version>3.1.0</version>
164+
<version>3.2.2</version>
142165
<executions>
143166
<execution>
144167
<phase>verify</phase>

0 commit comments

Comments
 (0)