Skip to content

Commit 34b182d

Browse files
author
gm2552
committed
Releasing 6.0.3
1 parent 2fbbef3 commit 34b182d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>gateway</artifactId>
66
<name>Direct Project Agent Gateways.</name>
7-
<version>6.0.3-SNAPSHOT</version>
7+
<version>6.0.3</version>
88
<description>Direct Project security agent gateways and bridges.</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>https://github.com/DirectProjectJavaRI/gateway</url>
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.springframework.boot</groupId>
3030
<artifactId>spring-boot-dependencies</artifactId>
31-
<version>2.1.3.RELEASE</version>
31+
<version>2.1.9.RELEASE</version>
3232
</parent>
3333
<scm>
3434
<url>https://nhin-d.googlecode.com/hg/java/gateway/</url>
@@ -45,14 +45,14 @@
4545
<dependency>
4646
<groupId>org.springframework.boot</groupId>
4747
<artifactId>spring-boot-dependencies</artifactId>
48-
<version>2.1.3.RELEASE</version>
48+
<version>2.1.9.RELEASE</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.springframework.cloud</groupId>
5454
<artifactId>spring-cloud-starter-parent</artifactId>
55-
<version>Greenwich.SR1</version>
55+
<version>Greenwich.SR3</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.nhind</groupId>
6969
<artifactId>direct-common</artifactId>
70-
<version>6.0</version>
70+
<version>6.0.1</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.nhind</groupId>
@@ -156,7 +156,7 @@
156156
<dependency>
157157
<groupId>org.nhind</groupId>
158158
<artifactId>config-service-jar</artifactId>
159-
<version>6.0.1</version>
159+
<version>6.0.4</version>
160160
<scope>test</scope>
161161
</dependency>
162162
<dependency>
@@ -205,17 +205,17 @@
205205
<extension>
206206
<groupId>org.apache.maven.wagon</groupId>
207207
<artifactId>wagon-webdav-jackrabbit</artifactId>
208-
<version>3.1.0</version>
208+
<version>3.3.3</version>
209209
</extension>
210210
<extension>
211211
<groupId>org.apache.maven.wagon</groupId>
212212
<artifactId>wagon-ssh-external</artifactId>
213-
<version>3.1.0</version>
213+
<version>3.3.3</version>
214214
</extension>
215215
<extension>
216216
<groupId>org.apache.maven.wagon</groupId>
217217
<artifactId>wagon-ssh</artifactId>
218-
<version>3.1.0</version>
218+
<version>3.3.3</version>
219219
</extension>
220220
</extensions>
221221
<resources>

0 commit comments

Comments
 (0)