We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be71295 commit 3d588bbCopy full SHA for 3d588bb
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.hubspot.jackson</groupId>
12
<artifactId>jackson-datatype-protobuf</artifactId>
13
- <version>0.9.18</version>
+ <version>0.9.19-SNAPSHOT</version>
14
15
<name>${project.groupId}:${project.artifactId}</name>
16
<description>Jackson Module that adds support for reading/writing protobufs</description>
@@ -155,6 +155,6 @@
155
<connection>scm:git:[email protected]:HubSpot/jackson-datatype-protobuf.git</connection>
156
<developerConnection>scm:git:[email protected]:HubSpot/jackson-datatype-protobuf.git</developerConnection>
157
<url>[email protected]:HubSpot/jackson-datatype-protobuf.git</url>
158
- <tag>jackson-datatype-protobuf-0.9.18</tag>
+ <tag>HEAD</tag>
159
</scm>
160
</project>
0 commit comments