|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>dns-sboot</artifactId> |
6 | 6 | <name>Direct Project DNS Server SpringBoot Application</name> |
7 | | - <version>8.0.0-SNAPSHOT</version> |
| 7 | + <version>8.0.0</version> |
8 | 8 | <description>Direct Project DNS Server SpringBoot Application</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>https://github.com/DirectProjectJavaRI/dns-sboot</url> |
|
58 | 58 | <dependency> |
59 | 59 | <groupId>io.pivotal.spring.cloud</groupId> |
60 | 60 | <artifactId>spring-cloud-services-dependencies</artifactId> |
61 | | - <version>3.2.1.RELEASE</version> |
| 61 | + <version>3.3.0</version> |
62 | 62 | <type>pom</type> |
63 | 63 | <scope>import</scope> |
64 | 64 | </dependency> |
|
111 | 111 | <dependency> |
112 | 112 | <groupId>org.nhind</groupId> |
113 | 113 | <artifactId>dns</artifactId> |
114 | | - <version>8.0.0-SNAPSHOT</version> |
| 114 | + <version>8.0.0</version> |
115 | 115 | </dependency> |
116 | 116 | <dependency> |
117 | 117 | <groupId>org.nhind</groupId> |
118 | 118 | <artifactId>config-model</artifactId> |
119 | | - <version>8.0.0-SNAPSHOT</version> |
| 119 | + <version>8.0.0</version> |
120 | 120 | </dependency> |
121 | 121 | <dependency> |
122 | 122 | <groupId>org.nhind</groupId> |
123 | 123 | <artifactId>config-service-client</artifactId> |
124 | | - <version>8.0.0-SNAPSHOT</version> |
| 124 | + <version>8.0.0</version> |
125 | 125 | </dependency> |
126 | 126 | <dependency> |
127 | 127 | <groupId>org.nhind</groupId> |
128 | 128 | <artifactId>direct-policy</artifactId> |
129 | | - <version>8.0.0-SNAPSHOT</version> |
| 129 | + <version>8.0.0</version> |
130 | 130 | </dependency> |
131 | 131 | <dependency> |
132 | 132 | <groupId>org.nhind</groupId> |
133 | 133 | <artifactId>direct-common</artifactId> |
134 | | - <version>8.0.0-SNAPSHOT</version> |
| 134 | + <version>8.0.0</version> |
135 | 135 | </dependency> |
136 | 136 | </dependencies> |
137 | 137 | <build> |
|
0 commit comments