|
10 | 10 | <modelVersion>4.0.0</modelVersion>
|
11 | 11 | <groupId>io.lighty.core</groupId>
|
12 | 12 | <artifactId>lighty-bom</artifactId>
|
13 |
| - <version>14.2.2-SNAPSHOT</version> |
| 13 | + <version>14.3.0</version> |
14 | 14 | <packaging>pom</packaging>
|
15 | 15 |
|
16 | 16 | <name>${project.groupId}:${project.artifactId}</name>
|
|
26 | 26 | <dependency>
|
27 | 27 | <groupId>io.lighty.core</groupId>
|
28 | 28 | <artifactId>lighty-codecs</artifactId>
|
29 |
| - <version>14.2.2-SNAPSHOT</version> |
| 29 | + <version>14.3.0</version> |
30 | 30 | </dependency>
|
31 | 31 | <dependency>
|
32 | 32 | <groupId>io.lighty.core</groupId>
|
33 | 33 | <artifactId>lighty-common</artifactId>
|
34 |
| - <version>14.2.2-SNAPSHOT</version> |
| 34 | + <version>14.3.0</version> |
35 | 35 | </dependency>
|
36 | 36 | <dependency>
|
37 | 37 | <groupId>io.lighty.core</groupId>
|
38 | 38 | <artifactId>lighty-controller</artifactId>
|
39 |
| - <version>14.2.2-SNAPSHOT</version> |
| 39 | + <version>14.3.0</version> |
40 | 40 | </dependency>
|
41 | 41 | <dependency>
|
42 | 42 | <groupId>io.lighty.core</groupId>
|
43 | 43 | <artifactId>lighty-clustering</artifactId>
|
44 |
| - <version>14.2.2-SNAPSHOT</version> |
| 44 | + <version>14.3.0</version> |
45 | 45 | </dependency>
|
46 | 46 |
|
47 | 47 | <!-- DI framework integrations -->
|
48 | 48 | <dependency>
|
49 | 49 | <groupId>io.lighty.core</groupId>
|
50 | 50 | <artifactId>lighty-controller-guice-di</artifactId>
|
51 |
| - <version>14.2.2-SNAPSHOT</version> |
| 51 | + <version>14.3.0</version> |
52 | 52 | </dependency>
|
53 | 53 | <dependency>
|
54 | 54 | <groupId>io.lighty.core</groupId>
|
55 | 55 | <artifactId>lighty-controller-spring-di</artifactId>
|
56 |
| - <version>14.2.2-SNAPSHOT</version> |
| 56 | + <version>14.3.0</version> |
57 | 57 | </dependency>
|
58 | 58 |
|
59 | 59 | <!-- Modules -->
|
60 | 60 | <dependency>
|
61 | 61 | <groupId>io.lighty.modules.tests</groupId>
|
62 | 62 | <artifactId>integration-tests</artifactId>
|
63 |
| - <version>14.2.2-SNAPSHOT</version> |
| 63 | + <version>14.3.0</version> |
64 | 64 | </dependency>
|
65 | 65 | <dependency>
|
66 | 66 | <groupId>io.lighty.modules.tests</groupId>
|
67 | 67 | <artifactId>integration-tests-aaa</artifactId>
|
68 |
| - <version>14.2.2-SNAPSHOT</version> |
| 68 | + <version>14.3.0</version> |
69 | 69 | </dependency>
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>io.lighty.modules</groupId>
|
72 | 72 | <artifactId>lighty-aaa</artifactId>
|
73 |
| - <version>14.2.2-SNAPSHOT</version> |
| 73 | + <version>14.3.0</version> |
74 | 74 | </dependency>
|
75 | 75 | <dependency>
|
76 | 76 | <groupId>io.lighty.modules</groupId>
|
77 | 77 | <artifactId>lighty-jetty-server</artifactId>
|
78 |
| - <version>14.2.2-SNAPSHOT</version> |
| 78 | + <version>14.3.0</version> |
79 | 79 | </dependency>
|
80 | 80 | <dependency>
|
81 | 81 | <groupId>io.lighty.modules</groupId>
|
82 | 82 | <artifactId>lighty-netconf-sb</artifactId>
|
83 |
| - <version>14.2.2-SNAPSHOT</version> |
| 83 | + <version>14.3.0</version> |
84 | 84 | </dependency>
|
85 | 85 | <dependency>
|
86 | 86 | <groupId>io.lighty.modules</groupId>
|
87 | 87 | <artifactId>lighty-restconf-nb-community</artifactId>
|
88 |
| - <version>14.2.2-SNAPSHOT</version> |
| 88 | + <version>14.3.0</version> |
89 | 89 | </dependency>
|
90 | 90 | <dependency>
|
91 | 91 | <groupId>io.lighty.modules</groupId>
|
92 | 92 | <artifactId>lighty-swagger</artifactId>
|
93 |
| - <version>14.2.2-SNAPSHOT</version> |
| 93 | + <version>14.3.0</version> |
94 | 94 | </dependency>
|
95 | 95 | <dependency>
|
96 | 96 | <groupId>io.lighty.modules</groupId>
|
97 | 97 | <artifactId>lighty-openflow-sb</artifactId>
|
98 |
| - <version>14.2.2-SNAPSHOT</version> |
| 98 | + <version>14.3.0</version> |
99 | 99 | </dependency>
|
100 | 100 | <dependency>
|
101 | 101 | <groupId>io.lighty.modules</groupId>
|
102 | 102 | <artifactId>lighty-aaa-encryption-service</artifactId>
|
103 |
| - <version>14.2.2-SNAPSHOT</version> |
| 103 | + <version>14.3.0</version> |
104 | 104 | </dependency>
|
105 | 105 |
|
106 | 106 | <!-- gNMI -->
|
107 | 107 | <dependency>
|
108 | 108 | <groupId>io.lighty.modules.gnmi</groupId>
|
109 | 109 | <artifactId>lighty-gnmi-connector</artifactId>
|
110 |
| - <version>14.2.2-SNAPSHOT</version> |
| 110 | + <version>14.3.0</version> |
111 | 111 | </dependency>
|
112 | 112 | <dependency>
|
113 | 113 | <groupId>io.lighty.modules.gnmi</groupId>
|
114 | 114 | <artifactId>lighty-gnmi-commons</artifactId>
|
115 |
| - <version>14.2.2-SNAPSHOT</version> |
| 115 | + <version>14.3.0</version> |
116 | 116 | </dependency>
|
117 | 117 | <dependency>
|
118 | 118 | <groupId>io.lighty.modules.gnmi</groupId>
|
119 | 119 | <artifactId>lighty-gnmi-proto</artifactId>
|
120 |
| - <version>14.2.2-SNAPSHOT</version> |
| 120 | + <version>14.3.0</version> |
121 | 121 | </dependency>
|
122 | 122 | <dependency>
|
123 | 123 | <groupId>io.lighty.modules.gnmi</groupId>
|
124 | 124 | <artifactId>lighty-gnmi-device-simulator</artifactId>
|
125 |
| - <version>14.2.2-SNAPSHOT</version> |
| 125 | + <version>14.3.0</version> |
126 | 126 | </dependency>
|
127 | 127 | <dependency>
|
128 | 128 | <groupId>io.lighty.modules.gnmi.southbound</groupId>
|
129 | 129 | <artifactId>lighty-gnmi-sb</artifactId>
|
130 |
| - <version>14.2.2-SNAPSHOT</version> |
| 130 | + <version>14.3.0</version> |
131 | 131 | </dependency>
|
132 | 132 | <dependency>
|
133 | 133 | <groupId>io.lighty.models.gnmi</groupId>
|
134 | 134 | <artifactId>lighty-gnmi-topology-model</artifactId>
|
135 |
| - <version>14.2.2-SNAPSHOT</version> |
| 135 | + <version>14.3.0</version> |
136 | 136 | </dependency>
|
137 | 137 | <dependency>
|
138 | 138 | <groupId>io.lighty.models.gnmi</groupId>
|
139 | 139 | <artifactId>lighty-gnmi-yang-storage-model</artifactId>
|
140 |
| - <version>14.2.2-SNAPSHOT</version> |
| 140 | + <version>14.3.0</version> |
141 | 141 | </dependency>
|
142 | 142 | <dependency>
|
143 | 143 | <groupId>io.lighty.models.gnmi</groupId>
|
144 | 144 | <artifactId>lighty-gnmi-certificates-storage-model</artifactId>
|
145 |
| - <version>14.2.2-SNAPSHOT</version> |
| 145 | + <version>14.3.0</version> |
146 | 146 | </dependency>
|
147 | 147 | <dependency>
|
148 | 148 | <groupId>io.lighty.models.gnmi</groupId>
|
149 | 149 | <artifactId>lighty-gnmi-force-capabilities</artifactId>
|
150 |
| - <version>14.2.2-SNAPSHOT</version> |
| 150 | + <version>14.3.0</version> |
151 | 151 | </dependency>
|
152 | 152 |
|
153 | 153 | <!-- lighty applications -->
|
154 | 154 | <dependency>
|
155 | 155 | <groupId>io.lighty.applications.rcgnmi</groupId>
|
156 | 156 | <artifactId>lighty-rcgnmi-app</artifactId>
|
157 |
| - <version>14.2.2-SNAPSHOT</version> |
| 157 | + <version>14.3.0</version> |
158 | 158 | </dependency>
|
159 | 159 | <dependency>
|
160 | 160 | <groupId>io.lighty.applications.rcgnmi</groupId>
|
161 | 161 | <artifactId>lighty-rcgnmi-app-module</artifactId>
|
162 |
| - <version>14.2.2-SNAPSHOT</version> |
| 162 | + <version>14.3.0</version> |
163 | 163 | </dependency>
|
164 | 164 | <dependency>
|
165 | 165 | <groupId>io.lighty.applications.rnc</groupId>
|
166 | 166 | <artifactId>lighty-rnc-app</artifactId>
|
167 |
| - <version>14.2.2-SNAPSHOT</version> |
| 167 | + <version>14.3.0</version> |
168 | 168 | </dependency>
|
169 | 169 | <dependency>
|
170 | 170 | <groupId>io.lighty.applications.rnc</groupId>
|
171 | 171 | <artifactId>lighty-rnc-module</artifactId>
|
172 |
| - <version>14.2.2-SNAPSHOT</version> |
| 172 | + <version>14.3.0</version> |
173 | 173 | </dependency>
|
174 | 174 |
|
175 | 175 | <!-- lighty examples -->
|
176 | 176 | <dependency>
|
177 | 177 | <groupId>io.lighty.kit.examples.controllers</groupId>
|
178 | 178 | <artifactId>lighty-community-aaa-restconf-app</artifactId>
|
179 |
| - <version>14.2.2-SNAPSHOT</version> |
| 179 | + <version>14.3.0</version> |
180 | 180 | </dependency>
|
181 | 181 | <dependency>
|
182 | 182 | <groupId>io.lighty.kit.examples.controllers</groupId>
|
183 | 183 | <artifactId>lighty-community-restconf-netconf-app</artifactId>
|
184 |
| - <version>14.2.2-SNAPSHOT</version> |
| 184 | + <version>14.3.0</version> |
185 | 185 | </dependency>
|
186 | 186 | <dependency>
|
187 | 187 | <groupId>io.lighty.core</groupId>
|
188 | 188 | <artifactId>lighty-controller-springboot</artifactId>
|
189 |
| - <version>14.2.2-SNAPSHOT</version> |
| 189 | + <version>14.3.0</version> |
190 | 190 | </dependency>
|
191 | 191 |
|
192 | 192 | <!-- Utility resources -->
|
193 | 193 | <dependency>
|
194 | 194 | <groupId>io.lighty.resources</groupId>
|
195 | 195 | <artifactId>controller-application-assembly</artifactId>
|
196 |
| - <version>14.2.2-SNAPSHOT</version> |
| 196 | + <version>14.3.0</version> |
197 | 197 | <scope>provided</scope>
|
198 | 198 | </dependency>
|
199 | 199 | <dependency>
|
200 | 200 | <groupId>io.lighty.resources</groupId>
|
201 | 201 | <artifactId>singlenode-configuration</artifactId>
|
202 |
| - <version>14.2.2-SNAPSHOT</version> |
| 202 | + <version>14.3.0</version> |
203 | 203 | </dependency>
|
204 | 204 | <dependency>
|
205 | 205 | <groupId>io.lighty.resources</groupId>
|
206 | 206 | <artifactId>start-script</artifactId>
|
207 |
| - <version>14.2.2-SNAPSHOT</version> |
| 207 | + <version>14.3.0</version> |
208 | 208 | </dependency>
|
209 | 209 |
|
210 | 210 | <!-- Dependencies and resources which should not normally leak into production -->
|
211 | 211 | <dependency>
|
212 | 212 | <groupId>io.lighty.models.test</groupId>
|
213 | 213 | <artifactId>lighty-test-models</artifactId>
|
214 |
| - <version>14.2.2-SNAPSHOT</version> |
| 214 | + <version>14.3.0</version> |
215 | 215 | <scope>test</scope>
|
216 | 216 | </dependency>
|
217 | 217 | <dependency>
|
218 | 218 | <groupId>io.lighty.models.test</groupId>
|
219 | 219 | <artifactId>lighty-toaster</artifactId>
|
220 |
| - <version>14.2.2-SNAPSHOT</version> |
| 220 | + <version>14.3.0</version> |
221 | 221 | <scope>test</scope>
|
222 | 222 | </dependency>
|
223 | 223 | <dependency>
|
224 | 224 | <groupId>io.lighty.resources</groupId>
|
225 | 225 | <artifactId>log4j-properties</artifactId>
|
226 |
| - <version>14.2.2-SNAPSHOT</version> |
| 226 | + <version>14.3.0</version> |
227 | 227 | <scope>test</scope>
|
228 | 228 | </dependency>
|
229 | 229 | </dependencies>
|
|
0 commit comments