Skip to content

Commit 1525762

Browse files
author
Michal Banik
committed
[maven-release-plugin] prepare release 14.3.0
1 parent 47edcc6 commit 1525762

File tree

63 files changed

+126
-124
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

+126
-124
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>14.2.2-SNAPSHOT</version>
16+
<version>14.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>14.2.2-SNAPSHOT</version>
22+
<version>14.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>14.2.2-SNAPSHOT</version>
16+
<version>14.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>14.2.2-SNAPSHOT</version>
22+
<version>14.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>14.2.2-SNAPSHOT</version>
15+
<version>14.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>14.2.2-SNAPSHOT</version>
15+
<version>14.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>14.2.2-SNAPSHOT</version>
21+
<version>14.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>14.2.2-SNAPSHOT</version>
15+
<version>14.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>14.2.2-SNAPSHOT</version>
21+
<version>14.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>14.2.2-SNAPSHOT</version>
14+
<version>14.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>14.2.2-SNAPSHOT</version>
14+
<version>14.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>14.2.2-SNAPSHOT</version>
13+
<version>14.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>14.2.2-SNAPSHOT</version>
15+
<version>14.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>14.2.2-SNAPSHOT</version>
15+
<version>14.3.0</version>
1616
<relativePath>../lighty-parent</relativePath>
1717
</parent>
1818

lighty-core/lighty-bom/pom.xml

+38-38
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>14.2.2-SNAPSHOT</version>
13+
<version>14.3.0</version>
1414
<packaging>pom</packaging>
1515

1616
<name>${project.groupId}:${project.artifactId}</name>
@@ -26,204 +26,204 @@
2626
<dependency>
2727
<groupId>io.lighty.core</groupId>
2828
<artifactId>lighty-codecs</artifactId>
29-
<version>14.2.2-SNAPSHOT</version>
29+
<version>14.3.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>io.lighty.core</groupId>
3333
<artifactId>lighty-common</artifactId>
34-
<version>14.2.2-SNAPSHOT</version>
34+
<version>14.3.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>io.lighty.core</groupId>
3838
<artifactId>lighty-controller</artifactId>
39-
<version>14.2.2-SNAPSHOT</version>
39+
<version>14.3.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>io.lighty.core</groupId>
4343
<artifactId>lighty-clustering</artifactId>
44-
<version>14.2.2-SNAPSHOT</version>
44+
<version>14.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>14.2.2-SNAPSHOT</version>
51+
<version>14.3.0</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>io.lighty.core</groupId>
5555
<artifactId>lighty-controller-spring-di</artifactId>
56-
<version>14.2.2-SNAPSHOT</version>
56+
<version>14.3.0</version>
5757
</dependency>
5858

5959
<!-- Modules -->
6060
<dependency>
6161
<groupId>io.lighty.modules.tests</groupId>
6262
<artifactId>integration-tests</artifactId>
63-
<version>14.2.2-SNAPSHOT</version>
63+
<version>14.3.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>io.lighty.modules.tests</groupId>
6767
<artifactId>integration-tests-aaa</artifactId>
68-
<version>14.2.2-SNAPSHOT</version>
68+
<version>14.3.0</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>io.lighty.modules</groupId>
7272
<artifactId>lighty-aaa</artifactId>
73-
<version>14.2.2-SNAPSHOT</version>
73+
<version>14.3.0</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>io.lighty.modules</groupId>
7777
<artifactId>lighty-jetty-server</artifactId>
78-
<version>14.2.2-SNAPSHOT</version>
78+
<version>14.3.0</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>io.lighty.modules</groupId>
8282
<artifactId>lighty-netconf-sb</artifactId>
83-
<version>14.2.2-SNAPSHOT</version>
83+
<version>14.3.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>io.lighty.modules</groupId>
8787
<artifactId>lighty-restconf-nb-community</artifactId>
88-
<version>14.2.2-SNAPSHOT</version>
88+
<version>14.3.0</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>io.lighty.modules</groupId>
9292
<artifactId>lighty-swagger</artifactId>
93-
<version>14.2.2-SNAPSHOT</version>
93+
<version>14.3.0</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>io.lighty.modules</groupId>
9797
<artifactId>lighty-openflow-sb</artifactId>
98-
<version>14.2.2-SNAPSHOT</version>
98+
<version>14.3.0</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>io.lighty.modules</groupId>
102102
<artifactId>lighty-aaa-encryption-service</artifactId>
103-
<version>14.2.2-SNAPSHOT</version>
103+
<version>14.3.0</version>
104104
</dependency>
105105

