Skip to content

Commit c5bb057

Browse files
author
Michal Banik
committed
[maven-release-plugin] prepare release 15.0.0
1 parent 98b4af9 commit c5bb057

File tree

59 files changed

+138
-172
lines changed

Some content is hidden

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

59 files changed

+138
-172
lines changed

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

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,19 @@
77
~ and is available at https://www.eclipse.org/legal/epl-v10.html
88
-->
99

10-
<project xmlns="http://maven.apache.org/POM/4.0.0"
11-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1311
<modelVersion>4.0.0</modelVersion>
1412

1513
<parent>
1614
<groupId>io.lighty.core</groupId>
1715
<artifactId>lighty-parent</artifactId>
18-
<version>15.0.0-SNAPSHOT</version>
16+
<version>15.0.0</version>
1917
<relativePath>../../../lighty-core/lighty-parent/pom.xml</relativePath>
2018
</parent>
2119

2220
<groupId>io.lighty.applications.rcgnmi</groupId>
2321
<artifactId>lighty-rcgnmi-app-module</artifactId>
24-
<version>15.0.0-SNAPSHOT</version>
22+
<version>15.0.0</version>
2523

2624
<dependencies>
2725
<dependency>

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

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,19 @@
77
~ and is available at https://www.eclipse.org/legal/epl-v10.html
88
-->
99

10-
<project xmlns="http://maven.apache.org/POM/4.0.0"
11-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1311
<modelVersion>4.0.0</modelVersion>
1412

1513
<parent>
1614
<groupId>io.lighty.core</groupId>
1715
<artifactId>lighty-app-parent</artifactId>
18-
<version>15.0.0-SNAPSHOT</version>
16+
<version>15.0.0</version>
1917
<relativePath>../../../lighty-core/lighty-app-parent/pom.xml</relativePath>
2018
</parent>
2119

2220
<groupId>io.lighty.applications.rcgnmi</groupId>
2321
<artifactId>lighty-rcgnmi-app</artifactId>
24-
<version>15.0.0-SNAPSHOT</version>
22+
<version>15.0.0</version>
2523

2624
<properties>
2725
<application.main.class>io.lighty.applications.rcgnmi.app.RCgNMIApp</application.main.class>

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
~ and is available at https://www.eclipse.org/legal/epl-v10.html
88
-->
99

10-
<project xmlns="http://maven.apache.org/POM/4.0.0"
11-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1311
<modelVersion>4.0.0</modelVersion>
1412

1513
<groupId>io.lighty.applications.rcgnmi</groupId>
1614
<artifactId>lighty-rcgnmi-app-aggregator</artifactId>
17-
<version>15.0.0-SNAPSHOT</version>
15+
<version>15.0.0</version>
1816
<packaging>pom</packaging>
1917

2018
<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>15.0.0-SNAPSHOT</version>
15+
<version>15.0.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>15.0.0-SNAPSHOT</version>
21+
<version>15.0.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>15.0.0-SNAPSHOT</version>
15+
<version>15.0.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>15.0.0-SNAPSHOT</version>
21+
<version>15.0.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>15.0.0-SNAPSHOT</version>
14+
<version>15.0.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>15.0.0-SNAPSHOT</version>
14+
<version>15.0.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>15.0.0-SNAPSHOT</version>
13+
<version>15.0.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>15.0.0-SNAPSHOT</version>
15+
<version>15.0.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>15.0.0-SNAPSHOT</version>
15+
<version>15.0.0</version>
1616
<relativePath>../lighty-parent</relativePath>
1717
</parent>
1818

lighty-core/lighty-bom/pom.xml

+37-37
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>15.0.0-SNAPSHOT</version>
13+
<version>15.0.0</version>
1414
<packaging>pom</packaging>
1515

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

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

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

148148
<!-- lighty applications -->
149149
<dependency>
150150
<groupId>io.lighty.applications.rcgnmi</groupId>
151151
<artifactId>lighty-rcgnmi-app</artifactId>
152-
<version>15.0.0-SNAPSHOT</version>
152+
<version>15.0.0</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>io.lighty.applications.rcgnmi</groupId>
156156
<artifactId>lighty-rcgnmi-app-module</artifactId>
157-
<version>15.0.0-SNAPSHOT</version>
157+
<version>15.0.0</version>
158158
</dependency>
159159
<dependency>
160160
<groupId>io.lighty.applications.rnc</groupId>
161161
<artifactId>lighty-rnc-app</artifactId>
162-
<version>15.0.0-SNAPSHOT</version>
162+
<version>15.0.0</version>
163163
</dependency>
164164
<dependency>
165165
<groupId>io.lighty.applications.rnc</groupId>
166166
<artifactId>lighty-rnc-module</artifactId>
167-
<version>15.0.0-SNAPSHOT</version>
167+
<version>15.0.0</version>
168168
</dependency>
169169

170170
<!-- lighty examples -->
171171
<dependency>
172172
<groupId>io.lighty.kit.examples.controllers</groupId>
173173
<artifactId>lighty-community-aaa-restconf-app</artifactId>
174-
<version>15.0.0-SNAPSHOT</version>
174+
<version>15.0.0</version>
175175
</dependency>
176176
<dependency>
177177
<groupId>io.lighty.kit.examples.controllers</groupId>
178178
<artifactId>lighty-community-restconf-netconf-app</artifactId>
179-
<version>15.0.0-SNAPSHOT</version>
179+
<version>15.0.0</version>
180180
</dependency>
181181
<dependency>
182182
<groupId>io.lighty.core</groupId>
183183
<artifactId>lighty-controller-springboot</artifactId>
184-
<version>15.0.0-SNAPSHOT</version>
184+
<version>15.0.0</version>
185185
</dependency>
186186

187187
<!-- Utility resources -->
188188
<dependency>
189189
<groupId>io.lighty.resources</groupId>
190190
<artifactId>controller-application-assembly</artifactId>
191-
<version>15.0.0-SNAPSHOT</version>
191+
<version>15.0.0</version>
192192
<scope>provided</scope>
193193
</dependency>
194194
<dependency>
195195
<groupId>io.lighty.resources</groupId>
196196
<artifactId>singlenode-configuration</artifactId>
197-
<version>15.0.0-SNAPSHOT</version>
197+
<version>15.0.0</version>
198198
</dependency>
199199
<dependency>
200200
<groupId>io.lighty.resources</groupId>
201201
<artifactId>start-script</artifactId>
202-
<version>15.0.0-SNAPSHOT</version>
202+
<version>15.0.0</version>
203203
</dependency>
204204

205205
<!-- Dependencies and resources which should not normally leak into production -->
206206
<dependency>
207207
<groupId>io.lighty.models.test</groupId>
208208
<artifactId>lighty-test-models</artifactId>
209-
<version>15.0.0-SNAPSHOT</version>
209+
<version>15.0.0</version>
210210
<scope>test</scope>
211211
</dependency>
212212
<dependency>
213213
<groupId>io.lighty.models.test</groupId>
214214
<artifactId>lighty-toaster</artifactId>
215-
<version>15.0.0-SNAPSHOT</version>
215+
<version>15.0.0</version>
216216
<scope>test</scope>
217217
</dependency>
218218
<dependency>
219219
<groupId>io.lighty.resources</groupId>
220220
<artifactId>log4j-properties</artifactId>
221-
<version>15.0.0-SNAPSHOT</version>
221+
<version>15.0.0</version>
222222
<scope>test</scope>
223223
</dependency>
224224
</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>15.0.0-SNAPSHOT</version>
15+
<version>15.0.0</version>
1616
<relativePath>../lighty-parent</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)