Skip to content

Commit e4bdbc0

Browse files
author
gm2552
committed
Releasing 8.0.4
1 parent 331d7e0 commit e4bdbc0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 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-service</artifactId>
6-
<version>8.1.0-SNAPSHOT</version>
6+
<version>8.0.4</version>
77
<packaging>jar</packaging>
88
<name>NHIN Direct Java RI config service spring boot application</name>
99
<description>NHIN Direct Java RI config service spring boot application</description>
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>org.nhind</groupId>
106106
<artifactId>config-service-jar</artifactId>
107-
<version>8.0.3</version>
107+
<version>8.0.4</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>org.nhind</groupId>
@@ -218,7 +218,6 @@
218218
</execution>
219219
</executions>
220220
</plugin>
221-
<!-- for releases only
222221
<plugin>
223222
<groupId>org.apache.maven.plugins</groupId>
224223
<artifactId>maven-gpg-plugin</artifactId>
@@ -232,7 +231,6 @@
232231
</execution>
233232
</executions>
234233
</plugin>
235-
-->
236234
</plugins>
237235
</build>
238236
<reporting>

0 commit comments

Comments
 (0)