Skip to content

Commit f7bbe13

Browse files
author
gm2552
committed
Releasing v 8.0.0
1 parent a70466e commit f7bbe13

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>direct-common</artifactId>
66
<name>Direct Project common APIs</name>
7-
<version>8.0.0-SNAPSHOT</version>
7+
<version>8.0.0</version>
88
<description>Direct Project common APIs. Includes instrumentation, auditing, and other utility APIs</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-common/${project.version}</url>
@@ -293,7 +293,8 @@
293293
</goals>
294294
</execution>
295295
</executions>
296-
</plugin>
296+
</plugin>
297+
<!-- For Releases only
297298
<plugin>
298299
<groupId>org.apache.maven.plugins</groupId>
299300
<artifactId>maven-gpg-plugin</artifactId>
@@ -307,7 +308,8 @@
307308
</execution>
308309
</executions>
309310
<version>3.0.1</version>
310-
</plugin>
311+
</plugin>
312+
-->
311313
</plugins>
312314
</build>
313315
<reporting>

0 commit comments

Comments
 (0)