File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 99 <version >4.22.0-SNAPSHOT</version >
1010
1111 <name >htmlunit-remote</name >
12+ <description >This is the remote wrapper for HtmlUnitDriver</description >
13+ <url >https://github.com/sbabcoc/htmlunit-remote</url >
14+
15+ <licenses >
16+ <license >
17+ <name >The Apache License, Version 2.0</name >
18+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
19+ </license >
20+ </licenses >
1221
22+ <developers >
23+ <developer >
24+ <name >Scott Babcock</name >
25+ 26+ <organization >Nordstrom</organization >
27+ <organizationUrl >https://shop.nordstrom.com</organizationUrl >
28+ </developer >
29+ </developers >
30+
1331 <properties >
1432 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1533 <maven .build.timestamp.format>yyyy-MM-dd HH:mm</maven .build.timestamp.format>
2341 <skipSigning >true</skipSigning >
2442 </properties >
2543
44+ <scm >
45+ <connection >scm:git:https://github.com/sbabcoc/htmlunit-remote.git</connection >
46+ <developerConnection >scm:git:https://github.com/sbabcoc/htmlunit-remote.git</developerConnection >
47+ <url >https://github.com/sbabcoc/htmlunit-remote/tree/master</url >
48+ <tag >HEAD</tag >
49+ </scm >
50+
51+ <distributionManagement >
52+ <snapshotRepository >
53+ <id >ossrh</id >
54+ <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
55+ </snapshotRepository >
56+ <repository >
57+ <id >ossrh</id >
58+ <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
59+ </repository >
60+ </distributionManagement >
61+
2662 <dependencyManagement >
2763 <dependencies >
2864 <dependency >
You can’t perform that action at this time.
0 commit comments