Skip to content

Commit d5f8942

Browse files
author
jester
committed
Releasing dns 8.1.0
1 parent fbd8339 commit d5f8942

1 file changed

Lines changed: 14 additions & 24 deletions

File tree

pom.xml

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>dns</artifactId>
66
<name>Direct Project DNS services</name>
7-
<version>8.1.0-SNAPSHOT</version>
7+
<version>8.1.0</version>
88
<description>Direct Project DNS services</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>https://github.com/DirectProjectJavaRI/dns</url>
@@ -91,17 +91,17 @@
9191
<dependency>
9292
<groupId>org.nhind</groupId>
9393
<artifactId>config-service-client</artifactId>
94-
<version>8.1.0-SNAPSHOT</version>
94+
<version>8.1.0</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>org.nhind</groupId>
9898
<artifactId>direct-policy</artifactId>
99-
<version>8.1.0-SNAPSHOT</version>
99+
<version>8.1.0</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>org.nhind</groupId>
103103
<artifactId>config-service-jar</artifactId>
104-
<version>8.1.0-SNAPSHOT</version>
104+
<version>8.1.0</version>
105105
<scope>test</scope>
106106
</dependency>
107107
<dependency>
@@ -261,7 +261,16 @@
261261
</executions>
262262
<version>3.0.1</version>
263263
</plugin>
264-
-->
264+
-->
265+
<plugin>
266+
<groupId>org.sonatype.central</groupId>
267+
<artifactId>central-publishing-maven-plugin</artifactId>
268+
<version>0.8.0</version>
269+
<extensions>true</extensions>
270+
<configuration>
271+
<publishingServerId>central</publishingServerId>
272+
</configuration>
273+
</plugin>
265274
</plugins>
266275
</build>
267276
<reporting>
@@ -324,23 +333,4 @@
324333
</plugin>
325334
</plugins>
326335
</reporting>
327-
<distributionManagement>
328-
<site>
329-
<id>nhind-site</id>
330-
<name>NHIN Direct API publication site</name>
331-
<url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/dns/${project.version}</url>
332-
</site>
333-
<snapshotRepository>
334-
<id>sonatype-snapshot</id>
335-
<name>Sonatype OSS Maven SNAPSHOT Repository</name>
336-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
337-
<uniqueVersion>false</uniqueVersion>
338-
</snapshotRepository>
339-
<repository>
340-
<id>sonatype-release</id>
341-
<name>Sonatype OSS Maven Release Repositor</name>
342-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
343-
<uniqueVersion>false</uniqueVersion>
344-
</repository>
345-
</distributionManagement>
346336
</project>

0 commit comments

Comments
 (0)