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.
2 parents bd5fe41 + 9e6535a commit f12f4aeCopy full SHA for f12f4ae
pom.xml
@@ -57,6 +57,25 @@
57
<tag>HEAD</tag>
58
</scm>
59
60
+ <distributionManagement>
61
+ <repository>
62
+ <id>sonatype.release</id>
63
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
64
+ </repository>
65
+ <snapshotRepository>
66
+ <id>sonatype.snapshots</id>
67
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
68
+ </snapshotRepository>
69
+ <site>
70
+ <id>cdap</id>
71
+ <url>http://cdap.io</url>
72
+ </site>
73
+ </distributionManagement>
74
+
75
+ <issueManagement>
76
+ <url>https://issues.cask.co/browse/CDAP</url>
77
+ </issueManagement>
78
79
<properties>
80
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
81
<cdap.version>5.1.0-SNAPSHOT</cdap.version>
0 commit comments