Skip to content

Commit 9391ebb

Browse files
author
Greg Meyer
authored
Merge pull request #7 from DirectProjectJavaRI/develop
Releasing 8.0.1
2 parents 9c481f5 + cce3ba0 commit 9391ebb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 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-war</artifactId>
6-
<version>8.0.0</version>
6+
<version>8.0.1</version>
77
<packaging>war</packaging>
88
<name>NHIN-Direct Configuration Service Web Application Module</name>
99
<description>NHIN-Direct Configuration Service Web Application Module</description>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.nhind</groupId>
6666
<artifactId>config-service-jar</artifactId>
67-
<version>8.0.0</version>
67+
<version>8.0.1</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.nhind</groupId>
@@ -194,8 +194,8 @@
194194
</goals>
195195
</execution>
196196
</executions>
197-
</plugin>
198-
<!-- for releases only
197+
</plugin>
198+
<!-- for releases only
199199
<plugin>
200200
<groupId>org.apache.maven.plugins</groupId>
201201
<artifactId>maven-gpg-plugin</artifactId>
@@ -210,7 +210,7 @@
210210
</executions>
211211
<version>3.0.1</version>
212212
</plugin>
213-
-->
213+
-->
214214
</plugins>
215215
</build>
216216
<distributionManagement>

0 commit comments

Comments
 (0)