File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <groupId >in.ashwanthkumar</groupId >
55 <artifactId >slack-java-webhook</artifactId >
66 <version >0.0.1</version >
7- <name >Slack Webhook integration in Java</name >
7+ <name >Slack Webhook (Java)</name >
8+ <description >Slack Webhook API in Java</description >
89
910 <properties >
1011 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
146147 </execution >
147148 </executions >
148149 </plugin >
150+ <plugin >
151+ <groupId >org.sonatype.plugins</groupId >
152+ <artifactId >nexus-staging-maven-plugin</artifactId >
153+ <version >1.6.3</version >
154+ <extensions >true</extensions >
155+ <configuration >
156+ <serverId >ossrh</serverId >
157+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
158+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
159+ </configuration >
160+ </plugin >
149161 </plugins >
150162 </build >
151163 </profile >
You can’t perform that action at this time.
0 commit comments