Skip to content

Commit 6d6f6c9

Browse files
author
jester
committed
Releasing xd 8.1.0
1 parent 195637f commit 6d6f6c9

1 file changed

Lines changed: 13 additions & 26 deletions

File tree

pom.xml

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>xd</artifactId>
66
<name>NHIN Direct XD* Web Endpoint</name>
7-
<version>8.1.0-SNAPSHOT</version>
7+
<version>8.1.0</version>
88
<description>NHIN Direct XD Component</description>
99
<inceptionYear>2010</inceptionYear>
1010
<packaging>war</packaging>
@@ -200,18 +200,18 @@
200200
<dependency>
201201
<groupId>${project.groupId}</groupId>
202202
<artifactId>xd-common</artifactId>
203-
<version>8.1.0-SNAPSHOT</version>
203+
<version>8.1.0</version>
204204
</dependency>
205205
<dependency>
206206
<groupId>${project.groupId}</groupId>
207207
<artifactId>xdmail</artifactId>
208-
<version>8.1.0-SNAPSHOT</version>
208+
<version>8.1.0</version>
209209
<scope>test</scope>
210210
</dependency>
211211
<dependency>
212212
<groupId>${project.groupId}</groupId>
213213
<artifactId>direct-msg-monitor-model</artifactId>
214-
<version>8.1.0-SNAPSHOT</version>
214+
<version>8.1.0</version>
215215
<scope>test</scope>
216216
</dependency>
217217
<dependency>
@@ -366,6 +366,15 @@
366366
</executions>
367367
</plugin>
368368
-->
369+
<plugin>
370+
<groupId>org.sonatype.central</groupId>
371+
<artifactId>central-publishing-maven-plugin</artifactId>
372+
<version>0.8.0</version>
373+
<extensions>true</extensions>
374+
<configuration>
375+
<publishingServerId>central</publishingServerId>
376+
</configuration>
377+
</plugin>
369378
</plugins>
370379
</build>
371380
</profile>
@@ -427,28 +436,6 @@
427436
</plugin>
428437
</plugins>
429438
</reporting>
430-
431-
<distributionManagement>
432-
<site>
433-
<id>nhind-site</id>
434-
<name>NHIN Direct API publication site</name>
435-
<url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/xd/${project.version}
436-
</url>
437-
</site>
438-
<snapshotRepository>
439-
<id>sonatype-snapshot</id>
440-
<name>Sonatype OSS Maven SNAPSHOT Repository</name>
441-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
442-
<uniqueVersion>false</uniqueVersion>
443-
</snapshotRepository>
444-
<repository>
445-
<id>sonatype-release</id>
446-
<name>Sonatype OSS Maven Release Repositor</name>
447-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
448-
<uniqueVersion>false</uniqueVersion>
449-
</repository>
450-
451-
</distributionManagement>
452439
</project>
453440

454441

0 commit comments

Comments
 (0)