Skip to content

Commit 8d0aa9c

Browse files
authored
Merge pull request #134 from HubSpot/js-basepom-63
bump basepom to 63, add required pom metadata fields
2 parents 6aeb0e0 + 46f6b36 commit 8d0aa9c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
<parent>
66
<groupId>com.hubspot</groupId>
77
<artifactId>basepom</artifactId>
8-
<version>60.0</version>
8+
<version>63.0</version>
99
</parent>
1010

1111
<groupId>com.hubspot.jackson</groupId>
1212
<artifactId>jackson-datatype-protobuf</artifactId>
1313
<version>0.9.18-SNAPSHOT</version>
14+
15+
<name>${project.groupId}:${project.artifactId}</name>
1416
<description>Jackson Module that adds support for reading/writing protobufs</description>
1517

1618
<properties>
@@ -133,6 +135,15 @@
133135
</extensions>
134136
</build>
135137

138+
<url>https://github.com/HubSpot/jackson-datatype-protobuf</url>
139+
140+
<licenses>
141+
<license>
142+
<name>The Apache License, Version 2.0</name>
143+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
144+
</license>
145+
</licenses>
146+
136147
<developers>
137148
<developer>
138149
<name>Jonathan Haber</name>

0 commit comments

Comments
 (0)