Skip to content

Commit 681800c

Browse files
authored
Merge pull request #7 from DirectProjectJavaRI/develop
Releasing xdmail 8.1.0
2 parents a18f268 + a6f33f8 commit 681800c

File tree

1 file changed

+13
-25
lines changed

1 file changed

+13
-25
lines changed

pom.xml

Lines changed: 13 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.nhind</groupId>
77
<artifactId>xdmail</artifactId>
8-
<version>8.0.0</version>
8+
<version>8.1.0</version>
99
<name>NHIN Direct XD* Mail Gateway</name>
1010
<description>NHIN Direct XD* Mail Gateway</description>
1111
<url>https://github.com/DirectProjectJavaRI/xdmail</url>
@@ -94,19 +94,19 @@
9494
<dependency>
9595
<groupId>org.nhind</groupId>
9696
<artifactId>xd-common</artifactId>
97-
<version>8.0.0</version>
97+
<version>8.1.0</version>
9898
<scope>compile</scope>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.nhind</groupId>
102102
<artifactId>agent</artifactId>
103-
<version>8.0.0</version>
103+
<version>8.1.0</version>
104104
<scope>compile</scope>
105105
</dependency>
106106
<dependency>
107107
<groupId>org.nhind</groupId>
108108
<artifactId>gateway</artifactId>
109-
<version>8.0.0</version>
109+
<version>8.1.0</version>
110110
<scope>compile</scope>
111111
</dependency>
112112
<dependency>
@@ -241,6 +241,15 @@
241241
</executions>
242242
</plugin>
243243
-->
244+
<plugin>
245+
<groupId>org.sonatype.central</groupId>
246+
<artifactId>central-publishing-maven-plugin</artifactId>
247+
<version>0.8.0</version>
248+
<extensions>true</extensions>
249+
<configuration>
250+
<publishingServerId>central</publishingServerId>
251+
</configuration>
252+
</plugin>
244253
</plugins>
245254
</build>
246255

@@ -304,25 +313,4 @@
304313
</plugin>
305314
</plugins>
306315
</reporting>
307-
308-
<distributionManagement>
309-
<site>
310-
<id>nhind-site</id>
311-
<name>NHIN Direct API publication site</name>
312-
<url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/xdmail/${project.version}
313-
</url>
314-
</site>
315-
<snapshotRepository>
316-
<id>sonatype-snapshot</id>
317-
<name>Sonatype OSS Maven SNAPSHOT Repository</name>
318-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
319-
<uniqueVersion>false</uniqueVersion>
320-
</snapshotRepository>
321-
<repository>
322-
<id>sonatype-release</id>
323-
<name>Sonatype OSS Maven Release Repositor</name>
324-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
325-
<uniqueVersion>false</uniqueVersion>
326-
</repository>
327-
</distributionManagement>
328316
</project>

0 commit comments

Comments
 (0)