Skip to content

Commit c884da5

Browse files
author
jester
committed
Releasing direct-common 6.1.0
1 parent f36678b commit c884da5

File tree

1 file changed

+11
-21
lines changed

1 file changed

+11
-21
lines changed

pom.xml

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>direct-common</artifactId>
66
<name>Direct Project common APIs</name>
7-
<version>6.1.0-SNAPSHOT</version>
7+
<version>6.1.0</version>
88
<description>Direct Project common APIs. Includes instrumentation, auditing, and other utility APIs</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-common/${project.version}</url>
@@ -296,7 +296,16 @@
296296
</execution>
297297
</executions>
298298
</plugin>
299-
-->
299+
-->
300+
<plugin>
301+
<groupId>org.sonatype.central</groupId>
302+
<artifactId>central-publishing-maven-plugin</artifactId>
303+
<version>0.8.0</version>
304+
<extensions>true</extensions>
305+
<configuration>
306+
<publishingServerId>central</publishingServerId>
307+
</configuration>
308+
</plugin>
300309
</plugins>
301310
</build>
302311
<reporting>
@@ -362,23 +371,4 @@
362371
</plugin>
363372
</plugins>
364373
</reporting>
365-
<distributionManagement>
366-
<site>
367-
<id>nhind-site</id>
368-
<name>NHIN Direct API publication site</name>
369-
<url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-common/${project.version}</url>
370-
</site>
371-
<snapshotRepository>
372-
<id>sonatype-snapshot</id>
373-
<name>Sonatype OSS Maven SNAPSHOT Repository</name>
374-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
375-
<uniqueVersion>false</uniqueVersion>
376-
</snapshotRepository>
377-
<repository>
378-
<id>sonatype-release</id>
379-
<name>Sonatype OSS Maven Release Repositor</name>
380-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
381-
<uniqueVersion>false</uniqueVersion>
382-
</repository>
383-
</distributionManagement>
384374
</project>

0 commit comments

Comments
 (0)