Skip to content

Commit 2b5916d

Browse files
author
gm2552
committed
Fixing pom for 6.0 release. Version was still in snapshot.
1 parent d029083 commit 2b5916d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pom.xml

Lines changed: 2 additions & 4 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>6.0-SNAPSHOT</version>
6+
<version>6.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>
@@ -183,8 +183,7 @@
183183
</goals>
184184
</execution>
185185
</executions>
186-
</plugin>
187-
<!-- for releases only
186+
</plugin>
188187
<plugin>
189188
<groupId>org.apache.maven.plugins</groupId>
190189
<artifactId>maven-gpg-plugin</artifactId>
@@ -198,7 +197,6 @@
198197
</execution>
199198
</executions>
200199
</plugin>
201-
-->
202200

203201
</plugins>
204202
</build>

0 commit comments

Comments
 (0)