File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments