Skip to content

Commit 1ac3ee5

Browse files
committed
[maven-release-plugin] prepare release 13.2.0
1 parent 6234a8a commit 1ac3ee5

File tree

43 files changed

+76
-74
lines changed

Some content is hidden

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

43 files changed

+76
-74
lines changed

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>13.2.0-SNAPSHOT</version>
15+
<version>13.2.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>13.2.0-SNAPSHOT</version>
21+
<version>13.2.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>13.2.0-SNAPSHOT</version>
15+
<version>13.2.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>13.2.0-SNAPSHOT</version>
21+
<version>13.2.0</version>
2222

2323
<dependencies>
2424
<dependency>

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66
terms of the Eclipse Public License v1.0 which accompanies this distribution,
77
and is available at https://www.eclipse.org/legal/epl-v10.html
88
-->
9-
<project xmlns="http://maven.apache.org/POM/4.0.0"
10-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9+
<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">
1210
<modelVersion>4.0.0</modelVersion>
1311

1412
<groupId>io.lighty.applications.rnc</groupId>
1513
<artifactId>lighty-rnc-aggregator</artifactId>
16-
<version>13.2.0-SNAPSHOT</version>
14+
<version>13.2.0</version>
1715
<packaging>pom</packaging>
1816

1917
<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>13.2.0-SNAPSHOT</version>
14+
<version>13.2.0</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>

lighty-core/dependency-versions/pom.xml

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

1616
<name>${project.groupId}:${project.artifactId}</name>
@@ -192,7 +192,7 @@
192192
<connection>scm:git:https://github.com/PANTHEONtech/lighty.git</connection>
193193
<developerConnection>scm:git:https://github.com/PANTHEONtech/lighty.git</developerConnection>
194194
<url>https://github.com/PANTHEONtech/lighty</url>
195-
<tag>HEAD</tag>
195+
<tag>13.2.0</tag>
196196
</scm>
197197
<developers>
198198
<developer>

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>13.2.0-SNAPSHOT</version>
15+
<version>13.2.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>13.2.0-SNAPSHOT</version>
15+
<version>13.2.0</version>
1616
<relativePath>../lighty-parent</relativePath>
1717
</parent>
1818

lighty-core/lighty-bom/pom.xml

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

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

5959
<!-- Modules -->
6060
<dependency>
6161
<groupId>io.lighty.modules</groupId>
6262
<artifactId>lighty-aaa</artifactId>
63-
<version>13.2.0-SNAPSHOT</version>
63+
<version>13.2.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>io.lighty.modules</groupId>
6767
<artifactId>lighty-jetty-server</artifactId>
68-
<version>13.2.0-SNAPSHOT</version>
68+
<version>13.2.0</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>io.lighty.modules</groupId>
7272
<artifactId>lighty-netconf-sb</artifactId>
73-
<version>13.2.0-SNAPSHOT</version>
73+
<version>13.2.0</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>io.lighty.modules</groupId>
7777
<artifactId>lighty-restconf-nb-community</artifactId>
78-
<version>13.2.0-SNAPSHOT</version>
78+
<version>13.2.0</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>io.lighty.modules</groupId>
8282
<artifactId>lighty-swagger</artifactId>
83-
<version>13.2.0-SNAPSHOT</version>
83+
<version>13.2.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>io.lighty.modules</groupId>
8787
<artifactId>lighty-openflow-sb</artifactId>
88-
<version>13.2.0-SNAPSHOT</version>
88+
<version>13.2.0</version>
8989
</dependency>
9090

9191
<!-- Utility resources -->
9292
<dependency>
9393
<groupId>io.lighty.resources</groupId>
9494
<artifactId>controller-application-assembly</artifactId>
95-
<version>13.2.0-SNAPSHOT</version>
95+
<version>13.2.0</version>
9696
<scope>provided</scope>
9797
</dependency>
9898
<dependency>
9999
<groupId>io.lighty.resources</groupId>
100100
<artifactId>singlenode-configuration</artifactId>
101-
<version>13.2.0-SNAPSHOT</version>
101+
<version>13.2.0</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>io.lighty.resources</groupId>
105105
<artifactId>start-script</artifactId>
106-
<version>13.2.0-SNAPSHOT</version>
106+
<version>13.2.0</version>
107107
</dependency>
108108

