We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808efee commit fd4b693Copy full SHA for fd4b693
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>in.ashwanthkumar</groupId>
5
<artifactId>slack-java-webhook</artifactId>
6
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
7
<name>Slack Webhook integration in Java</name>
8
9
<properties>
@@ -55,11 +55,11 @@
55
56
<distributionManagement>
57
<snapshotRepository>
58
- <id>sonatype-snapshots</id>
+ <id>ossrh</id>
59
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
60
</snapshotRepository>
61
<repository>
62
- <id>sonatype-deploy</id>
63
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
64
</repository>
65
</distributionManagement>
0 commit comments