Skip to content

Commit 7b8ff3f

Browse files
committed
[maven-release-plugin] prepare release 10.1.0
1 parent bcb6206 commit 7b8ff3f

File tree

36 files changed

+66
-66
lines changed

36 files changed

+66
-66
lines changed

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

1616
<name>${project.groupId}:${project.artifactId}</name>
@@ -216,7 +216,7 @@
216216
<connection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</connection>
217217
<developerConnection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</developerConnection>
218218
<url>https://github.com/PantheonTechnologies/lighty-core</url>
219-
<tag>HEAD</tag>
219+
<tag>10.1.0</tag>
220220
</scm>
221221
<developers>
222222
<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>10.1.0-SNAPSHOT</version>
15+
<version>10.1.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>10.1.0-SNAPSHOT</version>
15+
<version>10.1.0</version>
1616
<relativePath>../lighty-parent</relativePath>
1717
</parent>
1818

lighty-core/lighty-bom/pom.xml

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

1616
<name>${project.groupId}:${project.artifactId}</name>
@@ -26,93 +26,93 @@
2626
<dependency>
2727
<groupId>io.lighty.core</groupId>
2828
<artifactId>lighty-codecs</artifactId>
29-
<version>10.1.0-SNAPSHOT</version>
29+
<version>10.1.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>io.lighty.core</groupId>
3333
<artifactId>lighty-common</artifactId>
34-
<version>10.1.0-SNAPSHOT</version>
34+
<version>10.1.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>io.lighty.core</groupId>
3838
<artifactId>lighty-controller</artifactId>
39-
<version>10.1.0-SNAPSHOT</version>
39+
<version>10.1.0</version>
4040
</dependency>
4141

4242
<!-- DI framework integrations -->
4343
<dependency>
4444
<groupId>io.lighty.core</groupId>
4545
<artifactId>lighty-controller-guice-di</artifactId>
46-
<version>10.1.0-SNAPSHOT</version>
46+
<version>10.1.0</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>io.lighty.core</groupId>
5050
<artifactId>lighty-controller-spring-di</artifactId>
51-
<version>10.1.0-SNAPSHOT</version>
51+
<version>10.1.0</version>
5252
</dependency>
5353

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

8686
<!-- Utility resources -->
8787
<dependency>
8888
<groupId>io.lighty.resources</groupId>
8989
<artifactId>controller-application-assembly</artifactId>
90-
<version>10.1.0-SNAPSHOT</version>
90+
<version>10.1.0</version>
9191
<scope>provided</scope>
9292
</dependency>
9393
<dependency>
9494
<groupId>io.lighty.resources</groupId>
9595
<artifactId>singlenode-configuration</artifactId>
96-
<version>10.1.0-SNAPSHOT</version>
96+
<version>10.1.0</version>
9797
</dependency>
9898

