Skip to content

Commit 82f374b

Browse files
author
jester
committed
Releasing config-service-client 8.1.0
1 parent 953751f commit 82f374b

1 file changed

Lines changed: 16 additions & 28 deletions

File tree

pom.xml

Lines changed: 16 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.nhind</groupId>
55
<artifactId>config-service-client</artifactId>
6-
<version>8.1.0-SNAPSHOT</version>
6+
<version>8.1.0</version>
77
<packaging>jar</packaging>
88
<name>NHIN Direct Java config service client proxy</name>
99
<description>NHIN Direct Java config service client proxy</description>
@@ -60,12 +60,12 @@
6060
<dependency>
6161
<groupId>org.nhind</groupId>
6262
<artifactId>config-model</artifactId>
63-
<version>8.1.0-SNAPSHOT</version>
63+
<version>8.1.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.nhind</groupId>
6767
<artifactId>direct-common</artifactId>
68-
<version>8.1.0-SNAPSHOT</version>
68+
<version>8.1.0</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.springframework.cloud</groupId>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>org.nhind</groupId>
9595
<artifactId>config-service-jar</artifactId>
96-
<version>8.1.0-SNAPSHOT</version>
96+
<version>8.1.0</version>
9797
<scope>test</scope>
9898
</dependency>
9999
<dependency>
@@ -175,8 +175,8 @@
175175
</goals>
176176
</execution>
177177
</executions>
178-
</plugin>
179-
<!--
178+
</plugin>
179+
<!-- For Releases only
180180
<plugin>
181181
<groupId>org.apache.maven.plugins</groupId>
182182
<artifactId>maven-gpg-plugin</artifactId>
@@ -191,7 +191,16 @@
191191
</executions>
192192
<version>3.0.1</version>
193193
</plugin>
194-
-->
194+
-->
195+
<plugin>
196+
<groupId>org.sonatype.central</groupId>
197+
<artifactId>central-publishing-maven-plugin</artifactId>
198+
<version>0.8.0</version>
199+
<extensions>true</extensions>
200+
<configuration>
201+
<publishingServerId>central</publishingServerId>
202+
</configuration>
203+
</plugin>
195204
</plugins>
196205
</build>
197206
<reporting>
@@ -258,25 +267,4 @@
258267
</plugin>
259268
</plugins>
260269
</reporting>
261-
262-
<distributionManagement>
263-
<site>
264-
<id>nhind-site</id>
265-
<name>NHIN Direct API publication site</name>
266-
<url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-service-client/${project.version}</url>
267-
</site>
268-
<snapshotRepository>
269-
<id>sonatype-snapshot</id>
270-
<name>Sonatype OSS Maven SNAPSHOT Repository</name>
271-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
272-
<uniqueVersion>false</uniqueVersion>
273-
</snapshotRepository>
274-
<repository>
275-
<id>sonatype-release</id>
276-
<name>Sonatype OSS Maven Release Repositor</name>
277-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
278-
<uniqueVersion>false</uniqueVersion>
279-
</repository>
280-
</distributionManagement>
281-
282270
</project>

0 commit comments

Comments
 (0)