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 318317f commit 3d7f4e4Copy full SHA for 3d7f4e4
pom.xml
@@ -57,6 +57,17 @@
57
<url>git@github.com:SAP/cf-java-logging-support.git</url>
58
</scm>
59
60
+ <distributionManagement>
61
+ <snapshotRepository>
62
+ <id>ossrh</id>
63
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
64
+ </snapshotRepository>
65
+ <repository>
66
67
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
68
+ </repository>
69
+ </distributionManagement>
70
+
71
<properties>
72
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
73
<jackson-jr.version>2.6.3</jackson-jr.version>
0 commit comments