Skip to content

Commit 656f820

Browse files
author
Greg Meyer
authored
Merge pull request #6 from DirectProjectJavaRI/develop
Releasing 8.0.1
2 parents 7166b42 + 65274f4 commit 656f820

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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</artifactId>
6-
<version>8.0.0</version>
6+
<version>8.0.1</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>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>io.pivotal.spring.cloud</groupId>
5757
<artifactId>spring-cloud-services-dependencies</artifactId>
58-
<version>3.3.0</version>
58+
<version>3.2.0.RELEASE</version>
5959
<type>pom</type>
6060
<scope>import</scope>
6161
</dependency>
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>org.nhind</groupId>
106106
<artifactId>config-service-jar</artifactId>
107-
<version>8.0.0</version>
107+
<version>8.0.1</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>org.nhind</groupId>
@@ -218,7 +218,7 @@
218218
</execution>
219219
</executions>
220220
</plugin>
221-
<!-- for releases only
221+
<!-- for releases only
222222
<plugin>
223223
<groupId>org.apache.maven.plugins</groupId>
224224
<artifactId>maven-gpg-plugin</artifactId>
@@ -232,7 +232,7 @@
232232
</execution>
233233
</executions>
234234
</plugin>
235-
-->
235+
-->
236236
</plugins>
237237
</build>
238238
<reporting>

0 commit comments

Comments
 (0)