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 51ab8d2 commit a6c70cbCopy full SHA for a6c70cb
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.nhind</groupId>
5
<artifactId>config-manager</artifactId>
6
- <version>6.0.1</version>
+ <version>6.1-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<name>NHIN Direct Java configuration manager</name>
9
<description>NHIN Direct Java configuration manager</description>
@@ -108,7 +108,8 @@
108
</goals>
109
</execution>
110
</executions>
111
- </plugin>
+ </plugin>
112
+ <!-- for releases only
113
<plugin>
114
<groupId>org.apache.maven.plugins</groupId>
115
<artifactId>maven-gpg-plugin</artifactId>
@@ -121,7 +122,8 @@
121
122
123
124
125
126
+ -->
127
</plugins>
128
</build>
129
<reporting>
0 commit comments