Skip to content

Commit fef24df

Browse files
committed
Add missing nodes required for release
1 parent 1869c13 commit fef24df

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

pom.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,25 @@
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+
<email>[email protected]</email>
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>
@@ -23,6 +41,24 @@
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>

0 commit comments

Comments
 (0)