Skip to content

Commit 2519098

Browse files
author
jester
committed
Releasing gateway 8.1.0
1 parent 8c7ce6f commit 2519098

1 file changed

Lines changed: 18 additions & 28 deletions

File tree

pom.xml

Lines changed: 18 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>gateway</artifactId>
66
<name>Direct Project Agent Gateways.</name>
7-
<version>8.1.0-SNAPSHOT</version>
7+
<version>8.1.0</version>
88
<description>Direct Project security agent gateways and bridges.</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>https://github.com/DirectProjectJavaRI/gateway</url>
@@ -68,27 +68,27 @@
6868
<dependency>
6969
<groupId>org.nhind</groupId>
7070
<artifactId>agent</artifactId>
71-
<version>8.1.0-SNAPSHOT</version>
71+
<version>8.1.0</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.nhind</groupId>
7575
<artifactId>direct-common-audit</artifactId>
76-
<version>8.1.0-SNAPSHOT</version>
76+
<version>8.1.0</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.nhind</groupId>
8080
<artifactId>config-service-client</artifactId>
81-
<version>8.1.0-SNAPSHOT</version>
81+
<version>8.1.0</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.nhind</groupId>
8585
<artifactId>direct-msg-monitor-client</artifactId>
86-
<version>8.1.0-SNAPSHOT</version>
86+
<version>8.1.0</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>org.nhind</groupId>
9090
<artifactId>xd-common</artifactId>
91-
<version>8.1.0-SNAPSHOT</version>
91+
<version>8.1.0</version>
9292
<exclusions>
9393
<exclusion>
9494
<groupId>org.springframework.boot</groupId>
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>org.nhind</groupId>
131131
<artifactId>config-service-jar</artifactId>
132-
<version>8.1.0-SNAPSHOT</version>
132+
<version>8.1.0</version>
133133
<scope>test</scope>
134134
</dependency>
135135
<dependency>
@@ -304,7 +304,16 @@
304304
</execution>
305305
</executions>
306306
</plugin>
307-
-->
307+
-->
308+
<plugin>
309+
<groupId>org.sonatype.central</groupId>
310+
<artifactId>central-publishing-maven-plugin</artifactId>
311+
<version>0.8.0</version>
312+
<extensions>true</extensions>
313+
<configuration>
314+
<publishingServerId>central</publishingServerId>
315+
</configuration>
316+
</plugin>
308317
</plugins>
309318
</build>
310319
<reporting>
@@ -366,24 +375,5 @@
366375
</configuration>
367376
</plugin>
368377
</plugins>
369-
</reporting>
370-
<distributionManagement>
371-
<site>
372-
<id>nhind-site</id>
373-
<name>NHIN Direct API publication site</name>
374-
<url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/gateway/${project.version}</url>
375-
</site>
376-
<snapshotRepository>
377-
<id>sonatype-snapshot</id>
378-
<name>Sonatype OSS Maven SNAPSHOT Repository</name>
379-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
380-
<uniqueVersion>false</uniqueVersion>
381-
</snapshotRepository>
382-
<repository>
383-
<id>sonatype-release</id>
384-
<name>Sonatype OSS Maven Release Repositor</name>
385-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
386-
<uniqueVersion>false</uniqueVersion>
387-
</repository>
388-
</distributionManagement>
378+
</reporting>
389379
</project>

0 commit comments

Comments
 (0)