Skip to content

Commit 9651072

Browse files
author
jester
committed
Releasing agent 6.1.0
1 parent 402dbbf commit 9651072

File tree

1 file changed

+11
-21
lines changed

1 file changed

+11
-21
lines changed

pom.xml

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>agent</artifactId>
66
<name>Direct Project Security And Trust Agent</name>
7-
<version>6.1.0-SNAPSHOT</version>
7+
<version>6.1.0</version>
88
<description>Direct Project Security And Trust Agent</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>https://github.com/DirectProjectJavaRI/agent</url>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.nhind</groupId>
6767
<artifactId>direct-common</artifactId>
68-
<version>6.1.0-SNAPSHOT</version>
68+
<version>6.1.0</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.nhind</groupId>
@@ -302,6 +302,15 @@
302302
</executions>
303303
</plugin>
304304
-->
305+
<plugin>
306+
<groupId>org.sonatype.central</groupId>
307+
<artifactId>central-publishing-maven-plugin</artifactId>
308+
<version>0.8.0</version>
309+
<extensions>true</extensions>
310+
<configuration>
311+
<publishingServerId>central</publishingServerId>
312+
</configuration>
313+
</plugin>
305314
</plugins>
306315
</build>
307316
<reporting>
@@ -366,23 +375,4 @@
366375
</plugin>
367376
</plugins>
368377
</reporting>
369-
<distributionManagement>
370-
<site>
371-
<id>nhind-site</id>
372-
<name>NHIN Direct API publication site</name>
373-
<url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/agent/${project.version}</url>
374-
</site>
375-
<snapshotRepository>
376-
<id>sonatype-snapshot</id>
377-
<name>Sonatype OSS Maven SNAPSHOT Repository</name>
378-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
379-
<uniqueVersion>false</uniqueVersion>
380-
</snapshotRepository>
381-
<repository>
382-
<id>sonatype-release</id>
383-
<name>Sonatype OSS Maven Release Repositor</name>
384-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
385-
<uniqueVersion>false</uniqueVersion>
386-
</repository>
387-
</distributionManagement>
388378
</project>

0 commit comments

Comments
 (0)