109109
<!-- Dependencies and resources which should not normally leak into production -->
110110
<dependency>
111111
<groupId>io.lighty.models.test</groupId>
112112
<artifactId>lighty-test-models</artifactId>
113-
<version>13.2.0-SNAPSHOT</version>
113+
<version>13.2.0</version>
114114
<scope>test</scope>
115115
</dependency>
116116
<dependency>
117117
<groupId>io.lighty.models.test</groupId>
118118
<artifactId>lighty-toaster</artifactId>
119-
<version>13.2.0-SNAPSHOT</version>
119+
<version>13.2.0</version>
120120
<scope>test</scope>
121121
</dependency>
122122
<dependency>
123123
<groupId>io.lighty.resources</groupId>
124124
<artifactId>log4j-properties</artifactId>
125-
<version>13.2.0-SNAPSHOT</version>
125+
<version>13.2.0</version>
126126
<scope>test</scope>
127127
</dependency>
128128
</dependencies>
@@ -162,7 +162,7 @@
162162
<connection>scm:git:https://github.com/PANTHEONtech/lighty.git</connection>
163163
<developerConnection>scm:git:https://github.com/PANTHEONtech/lighty.git</developerConnection>
164164
<url>https://github.com/PANTHEONtech/lighty</url>
165-
<tag>HEAD</tag>
165+
<tag>13.2.0</tag>
166166
</scm>
167167
<developers>
168168
<developer>

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>13.2.0-SNAPSHOT</version>
15+
<version>13.2.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>13.2.0-SNAPSHOT</version>
15+
<version>13.2.0</version>
1616
<relativePath>../lighty-parent</relativePath>
1717
</parent>
1818

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

lighty-core/lighty-controller-guice-di/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>13.2.0-SNAPSHOT</version>
15+
<version>13.2.0</version>
1616
<relativePath>../lighty-parent</relativePath>
1717
</parent>
1818

lighty-core/lighty-controller-spring-di/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>13.2.0-SNAPSHOT</version>
15+
<version>13.2.0</version>
1616
<relativePath>../lighty-parent</relativePath>
1717
</parent>
1818

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

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

+4-4
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-minimal-parent</artifactId>
13-
<version>13.2.0-SNAPSHOT</version>
13+
<version>13.2.0</version>
1414
<packaging>pom</packaging>
1515

1616
<name>${project.groupId}:${project.artifactId}</name>
@@ -29,14 +29,14 @@
2929
<dependency>
3030
<groupId>io.lighty.core</groupId>
3131
<artifactId>dependency-versions</artifactId>
32-
<version>13.2.0-SNAPSHOT</version>
32+
<version>13.2.0</version>
3333
<type>pom</type>
3434
<scope>import</scope>
3535
</dependency>
3636
<dependency>
3737
<groupId>io.lighty.core</groupId>
3838
<artifactId>lighty-bom</artifactId>
39-
<version>13.2.0-SNAPSHOT</version>
39+
<version>13.2.0</version>
4040
<type>pom</type>
4141
<scope>import</scope>
4242
</dependency>
@@ -102,7 +102,7 @@
102102
<connection>scm:git:https://github.com/PANTHEONtech/lighty.git</connection>
103103
<developerConnection>scm:git:https://github.com/PANTHEONtech/lighty.git</developerConnection>
104104
<url>https://github.com/PANTHEONtech/lighty</url>
105-
<tag>HEAD</tag>
105+
<tag>13.2.0</tag>
106106
</scm>
107107
<developers>
108108
<developer>

lighty-core/lighty-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-minimal-parent</artifactId>
15-
<version>13.2.0-SNAPSHOT</version>
15+
<version>13.2.0</version>
1616
<relativePath>../lighty-minimal-parent</relativePath>
1717
</parent>
1818

lighty-core/pom.xml

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

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

1717
<properties>

lighty-examples/lighty-cluster-app/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-app-parent</artifactId>
15-
<version>13.2.0-SNAPSHOT</version>
15+
<version>13.2.0</version>
1616
<relativePath>../../lighty-core/lighty-app-parent</relativePath>
1717
</parent>
1818

lighty-examples/lighty-community-aaa-restconf-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>13.2.0-SNAPSHOT</version>
15+
<version>13.2.0</version>
1616
<relativePath>../../lighty-core/lighty-app-parent</relativePath>
1717
</parent>
1818

1919
<groupId>io.lighty.kit.examples.controllers</groupId>
2020
<artifactId>lighty-community-aaa-restconf-app</artifactId>
21-
<version>13.2.0-SNAPSHOT</version>
21+
<version>13.2.0</version>
2222
<packaging>jar</packaging>
2323

2424
<properties>

lighty-examples/lighty-community-restconf-netconf-app/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-app-parent</artifactId>
15-
<version>13.2.0-SNAPSHOT</version>
15+
<version>13.2.0</version>
1616
<relativePath>../../lighty-core/lighty-app-parent</relativePath>
1717
</parent>
1818

lighty-examples/lighty-community-restconf-ofp-app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.lighty.core</groupId>
77
<artifactId>lighty-app-parent</artifactId>
8-
<version>13.2.0-SNAPSHOT</version>
8+
<version>13.2.0</version>
99
<relativePath>../../lighty-core/lighty-app-parent</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)