Skip to content

Commit bd4ae5d

Browse files
author
gm2552
committed
Releasing 8.0.0
1 parent 8dfa942 commit bd4ae5d

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
@@ -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>8.0.0-SNAPSHOT</version>
7+
<version>8.0.0</version>
88
<description>Direct Project DNS Server SpringBoot Application</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>https://github.com/DirectProjectJavaRI/dns-sboot</url>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>io.pivotal.spring.cloud</groupId>
6060
<artifactId>spring-cloud-services-dependencies</artifactId>
61-
<version>3.2.1.RELEASE</version>
61+
<version>3.3.0</version>
6262
<type>pom</type>
6363
<scope>import</scope>
6464
</dependency>
@@ -111,27 +111,27 @@
111111
<dependency>
112112
<groupId>org.nhind</groupId>
113113
<artifactId>dns</artifactId>
114-
<version>8.0.0-SNAPSHOT</version>
114+
<version>8.0.0</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.nhind</groupId>
118118
<artifactId>config-model</artifactId>
119-
<version>8.0.0-SNAPSHOT</version>
119+
<version>8.0.0</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>org.nhind</groupId>
123123
<artifactId>config-service-client</artifactId>
124-
<version>8.0.0-SNAPSHOT</version>
124+
<version>8.0.0</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>org.nhind</groupId>
128128
<artifactId>direct-policy</artifactId>
129-
<version>8.0.0-SNAPSHOT</version>
129+
<version>8.0.0</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.nhind</groupId>
133133
<artifactId>direct-common</artifactId>
134-
<version>8.0.0-SNAPSHOT</version>
134+
<version>8.0.0</version>
135135
</dependency>
136136
</dependencies>
137137
<build>

0 commit comments

Comments
 (0)