Skip to content

Commit 371632e

Browse files
author
gm2552
committed
Releasing 8.0.0
1 parent caa9e79 commit 371632e

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-manager</artifactId>
6-
<version>8.0.0-SNAPSHOT</version>
6+
<version>8.0.0</version>
77
<packaging>jar</packaging>
88
<name>NHIN Direct Java configuration manager</name>
99
<description>NHIN Direct Java configuration manager</description>
@@ -59,17 +59,17 @@
5959
<dependency>
6060
<groupId>org.nhind</groupId>
6161
<artifactId>config-service-client</artifactId>
62-
<version>8.0.0-SNAPSHOT</version>
62+
<version>8.0.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.nhind</groupId>
6666
<artifactId>direct-common</artifactId>
67-
<version>8.0.0-SNAPSHOT</version>
67+
<version>8.0.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.nhind</groupId>
7171
<artifactId>agent</artifactId>
72-
<version>8.0.0-SNAPSHOT</version>
72+
<version>8.0.0</version>
7373
</dependency>
7474
</dependencies>
7575
<build>

0 commit comments

Comments
 (0)