|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>dns</artifactId> |
6 | 6 | <name>Direct Project DNS services</name> |
7 | | - <version>8.1.0-SNAPSHOT</version> |
| 7 | + <version>8.1.0</version> |
8 | 8 | <description>Direct Project DNS services</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>https://github.com/DirectProjectJavaRI/dns</url> |
|
91 | 91 | <dependency> |
92 | 92 | <groupId>org.nhind</groupId> |
93 | 93 | <artifactId>config-service-client</artifactId> |
94 | | - <version>8.1.0-SNAPSHOT</version> |
| 94 | + <version>8.1.0</version> |
95 | 95 | </dependency> |
96 | 96 | <dependency> |
97 | 97 | <groupId>org.nhind</groupId> |
98 | 98 | <artifactId>direct-policy</artifactId> |
99 | | - <version>8.1.0-SNAPSHOT</version> |
| 99 | + <version>8.1.0</version> |
100 | 100 | </dependency> |
101 | 101 | <dependency> |
102 | 102 | <groupId>org.nhind</groupId> |
103 | 103 | <artifactId>config-service-jar</artifactId> |
104 | | - <version>8.1.0-SNAPSHOT</version> |
| 104 | + <version>8.1.0</version> |
105 | 105 | <scope>test</scope> |
106 | 106 | </dependency> |
107 | 107 | <dependency> |
|
261 | 261 | </executions> |
262 | 262 | <version>3.0.1</version> |
263 | 263 | </plugin> |
264 | | - --> |
| 264 | + --> |
| 265 | + <plugin> |
| 266 | + <groupId>org.sonatype.central</groupId> |
| 267 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 268 | + <version>0.8.0</version> |
| 269 | + <extensions>true</extensions> |
| 270 | + <configuration> |
| 271 | + <publishingServerId>central</publishingServerId> |
| 272 | + </configuration> |
| 273 | + </plugin> |
265 | 274 | </plugins> |
266 | 275 | </build> |
267 | 276 | <reporting> |
|
324 | 333 | </plugin> |
325 | 334 | </plugins> |
326 | 335 | </reporting> |
327 | | - <distributionManagement> |
328 | | - <site> |
329 | | - <id>nhind-site</id> |
330 | | - <name>NHIN Direct API publication site</name> |
331 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/dns/${project.version}</url> |
332 | | - </site> |
333 | | - <snapshotRepository> |
334 | | - <id>sonatype-snapshot</id> |
335 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
336 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
337 | | - <uniqueVersion>false</uniqueVersion> |
338 | | - </snapshotRepository> |
339 | | - <repository> |
340 | | - <id>sonatype-release</id> |
341 | | - <name>Sonatype OSS Maven Release Repositor</name> |
342 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
343 | | - <uniqueVersion>false</uniqueVersion> |
344 | | - </repository> |
345 | | - </distributionManagement> |
346 | 336 | </project> |
0 commit comments