106106
<!-- gNMI -->
107107
<dependency>
108108
<groupId>io.lighty.modules.gnmi</groupId>
109109
<artifactId>lighty-gnmi-connector</artifactId>
110-
<version>14.2.2-SNAPSHOT</version>
110+
<version>14.3.0</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>io.lighty.modules.gnmi</groupId>
114114
<artifactId>lighty-gnmi-commons</artifactId>
115-
<version>14.2.2-SNAPSHOT</version>
115+
<version>14.3.0</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>io.lighty.modules.gnmi</groupId>
119119
<artifactId>lighty-gnmi-proto</artifactId>
120-
<version>14.2.2-SNAPSHOT</version>
120+
<version>14.3.0</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>io.lighty.modules.gnmi</groupId>
124124
<artifactId>lighty-gnmi-device-simulator</artifactId>
125-
<version>14.2.2-SNAPSHOT</version>
125+
<version>14.3.0</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>io.lighty.modules.gnmi.southbound</groupId>
129129
<artifactId>lighty-gnmi-sb</artifactId>
130-
<version>14.2.2-SNAPSHOT</version>
130+
<version>14.3.0</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>io.lighty.models.gnmi</groupId>
134134
<artifactId>lighty-gnmi-topology-model</artifactId>
135-
<version>14.2.2-SNAPSHOT</version>
135+
<version>14.3.0</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>io.lighty.models.gnmi</groupId>
139139
<artifactId>lighty-gnmi-yang-storage-model</artifactId>
140-
<version>14.2.2-SNAPSHOT</version>
140+
<version>14.3.0</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>io.lighty.models.gnmi</groupId>
144144
<artifactId>lighty-gnmi-certificates-storage-model</artifactId>
145-
<version>14.2.2-SNAPSHOT</version>
145+
<version>14.3.0</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>io.lighty.models.gnmi</groupId>
149149
<artifactId>lighty-gnmi-force-capabilities</artifactId>
150-
<version>14.2.2-SNAPSHOT</version>
150+
<version>14.3.0</version>
151151
</dependency>
152152

153153
<!-- lighty applications -->
154154
<dependency>
155155
<groupId>io.lighty.applications.rcgnmi</groupId>
156156
<artifactId>lighty-rcgnmi-app</artifactId>
157-
<version>14.2.2-SNAPSHOT</version>
157+
<version>14.3.0</version>
158158
</dependency>
159159
<dependency>
160160
<groupId>io.lighty.applications.rcgnmi</groupId>
161161
<artifactId>lighty-rcgnmi-app-module</artifactId>
162-
<version>14.2.2-SNAPSHOT</version>
162+
<version>14.3.0</version>
163163
</dependency>
164164
<dependency>
165165
<groupId>io.lighty.applications.rnc</groupId>
166166
<artifactId>lighty-rnc-app</artifactId>
167-
<version>14.2.2-SNAPSHOT</version>
167+
<version>14.3.0</version>
168168
</dependency>
169169
<dependency>
170170
<groupId>io.lighty.applications.rnc</groupId>
171171
<artifactId>lighty-rnc-module</artifactId>
172-
<version>14.2.2-SNAPSHOT</version>
172+
<version>14.3.0</version>
173173
</dependency>
174174

175175
<!-- lighty examples -->
176176
<dependency>
177177
<groupId>io.lighty.kit.examples.controllers</groupId>
178178
<artifactId>lighty-community-aaa-restconf-app</artifactId>
179-
<version>14.2.2-SNAPSHOT</version>
179+
<version>14.3.0</version>
180180
</dependency>
181181
<dependency>
182182
<groupId>io.lighty.kit.examples.controllers</groupId>
183183
<artifactId>lighty-community-restconf-netconf-app</artifactId>
184-
<version>14.2.2-SNAPSHOT</version>
184+
<version>14.3.0</version>
185185
</dependency>
186186
<dependency>
187187
<groupId>io.lighty.core</groupId>
188188
<artifactId>lighty-controller-springboot</artifactId>
189-
<version>14.2.2-SNAPSHOT</version>
189+
<version>14.3.0</version>
190190
</dependency>
191191

192192
<!-- Utility resources -->
193193
<dependency>
194194
<groupId>io.lighty.resources</groupId>
195195
<artifactId>controller-application-assembly</artifactId>
196-
<version>14.2.2-SNAPSHOT</version>
196+
<version>14.3.0</version>
197197
<scope>provided</scope>
198198
</dependency>
199199
<dependency>
200200
<groupId>io.lighty.resources</groupId>
201201
<artifactId>singlenode-configuration</artifactId>
202-
<version>14.2.2-SNAPSHOT</version>
202+
<version>14.3.0</version>
203203
</dependency>
204204
<dependency>
205205
<groupId>io.lighty.resources</groupId>
206206
<artifactId>start-script</artifactId>
207-
<version>14.2.2-SNAPSHOT</version>
207+
<version>14.3.0</version>
208208
</dependency>
209209

210210
<!-- Dependencies and resources which should not normally leak into production -->
211211
<dependency>
212212
<groupId>io.lighty.models.test</groupId>
213213
<artifactId>lighty-test-models</artifactId>
214-
<version>14.2.2-SNAPSHOT</version>
214+
<version>14.3.0</version>
215215
<scope>test</scope>
216216
</dependency>
217217
<dependency>
218218
<groupId>io.lighty.models.test</groupId>
219219
<artifactId>lighty-toaster</artifactId>
220-
<version>14.2.2-SNAPSHOT</version>
220+
<version>14.3.0</version>
221221
<scope>test</scope>
222222
</dependency>
223223
<dependency>
224224
<groupId>io.lighty.resources</groupId>
225225
<artifactId>log4j-properties</artifactId>
226-
<version>14.2.2-SNAPSHOT</version>
226+
<version>14.3.0</version>
227227
<scope>test</scope>
228228
</dependency>
229229
</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>14.2.2-SNAPSHOT</version>
15+
<version>14.3.0</version>
1616
<relativePath>../lighty-parent</relativePath>
1717
</parent>
1818

lighty-core/lighty-codecs-util/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>14.2.2-SNAPSHOT</version>
15+
<version>14.3.0</version>
1616
<relativePath>../lighty-parent</relativePath>
1717
</parent>
1818

lighty-core/lighty-codecs/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>14.2.2-SNAPSHOT</version>
15+
<version>14.3.0</version>
1616
<relativePath>../lighty-parent</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)