|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>gateway</artifactId> |
6 | 6 | <name>Direct Project Agent Gateways.</name> |
7 | | - <version>8.0.0-SNAPSHOT</version> |
| 7 | + <version>8.0.0</version> |
8 | 8 | <description>Direct Project security agent gateways and bridges.</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>https://github.com/DirectProjectJavaRI/gateway</url> |
|
68 | 68 | <dependency> |
69 | 69 | <groupId>org.nhind</groupId> |
70 | 70 | <artifactId>agent</artifactId> |
71 | | - <version>8.0.0-SNAPSHOT</version> |
| 71 | + <version>8.0.0</version> |
72 | 72 | </dependency> |
73 | 73 | <dependency> |
74 | 74 | <groupId>org.nhind</groupId> |
75 | 75 | <artifactId>direct-common</artifactId> |
76 | | - <version>8.0.0-SNAPSHOT</version> |
| 76 | + <version>8.0.0</version> |
77 | 77 | </dependency> |
78 | 78 | <dependency> |
79 | 79 | <groupId>org.nhind</groupId> |
80 | 80 | <artifactId>direct-common-audit</artifactId> |
81 | | - <version>8.0.0-SNAPSHOT</version> |
| 81 | + <version>8.0.0</version> |
82 | 82 | </dependency> |
83 | 83 | <dependency> |
84 | 84 | <groupId>org.nhind</groupId> |
85 | 85 | <artifactId>config-service-client</artifactId> |
86 | | - <version>8.0.0-SNAPSHOT</version> |
| 86 | + <version>8.0.0</version> |
87 | 87 | </dependency> |
88 | 88 | <dependency> |
89 | 89 | <groupId>org.nhind</groupId> |
90 | 90 | <artifactId>direct-msg-monitor-client</artifactId> |
91 | | - <version>8.0.0-SNAPSHOT</version> |
| 91 | + <version>8.0.0</version> |
92 | 92 | </dependency> |
93 | 93 | <dependency> |
94 | 94 | <groupId>org.nhind</groupId> |
95 | 95 | <artifactId>xd-common</artifactId> |
96 | | - <version>8.0.0-SNAPSHOT</version> |
| 96 | + <version>8.0.0</version> |
97 | 97 | <exclusions> |
98 | 98 | <exclusion> |
99 | 99 | <groupId>org.springframework.boot</groupId> |
|
134 | 134 | <dependency> |
135 | 135 | <groupId>org.nhind</groupId> |
136 | 136 | <artifactId>config-service-jar</artifactId> |
137 | | - <version>8.0.0-SNAPSHOT</version> |
| 137 | + <version>8.0.0</version> |
138 | 138 | <scope>test</scope> |
139 | 139 | </dependency> |
140 | 140 | <dependency> |
|
0 commit comments