Skip to content

Commit 15dc49e

Browse files
author
gm2552
committed
Releasing 8.0.0
1 parent c1aad0f commit 15dc49e

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
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>dns</artifactId>
66
<name>Direct Project DNS services</name>
7-
<version>8.0.0-SNAPSHOT</version>
7+
<version>8.0.0</version>
88
<description>Direct Project DNS services</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>https://github.com/DirectProjectJavaRI/dns</url>
@@ -82,27 +82,27 @@
8282
<dependency>
8383
<groupId>org.nhind</groupId>
8484
<artifactId>config-service-client</artifactId>
85-
<version>8.0.0-SNAPSHOT</version>
85+
<version>8.0.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.nhind</groupId>
8989
<artifactId>config-model</artifactId>
90-
<version>8.0.0-SNAPSHOT</version>
90+
<version>8.0.0</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.nhind</groupId>
9494
<artifactId>direct-policy</artifactId>
95-
<version>8.0.0-SNAPSHOT</version>
95+
<version>8.0.0</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.nhind</groupId>
9999
<artifactId>direct-common</artifactId>
100-
<version>8.0.0-SNAPSHOT</version>
100+
<version>8.0.0</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.nhind</groupId>
104104
<artifactId>config-service-jar</artifactId>
105-
<version>8.0.0-SNAPSHOT</version>
105+
<version>8.0.0</version>
106106
<scope>test</scope>
107107
</dependency>
108108
<dependency>

0 commit comments

Comments
 (0)