We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It was not my intent to include the pom change that changed the maven coordinates in PR10. You probably want to restore the following sections:
<groupId>com.jasonclawson</groupId> <artifactId>jackson-dataformat-hocon</artifactId>
and
<url>https://github.com/jclawson/jackson-dataformat-hocon</url>
<scm> <connection>scm:git:https://github.com/jclawson/jackson-dataformat-hocon.git</connection> <developerConnection>scm:git:https://github.com/jclawson/jackson-dataformat-hocon.git</developerConnection> <url>https://github.com/jclawson/jackson-dataformat-hocon/</url> </scm>
<issueManagement> <system>github</system> <url>https://github.com/jclawson/jackson-dataformat-hocon/issues</url> </issueManagement>
The text was updated successfully, but these errors were encountered:
Restore author coordinates in pom.xml after jclawson#10
ccecfba
Fix jclawson#11
No branches or pull requests
It was not my intent to include the pom change that changed the maven coordinates in PR10. You probably want to restore the following sections:
and
and
and
The text was updated successfully, but these errors were encountered: