Skip to content

Commit fe4e202

Browse files
committed
[maven-release-plugin] prepare release 16.3.0
1 parent 3e1eb6c commit fe4e202

File tree

63 files changed

+129
-125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+129
-125
lines changed

lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<parent>
1414
<groupId>io.lighty.core</groupId>
1515
<artifactId>lighty-parent</artifactId>
16-
<version>16.3.0-SNAPSHOT</version>
16+
<version>16.3.0</version>
1717
<relativePath>../../../lighty-core/lighty-parent/pom.xml</relativePath>
1818
</parent>
1919

2020
<groupId>io.lighty.applications.rcgnmi</groupId>
2121
<artifactId>lighty-rcgnmi-app-module</artifactId>
22-
<version>16.3.0-SNAPSHOT</version>
22+
<version>16.3.0</version>
2323

2424
<dependencies>
2525
<dependency>

lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<parent>
1414
<groupId>io.lighty.core</groupId>
1515
<artifactId>lighty-app-parent</artifactId>
16-
<version>16.3.0-SNAPSHOT</version>
16+
<version>16.3.0</version>
1717
<relativePath>../../../lighty-core/lighty-app-parent/pom.xml</relativePath>
1818
</parent>
1919

2020
<groupId>io.lighty.applications.rcgnmi</groupId>
2121
<artifactId>lighty-rcgnmi-app</artifactId>
22-
<version>16.3.0-SNAPSHOT</version>
22+
<version>16.3.0</version>
2323

2424
<properties>
2525
<application.main.class>io.lighty.applications.rcgnmi.app.RCgNMIApp</application.main.class>

lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>io.lighty.applications.rcgnmi</groupId>
1414
<artifactId>lighty-rcgnmi-app-aggregator</artifactId>
15-
<version>16.3.0-SNAPSHOT</version>
15+
<version>16.3.0</version>
1616
<packaging>pom</packaging>
1717

1818
<properties>

lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<parent>
1313
<groupId>io.lighty.core</groupId>
1414
<artifactId>lighty-app-parent</artifactId>
15-
<version>16.3.0-SNAPSHOT</version>
15+
<version>16.3.0</version>
1616
<relativePath>../../../lighty-core/lighty-app-parent/pom.xml</relativePath>
1717
</parent>
1818

1919
<groupId>io.lighty.applications.rnc</groupId>
2020
<artifactId>lighty-rnc-app</artifactId>
21-
<version>16.3.0-SNAPSHOT</version>
21+
<version>16.3.0</version>
2222
<packaging>jar</packaging>
2323

2424
<properties>

lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<parent>
1313
<groupId>io.lighty.core</groupId>
1414
<artifactId>lighty-parent</artifactId>
15-
<version>16.3.0-SNAPSHOT</version>
15+
<version>16.3.0</version>
1616
<relativePath>../../../lighty-core/lighty-parent/pom.xml</relativePath>
1717
</parent>
1818

1919
<groupId>io.lighty.applications.rnc</groupId>
2020
<artifactId>lighty-rnc-module</artifactId>
21-
<version>16.3.0-SNAPSHOT</version>
21+
<version>16.3.0</version>
2222

2323
<dependencies>
2424
<dependency>

lighty-applications/lighty-rnc-app-aggregator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.lighty.applications.rnc</groupId>
1313
<artifactId>lighty-rnc-aggregator</artifactId>
14-
<version>16.3.0-SNAPSHOT</version>
14+
<version>16.3.0</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>

lighty-applications/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.lighty.applications</groupId>
1313
<artifactId>lighty-applications-aggregator</artifactId>
14-
<version>16.3.0-SNAPSHOT</version>
14+
<version>16.3.0</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>

lighty-core/dependency-versions/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>io.lighty.core</groupId>
1212
<artifactId>dependency-versions</artifactId>
13-
<version>16.3.0-SNAPSHOT</version>
13+
<version>16.3.0</version>
1414
<packaging>pom</packaging>
1515

1616
<name>${project.groupId}:${project.artifactId}</name>

lighty-core/lighty-app-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>io.lighty.core</groupId>
1414
<artifactId>lighty-parent</artifactId>
15-
<version>16.3.0-SNAPSHOT</version>
15+
<version>16.3.0</version>
1616
<relativePath>../lighty-parent</relativePath>
1717
</parent>
1818

lighty-core/lighty-binding-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>io.lighty.core</groupId>
1414
<artifactId>lighty-parent</artifactId>
15-
<version>16.3.0-SNAPSHOT</version>
15+
<version>16.3.0</version>
1616
<relativePath>../lighty-parent</relativePath>
1717
</parent>
1818

lighty-core/lighty-bom/pom.xml

+40-40
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>io.lighty.core</groupId>
1212
<artifactId>lighty-bom</artifactId>
13-
<version>16.3.0-SNAPSHOT</version>
13+
<version>16.3.0</version>
1414
<packaging>pom</packaging>
1515

1616
<name>${project.groupId}:${project.artifactId}</name>
@@ -26,216 +26,216 @@
2626
<dependency>
2727
<groupId>io.lighty.core</groupId>
2828
<artifactId>lighty-codecs-util</artifactId>
29-
<version>16.3.0-SNAPSHOT</version>
29+
<version>16.3.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>io.lighty.core</groupId>
3333
<artifactId>lighty-common</artifactId>
34-
<version>16.3.0-SNAPSHOT</version>
34+
<version>16.3.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>io.lighty.core</groupId>
3838
<artifactId>lighty-controller</artifactId>
39-
<version>16.3.0-SNAPSHOT</version>
39+
<version>16.3.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>io.lighty.core</groupId>
4343
<artifactId>lighty-clustering</artifactId>
44-
<version>16.3.0-SNAPSHOT</version>
44+
<version>16.3.0</version>
4545
</dependency>
4646

4747
<!-- DI framework integrations -->
4848
<dependency>
4949
<groupId>io.lighty.core</groupId>
5050
<artifactId>lighty-controller-guice-di</artifactId>
51-
<version>16.3.0-SNAPSHOT</version>
51+
<version>16.3.0</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>io.lighty.core</groupId>
5555
<artifactId>lighty-controller-spring-di</artifactId>
56-
<version>16.3.0-SNAPSHOT</version>
56+
<version>16.3.0</version>
5757
</dependency>
5858

5959
<!-- Models -->
6060
<dependency>
6161
<groupId>io.lighty.models</groupId>
6262
<artifactId>openconfig-models</artifactId>
63-
<version>16.3.0-SNAPSHOT</version>
63+
<version>16.3.0</version>
6464
</dependency>
6565

6666
<!-- Modules -->
6767
<dependency>
6868
<groupId>io.lighty.modules.tests</groupId>
6969
<artifactId>integration-tests</artifactId>
70-
<version>16.3.0-SNAPSHOT</version>
70+
<version>16.3.0</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>io.lighty.modules.tests</groupId>
7474
<artifactId>integration-tests-aaa</artifactId>
75-
<version>16.3.0-SNAPSHOT</version>
75+
<version>16.3.0</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>io.lighty.modules</groupId>
7979
<artifactId>lighty-aaa</artifactId>
80-
<version>16.3.0-SNAPSHOT</version>
80+
<version>16.3.0</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>io.lighty.modules</groupId>
8484
<artifactId>lighty-jetty-server</artifactId>
85-
<version>16.3.0-SNAPSHOT</version>
85+
<version>16.3.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>io.lighty.modules</groupId>
8989
<artifactId>lighty-netconf-sb</artifactId>
90-
<version>16.3.0-SNAPSHOT</version>
90+
<version>16.3.0</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>io.lighty.modules</groupId>
9494
<artifactId>lighty-restconf-nb-community</artifactId>
95-
<version>16.3.0-SNAPSHOT</version>
95+
<version>16.3.0</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>io.lighty.modules</groupId>
9999
<artifactId>lighty-swagger</artifactId>
100-
<version>16.3.0-SNAPSHOT</version>
100+
<version>16.3.0</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>io.lighty.modules</groupId>
104104
<artifactId>lighty-aaa-encryption-service</artifactId>
105-
<version>16.3.0-SNAPSHOT</version>
105+
<version>16.3.0</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>io.lighty.modules</groupId>
109109
<artifactId>lighty-bgp</artifactId>
110-
<version>16.3.0-SNAPSHOT</version>
110+
<version>16.3.0</version>
111111
</dependency>
112112

113113
<!-- gNMI -->
114114
<dependency>
115115
<groupId>io.lighty.modules.gnmi</groupId>
116116
<artifactId>lighty-gnmi-connector</artifactId>
117-
<version>16.3.0-SNAPSHOT</version>
117+
<version>16.3.0</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>io.lighty.modules.gnmi</groupId>
121121
<artifactId>lighty-gnmi-commons</artifactId>
122-
<version>16.3.0-SNAPSHOT</version>
122+
<version>16.3.0</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>io.lighty.modules.gnmi</groupId>
126126
<artifactId>lighty-gnmi-proto</artifactId>
127-
<version>16.3.0-SNAPSHOT</version>
127+
<version>16.3.0</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>io.lighty.modules.gnmi</groupId>
131131
<artifactId>lighty-gnmi-device-simulator</artifactId>
132-
<version>16.3.0-SNAPSHOT</version>
132+
<version>16.3.0</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>io.lighty.modules.gnmi.southbound</groupId>
136136
<artifactId>lighty-gnmi-sb</artifactId>
137-
<version>16.3.0-SNAPSHOT</version>
137+
<version>16.3.0</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>io.lighty.models.gnmi</groupId>
141141
<artifactId>lighty-gnmi-topology-model</artifactId>
142-
<version>16.3.0-SNAPSHOT</version>
142+
<version>16.3.0</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>io.lighty.models.gnmi</groupId>
146146
<artifactId>lighty-gnmi-yang-storage-model</artifactId>
147-
<version>16.3.0-SNAPSHOT</version>
147+
<version>16.3.0</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>io.lighty.models.gnmi</groupId>
151151
<artifactId>lighty-gnmi-certificates-storage-model</artifactId>
152-
<version>16.3.0-SNAPSHOT</version>
152+
<version>16.3.0</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>io.lighty.models.gnmi</groupId>
156156
<artifactId>lighty-gnmi-force-capabilities</artifactId>
157-
<version>16.3.0-SNAPSHOT</version>
157+
<version>16.3.0</version>
158158
</dependency>
159159

160160
<!-- lighty applications -->
161161
<dependency>
162162
<groupId>io.lighty.applications.rcgnmi</groupId>
163163
<artifactId>lighty-rcgnmi-app</artifactId>
164-
<version>16.3.0-SNAPSHOT</version>
164+
<version>16.3.0</version>
165165
</dependency>
166166
<dependency>
167167
<groupId>io.lighty.applications.rcgnmi</groupId>
168168
<artifactId>lighty-rcgnmi-app-module</artifactId>
169-
<version>16.3.0-SNAPSHOT</version>
169+
<version>16.3.0</version>
170170
</dependency>
171171
<dependency>
172172
<groupId>io.lighty.applications.rnc</groupId>
173173
<artifactId>lighty-rnc-app</artifactId>
174-
<version>16.3.0-SNAPSHOT</version>
174+
<version>16.3.0</version>
175175
</dependency>
176176
<dependency>
177177
<groupId>io.lighty.applications.rnc</groupId>
178178
<artifactId>lighty-rnc-module</artifactId>
179-
<version>16.3.0-SNAPSHOT</version>
179+
<version>16.3.0</version>
180180
</dependency>
181181

182182
<!-- lighty examples -->
183183
<dependency>
184184
<groupId>io.lighty.kit.examples.controllers</groupId>
185185
<artifactId>lighty-community-aaa-restconf-app</artifactId>
186-
<version>16.3.0-SNAPSHOT</version>
186+
<version>16.3.0</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>io.lighty.kit.examples.controllers</groupId>
190190
<artifactId>lighty-community-restconf-netconf-app</artifactId>
191-
<version>16.3.0-SNAPSHOT</version>
191+
<version>16.3.0</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>io.lighty.kit.examples.controllers</groupId>
195195
<artifactId>lighty-bgp-community-restconf-app</artifactId>
196-
<version>16.3.0-SNAPSHOT</version>
196+
<version>16.3.0</version>
197197
</dependency>
198198
<dependency>
199199
<groupId>io.lighty.core</groupId>
200200
<artifactId>lighty-controller-springboot</artifactId>
201-
<version>16.3.0-SNAPSHOT</version>
201+
<version>16.3.0</version>
202202
</dependency>
203203

204204
<!-- Utility resources -->
205205
<dependency>
206206
<groupId>io.lighty.resources</groupId>
207207
<artifactId>controller-application-assembly</artifactId>
208-
<version>16.3.0-SNAPSHOT</version>
208+
<version>16.3.0</version>
209209
<scope>provided</scope>
210210
</dependency>
211211
<dependency>
212212
<groupId>io.lighty.resources</groupId>
213213
<artifactId>singlenode-configuration</artifactId>
214-
<version>16.3.0-SNAPSHOT</version>
214+
<version>16.3.0</version>
215215
</dependency>
216216
<dependency>
217217
<groupId>io.lighty.resources</groupId>
218218
<artifactId>start-script</artifactId>
219-
<version>16.3.0-SNAPSHOT</version>
219+
<version>16.3.0</version>
220220
</dependency>
221221

222222
<!-- Dependencies and resources which should not normally leak into production -->
223223
<dependency>
224224
<groupId>io.lighty.models.test</groupId>
225225
<artifactId>lighty-test-models</artifactId>
226-
<version>16.3.0-SNAPSHOT</version>
226+
<version>16.3.0</version>
227227
<scope>test</scope>
228228
</dependency>
229229
<dependency>
230230
<groupId>io.lighty.models.test</groupId>
231231
<artifactId>lighty-toaster</artifactId>
232-
<version>16.3.0-SNAPSHOT</version>
232+
<version>16.3.0</version>
233233
<scope>test</scope>
234234
</dependency>
235235
<dependency>
236236
<groupId>io.lighty.resources</groupId>
237237
<artifactId>log4j-properties</artifactId>
238-
<version>16.3.0-SNAPSHOT</version>
238+
<version>16.3.0</version>
239239
<scope>test</scope>
240240
</dependency>
241241
</dependencies>

lighty-core/lighty-clustering/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>io.lighty.core</groupId>
1414
<artifactId>lighty-parent</artifactId>
15-
<version>16.3.0-SNAPSHOT</version>
15+
<version>16.3.0</version>
1616
<relativePath>../lighty-parent</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)