Skip to content

Commit ead4b6a

Browse files
author
gm2552
committed
Releasing 8.0.0
1 parent cd9e6e6 commit ead4b6a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>gateway</artifactId>
66
<name>Direct Project Agent Gateways.</name>
7-
<version>8.0.0-SNAPSHOT</version>
7+
<version>8.0.0</version>
88
<description>Direct Project security agent gateways and bridges.</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>https://github.com/DirectProjectJavaRI/gateway</url>
@@ -68,32 +68,32 @@
6868
<dependency>
6969
<groupId>org.nhind</groupId>
7070
<artifactId>agent</artifactId>
71-
<version>8.0.0-SNAPSHOT</version>
71+
<version>8.0.0</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.nhind</groupId>
7575
<artifactId>direct-common</artifactId>
76-
<version>8.0.0-SNAPSHOT</version>
76+
<version>8.0.0</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.nhind</groupId>
8080
<artifactId>direct-common-audit</artifactId>
81-
<version>8.0.0-SNAPSHOT</version>
81+
<version>8.0.0</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.nhind</groupId>
8585
<artifactId>config-service-client</artifactId>
86-
<version>8.0.0-SNAPSHOT</version>
86+
<version>8.0.0</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>org.nhind</groupId>
9090
<artifactId>direct-msg-monitor-client</artifactId>
91-
<version>8.0.0-SNAPSHOT</version>
91+
<version>8.0.0</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.nhind</groupId>
9595
<artifactId>xd-common</artifactId>
96-
<version>8.0.0-SNAPSHOT</version>
96+
<version>8.0.0</version>
9797
<exclusions>
9898
<exclusion>
9999
<groupId>org.springframework.boot</groupId>
@@ -134,7 +134,7 @@
134134
<dependency>
135135
<groupId>org.nhind</groupId>
136136
<artifactId>config-service-jar</artifactId>
137-
<version>8.0.0-SNAPSHOT</version>
137+
<version>8.0.0</version>
138138
<scope>test</scope>
139139
</dependency>
140140
<dependency>

0 commit comments

Comments
 (0)