Skip to content

Commit 68f3477

Browse files
committed
[maven-release-plugin] prepare release 9.1.2
1 parent f38272d commit 68f3477

File tree

33 files changed

+93
-152
lines changed

33 files changed

+93
-152
lines changed

lighty-core/dependency-versions/pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
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
<groupId>io.lighty.core</groupId>
1412
<artifactId>dependency-versions</artifactId>
15-
<version>9.1.2-SNAPSHOT</version>
13+
<version>9.1.2</version>
1614
<packaging>pom</packaging>
1715

1816
<name>${project.groupId}:${project.artifactId}</name>
@@ -178,7 +176,7 @@
178176
<connection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</connection>
179177
<developerConnection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</developerConnection>
180178
<url>https://github.com/PantheonTechnologies/lighty-core</url>
181-
<tag>HEAD</tag>
179+
<tag>9.1.2</tag>
182180
</scm>
183181
<developers>
184182
<developer>

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
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
<parent>
1513
<groupId>io.lighty.core</groupId>
1614
<artifactId>lighty-parent</artifactId>
17-
<version>9.1.2-SNAPSHOT</version>
15+
<version>9.1.2</version>
1816
<relativePath>../lighty-parent</relativePath>
1917
</parent>
2018

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
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
<parent>
1513
<groupId>io.lighty.core</groupId>
1614
<artifactId>lighty-parent</artifactId>
17-
<version>9.1.2-SNAPSHOT</version>
15+
<version>9.1.2</version>
1816
<relativePath>../lighty-parent</relativePath>
1917
</parent>
2018

lighty-core/lighty-bom/pom.xml

+17-19
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
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
<groupId>io.lighty.core</groupId>
1412
<artifactId>lighty-bom</artifactId>
15-
<version>9.1.2-SNAPSHOT</version>
13+
<version>9.1.2</version>
1614
<packaging>pom</packaging>
1715

1816
<name>${project.groupId}:${project.artifactId}</name>
@@ -28,83 +26,83 @@
2826
<dependency>
2927
<groupId>io.lighty.core</groupId>
3028
<artifactId>lighty-codecs</artifactId>
31-
<version>9.1.2-SNAPSHOT</version>
29+
<version>9.1.2</version>
3230
</dependency>
3331
<dependency>
3432
<groupId>io.lighty.core</groupId>
3533
<artifactId>lighty-common</artifactId>
36-
<version>9.1.2-SNAPSHOT</version>
34+
<version>9.1.2</version>
3735
</dependency>
3836
<dependency>
3937
<groupId>io.lighty.core</groupId>
4038
<artifactId>lighty-controller</artifactId>
41-
<version>9.1.2-SNAPSHOT</version>
39+
<version>9.1.2</version>
4240
</dependency>
4341

4442
<!-- DI framework integrations -->
4543
<dependency>
4644
<groupId>io.lighty.core</groupId>
4745
<artifactId>lighty-controller-guice-di</artifactId>
48-
<version>9.1.2-SNAPSHOT</version>
46+
<version>9.1.2</version>
4947
</dependency>
5048
<dependency>
5149
<groupId>io.lighty.core</groupId>
5250
<artifactId>lighty-controller-spring-di</artifactId>
53-
<version>9.1.2-SNAPSHOT</version>
51+
<version>9.1.2</version>
5452
</dependency>
5553

5654
<!-- Modules -->
5755
<dependency>
5856
<groupId>io.lighty.modules</groupId>
5957
<artifactId>lighty-aaa</artifactId>
60-
<version>9.1.2-SNAPSHOT</version>
58+
<version>9.1.2</version>
6159
</dependency>
6260
<dependency>
6361
<groupId>io.lighty.modules</groupId>
6462
<artifactId>lighty-jetty-server</artifactId>
65-
<version>9.1.2-SNAPSHOT</version>
63+
<version>9.1.2</version>
6664
</dependency>
6765
<dependency>
6866
<groupId>io.lighty.modules</groupId>
6967
<artifactId>lighty-netconf-sb</artifactId>
70-
<version>9.1.2-SNAPSHOT</version>
68+
<version>9.1.2</version>
7169
</dependency>
7270
<dependency>
7371
<groupId>io.lighty.modules</groupId>
7472
<artifactId>lighty-restconf-nb-community</artifactId>
75-
<version>9.1.2-SNAPSHOT</version>
73+
<version>9.1.2</version>
7674
</dependency>
7775

7876
<!-- Utility resources -->
7977
<dependency>
8078
<groupId>io.lighty.resources</groupId>
8179
<artifactId>controller-application-assembly</artifactId>
82-
<version>9.1.2-SNAPSHOT</version>
80+
<version>9.1.2</version>
8381
<scope>provided</scope>
8482
</dependency>
8583
<dependency>
8684
<groupId>io.lighty.resources</groupId>
8785
<artifactId>singlenode-configuration</artifactId>
88-
<version>9.1.2-SNAPSHOT</version>
86+
<version>9.1.2</version>
8987
</dependency>
9088

