Skip to content

Commit ca0f794

Browse files
author
gm2552
committed
Updating to SpringBoot 2.1.3 and SpringCloud Greenwich.SR1
1 parent 2556fae commit ca0f794

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 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-model</artifactId>
6-
<version>6.1-SNAPSHOT</version>
6+
<version>6.0.1-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>NHIN Direct Java RI - Configuration Service Data Model</name>
99
<description>NHIN Direct Java RI Configurstion Service Data Model</description>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-dependencies</artifactId>
18-
<version>2.1.2.RELEASE</version>
18+
<version>2.1.3.RELEASE</version>
1919
</parent>
2020
<developers>
2121
<developer>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.nhind</groupId>
3939
<artifactId>direct-policy</artifactId>
40-
<version>6.0</version>
40+
<version>6.0.1-SNAPSHOT</version>
4141
<type>jar</type>
4242
</dependency>
4343
<dependency>

0 commit comments

Comments
 (0)