Skip to content

Commit 3d3e52f

Browse files
author
gm2552
committed
Updating project version to 7.1-SNAPSHOT.
1 parent 49cc33c commit 3d3e52f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pom.xml

Lines changed: 4 additions & 2 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-model</artifactId>
6-
<version>7.0</version>
6+
<version>7.1-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>NHIN Direct Java RI - Configuration Service Data Model</name>
99
<description>NHIN Direct Java RI Configurstion Service Data Model</description>
@@ -199,7 +199,8 @@
199199
</goals>
200200
</execution>
201201
</executions>
202-
</plugin>
202+
</plugin>
203+
<!-- for releases only
203204
<plugin>
204205
<groupId>org.apache.maven.plugins</groupId>
205206
<artifactId>maven-gpg-plugin</artifactId>
@@ -213,6 +214,7 @@
213214
</execution>
214215
</executions>
215216
</plugin>
217+
-->
216218
</plugins>
217219
</build>
218220
<reporting>

0 commit comments

Comments
 (0)