Skip to content

Commit a6c70cb

Browse files
author
gm2552
committed
Updting project to version 6.1-SNAPSHOT
1 parent 51ab8d2 commit a6c70cb

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
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.nhind</groupId>
55
<artifactId>config-manager</artifactId>
6-
<version>6.0.1</version>
6+
<version>6.1-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>NHIN Direct Java configuration manager</name>
99
<description>NHIN Direct Java configuration manager</description>
@@ -108,7 +108,8 @@
108108
</goals>
109109
</execution>
110110
</executions>
111-
</plugin>
111+
</plugin>
112+
<!-- for releases only
112113
<plugin>
113114
<groupId>org.apache.maven.plugins</groupId>
114115
<artifactId>maven-gpg-plugin</artifactId>
@@ -121,7 +122,8 @@
121122
</goals>
122123
</execution>
123124
</executions>
124-
</plugin>
125+
</plugin>
126+
-->
125127
</plugins>
126128
</build>
127129
<reporting>

0 commit comments

Comments
 (0)