|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>dns</artifactId> |
6 | 6 | <name>Direct Project DNS services</name> |
7 | | - <version>8.0.0-SNAPSHOT</version> |
| 7 | + <version>8.0.0</version> |
8 | 8 | <description>Direct Project DNS services</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>https://github.com/DirectProjectJavaRI/dns</url> |
|
82 | 82 | <dependency> |
83 | 83 | <groupId>org.nhind</groupId> |
84 | 84 | <artifactId>config-service-client</artifactId> |
85 | | - <version>8.0.0-SNAPSHOT</version> |
| 85 | + <version>8.0.0</version> |
86 | 86 | </dependency> |
87 | 87 | <dependency> |
88 | 88 | <groupId>org.nhind</groupId> |
89 | 89 | <artifactId>config-model</artifactId> |
90 | | - <version>8.0.0-SNAPSHOT</version> |
| 90 | + <version>8.0.0</version> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>org.nhind</groupId> |
94 | 94 | <artifactId>direct-policy</artifactId> |
95 | | - <version>8.0.0-SNAPSHOT</version> |
| 95 | + <version>8.0.0</version> |
96 | 96 | </dependency> |
97 | 97 | <dependency> |
98 | 98 | <groupId>org.nhind</groupId> |
99 | 99 | <artifactId>direct-common</artifactId> |
100 | | - <version>8.0.0-SNAPSHOT</version> |
| 100 | + <version>8.0.0</version> |
101 | 101 | </dependency> |
102 | 102 | <dependency> |
103 | 103 | <groupId>org.nhind</groupId> |
104 | 104 | <artifactId>config-service-jar</artifactId> |
105 | | - <version>8.0.0-SNAPSHOT</version> |
| 105 | + <version>8.0.0</version> |
106 | 106 | <scope>test</scope> |
107 | 107 | </dependency> |
108 | 108 | <dependency> |
|
0 commit comments