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 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >net.sourceforge.htmlunit</groupId >
6
6
<artifactId >htmlunit-cssparser</artifactId >
7
- <version >1.2.0-SNAPSHOT </version >
7
+ <version >1.2.0</version >
8
8
<name >HtmlUnit CSS Parser</name >
9
9
<packaging >jar</packaging >
10
10
<description >CSS parser for HtmlUnit.</description >
19
19
<plugin >
20
20
<groupId >org.apache.maven.plugins</groupId >
21
21
<artifactId >maven-compiler-plugin</artifactId >
22
- <version >3.7 .0</version >
22
+ <version >3.8 .0</version >
23
23
<configuration >
24
24
<source >1.8</source >
25
25
<target >1.8</target >
147
147
</execution >
148
148
</executions >
149
149
</plugin >
150
- <plugin >
151
- <groupId >org.apache.maven.plugins</groupId >
152
- <artifactId >maven-site-plugin</artifactId >
153
- <version >3.7.1</version >
154
- </plugin >
155
150
<plugin >
156
151
<groupId >org.apache.maven.plugins</groupId >
157
152
<artifactId >maven-javadoc-plugin</artifactId >
310
305
<distributionManagement >
311
306
<snapshotRepository >
312
307
<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 >
314
309
</snapshotRepository >
315
310
<repository >
316
311
<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 >
318
313
</repository >
319
314
</distributionManagement >
320
315
<repositories >
You can’t perform that action at this time.
0 commit comments