Skip to content

Commit 129634a

Browse files
authored
Merge pull request #15 from DirectProjectJavaRI/develop
Releasing gateway 8.1.0
2 parents 8243833 + 2519098 commit 129634a

1 file changed

Lines changed: 18 additions & 33 deletions

File tree

pom.xml

Lines changed: 18 additions & 33 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.0.0</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,32 +68,27 @@
6868
<dependency>
6969
<groupId>org.nhind</groupId>
7070
<artifactId>agent</artifactId>
71-
<version>8.0.0</version>
71+
<version>8.1.0</version>
7272
</dependency>
73-
<dependency>
74-
<groupId>org.nhind</groupId>
75-
<artifactId>direct-common</artifactId>
76-
<version>8.0.0</version>
77-
</dependency>
7873
<dependency>
7974
<groupId>org.nhind</groupId>
8075
<artifactId>direct-common-audit</artifactId>
81-
<version>8.0.0</version>
76+
<version>8.1.0</version>
8277
</dependency>
8378
<dependency>
8479
<groupId>org.nhind</groupId>
8580
<artifactId>config-service-client</artifactId>
86-
<version>8.0.0</version>
81+
<version>8.1.0</version>
8782
</dependency>
8883
<dependency>
8984
<groupId>org.nhind</groupId>
9085
<artifactId>direct-msg-monitor-client</artifactId>
91-
<version>8.0.0</version>
86+
<version>8.1.0</version>
9287
</dependency>
9388
<dependency>
9489
<groupId>org.nhind</groupId>
9590
<artifactId>xd-common</artifactId>
96-
<version>8.0.0</version>
91+
<version>8.1.0</version>
9792
<exclusions>
9893
<exclusion>
9994
<groupId>org.springframework.boot</groupId>
@@ -134,7 +129,7 @@
134129
<dependency>
135130
<groupId>org.nhind</groupId>
136131
<artifactId>config-service-jar</artifactId>
137-
<version>8.0.0</version>
132+
<version>8.1.0</version>
138133
<scope>test</scope>
139134
</dependency>
140135
<dependency>
@@ -309,7 +304,16 @@
309304
</execution>
310305
</executions>
311306
</plugin>
312-
-->
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>
313317
</plugins>
314318
</build>
315319
<reporting>
@@ -371,24 +375,5 @@
371375
</configuration>
372376
</plugin>
373377
</plugins>
374-
</reporting>
375-
<distributionManagement>
376-
<site>
377-
<id>nhind-site</id>
378-
<name>NHIN Direct API publication site</name>
379-
<url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/gateway/${project.version}</url>
380-
</site>
381-
<snapshotRepository>
382-
<id>sonatype-snapshot</id>
383-
<name>Sonatype OSS Maven SNAPSHOT Repository</name>
384-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
385-
<uniqueVersion>false</uniqueVersion>
386-
</snapshotRepository>
387-
<repository>
388-
<id>sonatype-release</id>
389-
<name>Sonatype OSS Maven Release Repositor</name>
390-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
391-
<uniqueVersion>false</uniqueVersion>
392-
</repository>
393-
</distributionManagement>
378+
</reporting>
394379
</project>

0 commit comments

Comments
 (0)