We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cc33c commit 3d3e52fCopy full SHA for 3d3e52f
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.nhind</groupId>
5
<artifactId>config-model</artifactId>
6
- <version>7.0</version>
+ <version>7.1-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<name>NHIN Direct Java RI - Configuration Service Data Model</name>
9
<description>NHIN Direct Java RI Configurstion Service Data Model</description>
@@ -199,7 +199,8 @@
199
</goals>
200
</execution>
201
</executions>
202
- </plugin>
+ </plugin>
203
+ <!-- for releases only
204
<plugin>
205
<groupId>org.apache.maven.plugins</groupId>
206
<artifactId>maven-gpg-plugin</artifactId>
@@ -213,6 +214,7 @@
213
214
215
216
</plugin>
217
+ -->
218
</plugins>
219
</build>
220
<reporting>
0 commit comments