Skip to content

Commit 7baa77a

Browse files
author
gm2552
committed
Updating to SpringBoot 2.1.3 and SpringCloud Greenwich.SR1
1 parent 447fee9 commit 7baa77a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.nhind</groupId>
55
<artifactId>config-manager</artifactId>
6-
<version>6.1-SNAPSHOT</version>
6+
<version>6.0.1-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>NHIN Direct Java configuration manager</name>
99
<description>NHIN Direct Java configuration manager</description>
1010
<url>https://github.com/DirectProjectJavaRI/config-manager</url>
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.1.2.RELEASE</version>
14+
<version>2.1.3.RELEASE</version>
1515
<relativePath />
1616
</parent>
1717
<scm>
@@ -38,7 +38,7 @@
3838
</licenses>
3939
<properties>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41-
<spring-cloud-dependencies.version>Greenwich.RELEASE</spring-cloud-dependencies.version>
41+
<spring-cloud-dependencies.version>Greenwich.SR1</spring-cloud-dependencies.version>
4242
</properties>
4343
<dependencyManagement>
4444
<dependencies>
@@ -55,17 +55,17 @@
5555
<dependency>
5656
<groupId>org.nhind</groupId>
5757
<artifactId>config-service-client</artifactId>
58-
<version>6.0</version>
58+
<version>6.0.1-SNAPSHOT</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.nhind</groupId>
6262
<artifactId>direct-common</artifactId>
63-
<version>6.0</version>
63+
<version>6.0.1-SNAPSHOT</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.nhind</groupId>
6767
<artifactId>agent</artifactId>
68-
<version>6.0</version>
68+
<version>6.0.3-SNAPSHOT</version>
6969
</dependency>
7070
</dependencies>
7171
<build>

0 commit comments

Comments
 (0)