Skip to content

Commit fd4b693

Browse files
committed
Updating the server ids
1 parent 808efee commit fd4b693

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>in.ashwanthkumar</groupId>
55
<artifactId>slack-java-webhook</artifactId>
6-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
77
<name>Slack Webhook integration in Java</name>
88

99
<properties>
@@ -55,11 +55,11 @@
5555

5656
<distributionManagement>
5757
<snapshotRepository>
58-
<id>sonatype-snapshots</id>
58+
<id>ossrh</id>
5959
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
6060
</snapshotRepository>
6161
<repository>
62-
<id>sonatype-deploy</id>
62+
<id>ossrh</id>
6363
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
6464
</repository>
6565
</distributionManagement>

0 commit comments

Comments
 (0)