We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d029083 commit 2b5916dCopy full SHA for 2b5916d
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.nhind</groupId>
5
<artifactId>config-service-war</artifactId>
6
- <version>6.0-SNAPSHOT</version>
+ <version>6.0</version>
7
<packaging>war</packaging>
8
<name>NHIN-Direct Configuration Service Web Application Module</name>
9
<description>NHIN-Direct Configuration Service Web Application Module</description>
@@ -183,8 +183,7 @@
183
</goals>
184
</execution>
185
</executions>
186
- </plugin>
187
- <!-- for releases only
+ </plugin>
188
<plugin>
189
<groupId>org.apache.maven.plugins</groupId>
190
<artifactId>maven-gpg-plugin</artifactId>
@@ -198,7 +197,6 @@
198
197
199
200
</plugin>
201
- -->
202
203
</plugins>
204
</build>
0 commit comments