9999
<!-- Dependencies and resources which should not normally leak into production -->
100100
<dependency>
101101
<groupId>io.lighty.models.test</groupId>
102102
<artifactId>lighty-test-models</artifactId>
103-
<version>10.1.0-SNAPSHOT</version>
103+
<version>10.1.0</version>
104104
<scope>test</scope>
105105
</dependency>
106106
<dependency>
107107
<groupId>io.lighty.models.test</groupId>
108108
<artifactId>lighty-toaster</artifactId>
109-
<version>10.1.0-SNAPSHOT</version>
109+
<version>10.1.0</version>
110110
<scope>test</scope>
111111
</dependency>
112112
<dependency>
113113
<groupId>io.lighty.resources</groupId>
114114
<artifactId>log4j-properties</artifactId>
115-
<version>10.1.0-SNAPSHOT</version>
115+
<version>10.1.0</version>
116116
<scope>test</scope>
117117
</dependency>
118118
</dependencies>
@@ -153,7 +153,7 @@
153153
<connection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</connection>
154154
<developerConnection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</developerConnection>
155155
<url>https://github.com/PantheonTechnologies/lighty-core</url>
156-
<tag>HEAD</tag>
156+
<tag>10.1.0</tag>
157157
</scm>
158158
<developers>
159159
<developer>

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>10.1.0-SNAPSHOT</version>
15+
<version>10.1.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>10.1.0-SNAPSHOT</version>
15+
<version>10.1.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>10.1.0-SNAPSHOT</version>
15+
<version>10.1.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>10.1.0-SNAPSHOT</version>
15+
<version>10.1.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>10.1.0-SNAPSHOT</version>
15+
<version>10.1.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>10.1.0-SNAPSHOT</version>
13+
<version>10.1.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>10.1.0-SNAPSHOT</version>
32+
<version>10.1.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>10.1.0-SNAPSHOT</version>
39+
<version>10.1.0</version>
4040
<type>pom</type>
4141
<scope>import</scope>
4242
</dependency>
@@ -103,7 +103,7 @@
103103
<connection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</connection>
104104
<developerConnection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</developerConnection>
105105
<url>https://github.com/PantheonTechnologies/lighty-core</url>
106-
<tag>HEAD</tag>
106+
<tag>10.1.0</tag>
107107
</scm>
108108
<developers>
109109
<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>10.1.0-SNAPSHOT</version>
15+
<version>10.1.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>10.1.0-SNAPSHOT</version>
14+
<version>10.1.0</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>

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>10.1.0-SNAPSHOT</version>
15+
<version>10.1.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>10.1.0-SNAPSHOT</version>
21+
<version>10.1.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>10.1.0-SNAPSHOT</version>
15+
<version>10.1.0</version>
1616
<relativePath>../../lighty-core/lighty-app-parent</relativePath>
1717
</parent>
1818

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.lighty.core</groupId>
97
<artifactId>lighty-app-parent</artifactId>
10-
<version>10.1.0-SNAPSHOT</version>
8+
<version>10.1.0</version>
119
<relativePath>../../lighty-core/lighty-app-parent</relativePath>
1210
</parent>
1311

lighty-examples/lighty-controller-springboot-netconf/pom.xml

+6-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<groupId>io.lighty.core</groupId>
1919
<artifactId>lighty-controller-springboot</artifactId>
20-
<version>10.1.0-SNAPSHOT</version>
20+
<version>10.1.0</version>
2121
<packaging>jar</packaging>
2222
<description>Demo lighty.io project for SpringBoot</description>
2323

@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>io.lighty.core</groupId>
3636
<artifactId>lighty-bom</artifactId>
37-
<version>10.1.0-SNAPSHOT</version>
37+
<version>10.1.0</version>
3838
<type>pom</type>
3939
<scope>import</scope>
4040
</dependency>
@@ -113,4 +113,8 @@
113113
</plugins>
114114
</pluginManagement>
115115
</build>
116+
117+
<scm>
118+
<tag>10.1.0</tag>
119+
</scm>
116120
</project>

lighty-examples/pom.xml

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

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

1717
<properties>

lighty-models/pom.xml

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

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

1717
<properties>

lighty-models/test/lighty-example-data-center/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-binding-parent</artifactId>
15-
<version>10.1.0-SNAPSHOT</version>
15+
<version>10.1.0</version>
1616
<relativePath>../../../lighty-core/lighty-binding-parent/</relativePath>
1717
</parent>
1818

lighty-models/test/lighty-test-models/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-binding-parent</artifactId>
15-
<version>10.1.0-SNAPSHOT</version>
15+
<version>10.1.0</version>
1616
<relativePath>../../../lighty-core/lighty-binding-parent/</relativePath>
1717
</parent>
1818

lighty-models/test/lighty-toaster/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-binding-parent</artifactId>
15-
<version>10.1.0-SNAPSHOT</version>
15+
<version>10.1.0</version>
1616
<relativePath>../../../lighty-core/lighty-binding-parent/</relativePath>
1717
</parent>
1818

lighty-models/test/pom.xml

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

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

1717
<properties>

lighty-modules/integration-tests-aaa/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>10.1.0-SNAPSHOT</version>
15+
<version>10.1.0</version>
1616
<relativePath>../../lighty-core/lighty-parent</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)