Skip to content

Commit 8771008

Browse files
author
Greg Meyer
authored
Merge pull request #4 from DirectProjectJavaRI/develop
Releasing 6.0.1
2 parents 820c310 + 0902dda commit 8771008

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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>dns-sboot</artifactId>
66
<name>Direct Project DNS Server SpringBoot Application</name>
7-
<version>6.0</version>
7+
<version>6.0.1</version>
88
<description>Direct Project DNS Server SpringBoot Application</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>https://github.com/DirectProjectJavaRI/dns-sboot</url>
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>org.springframework.boot</groupId>
3434
<artifactId>spring-boot-starter-parent</artifactId>
35-
<version>2.1.2.RELEASE</version>
35+
<version>2.1.6.RELEASE</version>
3636
<relativePath />
3737
</parent>
3838
<licenses>
@@ -46,21 +46,21 @@
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.6.RELEASE</version>
5050
<type>pom</type>
5151
<scope>import</scope>
5252
</dependency>
5353
<dependency>
5454
<groupId>io.pivotal.spring.cloud</groupId>
5555
<artifactId>spring-cloud-services-dependencies</artifactId>
56-
<version>2.0.3.RELEASE</version>
56+
<version>2.1.1.RELEASE</version>
5757
<type>pom</type>
5858
<scope>import</scope>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.springframework.cloud</groupId>
6262
<artifactId>spring-cloud-starter-parent</artifactId>
63-
<version>Greenwich.RELEASE</version>
63+
<version>Greenwich.SR1</version>
6464
<type>pom</type>
6565
<scope>import</scope>
6666
</dependency>
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>org.nhind</groupId>
108108
<artifactId>dns</artifactId>
109-
<version>6.0</version>
109+
<version>6.0.1</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.nhind</groupId>
@@ -121,7 +121,7 @@
121121
<dependency>
122122
<groupId>org.nhind</groupId>
123123
<artifactId>direct-common</artifactId>
124-
<version>6.0</version>
124+
<version>6.0.1</version>
125125
</dependency>
126126
</dependencies>
127127
<build>
@@ -230,7 +230,7 @@
230230
<plugin>
231231
<groupId>org.apache.maven.plugins</groupId>
232232
<artifactId>maven-javadoc-plugin</artifactId>
233-
<version>2.6.1</version>
233+
<version>2.9.1</version>
234234
<configuration>
235235
<additionalparam>-Xdoclint:none</additionalparam>
236236
<charset>UTF-8</charset>
@@ -278,7 +278,7 @@
278278
<plugin>
279279
<groupId>org.apache.maven.plugins</groupId>
280280
<artifactId>maven-javadoc-plugin</artifactId>
281-
<version>2.6.1</version>
281+
<version>2.9.1</version>
282282
<configuration>
283283
<additionalparam>-Xdoclint:none</additionalparam>
284284
<charset>UTF-8</charset>

0 commit comments

Comments
 (0)