Skip to content

Commit 1694da5

Browse files
committed
1.2.0 and some cleanup
1 parent 7af5012 commit 1694da5

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

pom.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.sourceforge.htmlunit</groupId>
66
<artifactId>htmlunit-cssparser</artifactId>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
<name>HtmlUnit CSS Parser</name>
99
<packaging>jar</packaging>
1010
<description>CSS parser for HtmlUnit.</description>
@@ -19,7 +19,7 @@
1919
<plugin>
2020
<groupId>org.apache.maven.plugins</groupId>
2121
<artifactId>maven-compiler-plugin</artifactId>
22-
<version>3.7.0</version>
22+
<version>3.8.0</version>
2323
<configuration>
2424
<source>1.8</source>
2525
<target>1.8</target>
@@ -147,11 +147,6 @@
147147
</execution>
148148
</executions>
149149
</plugin>
150-
<plugin>
151-
<groupId>org.apache.maven.plugins</groupId>
152-
<artifactId>maven-site-plugin</artifactId>
153-
<version>3.7.1</version>
154-
</plugin>
155150
<plugin>
156151
<groupId>org.apache.maven.plugins</groupId>
157152
<artifactId>maven-javadoc-plugin</artifactId>
@@ -310,11 +305,11 @@
310305
<distributionManagement>
311306
<snapshotRepository>
312307
<id>sonatype-nexus-snapshots</id>
313-
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
308+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
314309
</snapshotRepository>
315310
<repository>
316311
<id>sonatype-nexus-staging</id>
317-
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
312+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
318313
</repository>
319314
</distributionManagement>
320315
<repositories>

0 commit comments

Comments
 (0)