Skip to content

Commit 762487f

Browse files
author
gm2552
committed
Releasing 8.0.0
1 parent 7a6c750 commit 762487f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.nhind</groupId>
55
<artifactId>config-service-client</artifactId>
6-
<version>8.0.0-SNAPSHOT</version>
6+
<version>8.0.0</version>
77
<packaging>jar</packaging>
88
<name>NHIN Direct Java config service client proxy</name>
99
<description>NHIN Direct Java config service client proxy</description>
@@ -60,12 +60,12 @@
6060
<dependency>
6161
<groupId>org.nhind</groupId>
6262
<artifactId>config-model</artifactId>
63-
<version>8.0.0-SNAPSHOT</version>
63+
<version>8.0.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.nhind</groupId>
6767
<artifactId>direct-common</artifactId>
68-
<version>8.0.0-SNAPSHOT</version>
68+
<version>8.0.0</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.springframework.cloud</groupId>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.nhind</groupId>
8181
<artifactId>config-service-jar</artifactId>
82-
<version>8.0.0-SNAPSHOT</version>
82+
<version>8.0.0</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>

0 commit comments

Comments
 (0)