Skip to content

Commit aee4e5a

Browse files
author
gm2552
committed
Updating to SpringBoot 2.1.3 and SpringCloud Greenwich.SR1
1 parent fcdbd06 commit aee4e5a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.nhind</groupId>
77
<artifactId>xdmail</artifactId>
8-
<version>6.1-SNAPSHOT</version>
8+
<version>6.0.1-SNAPSHOT</version>
99
<name>NHIN Direct XD* Mail Gateway</name>
1010
<description>NHIN Direct XD* Mail Gateway</description>
1111
<url>https://github.com/DirectProjectJavaRI/xdmail</url>
@@ -35,7 +35,7 @@
3535
<parent>
3636
<groupId>org.springframework.boot</groupId>
3737
<artifactId>spring-boot-dependencies</artifactId>
38-
<version>2.1.2.RELEASE</version>
38+
<version>2.1.3.RELEASE</version>
3939
</parent>
4040
<scm>
4141
<url>https://github.com/DirectProjectJavaRI/xdmail.git</url>
@@ -46,14 +46,14 @@
4646
<dependency>
4747
<groupId>org.springframework.boot</groupId>
4848
<artifactId>spring-boot-dependencies</artifactId>
49-
<version>2.1.2.RELEASE</version>
49+
<version>2.1.3.RELEASE</version>
5050
<type>pom</type>
5151
<scope>import</scope>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.springframework.cloud</groupId>
5555
<artifactId>spring-cloud-starter-parent</artifactId>
56-
<version>Greenwich.RELEASE</version>
56+
<version>Greenwich.SR1</version>
5757
<type>pom</type>
5858
<scope>import</scope>
5959
</dependency>
@@ -120,19 +120,19 @@
120120
<dependency>
121121
<groupId>org.nhind</groupId>
122122
<artifactId>xd-common</artifactId>
123-
<version>6.0</version>
123+
<version>6.0.1-SNAPSHOT</version>
124124
<scope>compile</scope>
125125
</dependency>
126126
<dependency>
127127
<groupId>org.nhind</groupId>
128128
<artifactId>agent</artifactId>
129-
<version>6.0</version>
129+
<version>6.0.3-SNAPSHOT</version>
130130
<scope>compile</scope>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.nhind</groupId>
134134
<artifactId>gateway</artifactId>
135-
<version>6.0</version>
135+
<version>6.0.2-SNAPSHOT</version>
136136
<scope>compile</scope>
137137
</dependency>
138138
<dependency>

0 commit comments

Comments
 (0)