Skip to content

Commit b6e1e10

Browse files
author
jester
committed
Releasing config-service-ware 8.1.0-SNAPSHOT
1 parent 27e6e7b commit b6e1e10

1 file changed

Lines changed: 12 additions & 22 deletions

File tree

pom.xml

Lines changed: 12 additions & 22 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-war</artifactId>
6-
<version>8.1.0-SNAPSHOT</version>
6+
<version>8.1.0</version>
77
<packaging>war</packaging>
88
<name>NHIN-Direct Configuration Service Web Application Module</name>
99
<description>NHIN-Direct Configuration Service Web Application Module</description>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.nhind</groupId>
6666
<artifactId>config-service-jar</artifactId>
67-
<version>8.1.0-SNAPSHOT</version>
67+
<version>8.1.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.springframework.boot</groupId>
@@ -220,25 +220,15 @@
220220
<version>3.0.1</version>
221221
</plugin>
222222
-->
223+
<plugin>
224+
<groupId>org.sonatype.central</groupId>
225+
<artifactId>central-publishing-maven-plugin</artifactId>
226+
<version>0.8.0</version>
227+
<extensions>true</extensions>
228+
<configuration>
229+
<publishingServerId>central</publishingServerId>
230+
</configuration>
231+
</plugin>
223232
</plugins>
224-
</build>
225-
<distributionManagement>
226-
<site>
227-
<id>nhind-site</id>
228-
<name>NHIN Direct API publication site</name>
229-
<url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-service/${project.version}</url>
230-
</site>
231-
<snapshotRepository>
232-
<id>sonatype-snapshot</id>
233-
<name>Sonatype OSS Maven SNAPSHOT Repository</name>
234-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
235-
<uniqueVersion>false</uniqueVersion>
236-
</snapshotRepository>
237-
<repository>
238-
<id>sonatype-release</id>
239-
<name>Sonatype OSS Maven Release Repositor</name>
240-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
241-
<uniqueVersion>false</uniqueVersion>
242-
</repository>
243-
</distributionManagement>
233+
</build>
244234
</project>

0 commit comments

Comments
 (0)