9189
<!-- Dependencies and resources which should not normally leak into production -->
9290
<dependency>
9391
<groupId>io.lighty.models.test</groupId>
9492
<artifactId>lighty-test-models</artifactId>
95-
<version>9.1.2-SNAPSHOT</version>
93+
<version>9.1.2</version>
9694
<scope>test</scope>
9795
</dependency>
9896
<dependency>
9997
<groupId>io.lighty.models.test</groupId>
10098
<artifactId>lighty-toaster</artifactId>
101-
<version>9.1.2-SNAPSHOT</version>
99+
<version>9.1.2</version>
102100
<scope>test</scope>
103101
</dependency>
104102
<dependency>
105103
<groupId>io.lighty.resources</groupId>
106104
<artifactId>log4j-properties</artifactId>
107-
<version>9.1.2-SNAPSHOT</version>
105+
<version>9.1.2</version>
108106
<scope>test</scope>
109107
</dependency>
110108
</dependencies>
@@ -145,7 +143,7 @@
145143
<connection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</connection>
146144
<developerConnection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</developerConnection>
147145
<url>https://github.com/PantheonTechnologies/lighty-core</url>
148-
<tag>HEAD</tag>
146+
<tag>9.1.2</tag>
149147
</scm>
150148
<developers>
151149
<developer>

lighty-core/lighty-codecs/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
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
<parent>
1513
<groupId>io.lighty.core</groupId>
1614
<artifactId>lighty-parent</artifactId>
17-
<version>9.1.2-SNAPSHOT</version>
15+
<version>9.1.2</version>
1816
<relativePath>../lighty-parent</relativePath>
1917
</parent>
2018

lighty-core/lighty-common/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
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
<parent>
1513
<groupId>io.lighty.core</groupId>
1614
<artifactId>lighty-parent</artifactId>
17-
<version>9.1.2-SNAPSHOT</version>
15+
<version>9.1.2</version>
1816
<relativePath>../lighty-parent</relativePath>
1917
</parent>
2018

lighty-core/lighty-controller-guice-di/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
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
<parent>
1513
<groupId>io.lighty.core</groupId>
1614
<artifactId>lighty-parent</artifactId>
17-
<version>9.1.2-SNAPSHOT</version>
15+
<version>9.1.2</version>
1816
<relativePath>../lighty-parent</relativePath>
1917
</parent>
2018

lighty-core/lighty-controller-spring-di/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
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
<parent>
1513
<groupId>io.lighty.core</groupId>
1614
<artifactId>lighty-parent</artifactId>
17-
<version>9.1.2-SNAPSHOT</version>
15+
<version>9.1.2</version>
1816
<relativePath>../lighty-parent</relativePath>
1917
</parent>
2018

lighty-core/lighty-controller/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
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
<parent>
1513
<groupId>io.lighty.core</groupId>
1614
<artifactId>lighty-parent</artifactId>
17-
<version>9.1.2-SNAPSHOT</version>
15+
<version>9.1.2</version>
1816
<relativePath>../lighty-parent</relativePath>
1917
</parent>
2018

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

+5-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
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
<groupId>io.lighty.core</groupId>
1412
<artifactId>lighty-minimal-parent</artifactId>
15-
<version>9.1.2-SNAPSHOT</version>
13+
<version>9.1.2</version>
1614
<packaging>pom</packaging>
1715

1816
<name>${project.groupId}:${project.artifactId}</name>
@@ -31,14 +29,14 @@
3129
<dependency>
3230
<groupId>io.lighty.core</groupId>
3331
<artifactId>dependency-versions</artifactId>
34-
<version>9.1.2-SNAPSHOT</version>
32+
<version>9.1.2</version>
3533
<type>pom</type>
3634
<scope>import</scope>
3735
</dependency>
3836
<dependency>
3937
<groupId>io.lighty.core</groupId>
4038
<artifactId>lighty-bom</artifactId>
41-
<version>9.1.2-SNAPSHOT</version>
39+
<version>9.1.2</version>
4240
<type>pom</type>
4341
<scope>import</scope>
4442
</dependency>
@@ -105,7 +103,7 @@
105103
<connection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</connection>
106104
<developerConnection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</developerConnection>
107105
<url>https://github.com/PantheonTechnologies/lighty-core</url>
108-
<tag>HEAD</tag>
106+
<tag>9.1.2</tag>
109107
</scm>
110108
<developers>
111109
<developer>

lighty-core/lighty-parent/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
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
<parent>
1513
<groupId>io.lighty.core</groupId>
1614
<artifactId>lighty-minimal-parent</artifactId>
17-
<version>9.1.2-SNAPSHOT</version>
15+
<version>9.1.2</version>
1816
<relativePath>../lighty-minimal-parent</relativePath>
1917
</parent>
2018

lighty-core/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.core</groupId>
1513
<artifactId>lighty-core-aggregator</artifactId>
16-
<version>9.1.2-SNAPSHOT</version>
14+
<version>9.1.2</version>
1715
<packaging>pom</packaging>
1816

1917
<properties>

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,19 @@
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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
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">
1110
<modelVersion>4.0.0</modelVersion>
1211

1312
<parent>
1413
<groupId>io.lighty.core</groupId>
1514
<artifactId>lighty-app-parent</artifactId>
16-
<version>9.1.2-SNAPSHOT</version>
15+
<version>9.1.2</version>
1716
<relativePath>../../lighty-core/lighty-app-parent</relativePath>
1817
</parent>
1918

2019
<groupId>io.lighty.kit.examples.controllers</groupId>
2120
<artifactId>lighty-community-aaa-restconf-app</artifactId>
22-
<version>9.1.2-SNAPSHOT</version>
21+
<version>9.1.2</version>
2322
<packaging>jar</packaging>
2423

2524
<properties>

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
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
<parent>
1513
<groupId>io.lighty.core</groupId>
1614
<artifactId>lighty-app-parent</artifactId>
17-
<version>9.1.2-SNAPSHOT</version>
15+
<version>9.1.2</version>
1816
<relativePath>../../lighty-core/lighty-app-parent</relativePath>
1917
</parent>
2018

0 commit comments

Comments
 (0)