Skip to content

Commit c6bd5e3

Browse files
Juraj VeverkaJuraj Veverka
Juraj Veverka
authored and
Juraj Veverka
committed
Created lighty.io release 9.1.1 compatible with ODL Fluorine SR1
1 parent ffa2f8d commit c6bd5e3

File tree

47 files changed

+67
-67
lines changed

Some content is hidden

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

47 files changed

+67
-67
lines changed

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.parents</groupId>
1414
<artifactId>lighty-parent</artifactId>
15-
<version>9.1.0-SNAPSHOT</version>
15+
<version>9.1.1</version>
1616
<relativePath>../lighty-core/lighty-parents/lighty-parent</relativePath>
1717
</parent>
1818

lighty-core/lighty-common/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<parent>
1515
<groupId>io.lighty.core.parents</groupId>
1616
<artifactId>lighty-parent</artifactId>
17-
<version>9.1.0-SNAPSHOT</version>
17+
<version>9.1.1</version>
1818
<relativePath>../lighty-parents/lighty-parent</relativePath>
1919
</parent>
2020

2121
<groupId>io.lighty.core</groupId>
2222
<artifactId>lighty-common</artifactId>
23-
<version>9.1.0-SNAPSHOT</version>
23+
<version>9.1.1</version>
2424
<packaging>jar</packaging>
2525

2626
<dependencies>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>io.lighty.resources</groupId>
4545
<artifactId>log4j-properties</artifactId>
46-
<version>9.1.0-SNAPSHOT</version>
46+
<version>9.1.1</version>
4747
</dependency>
4848

4949
<!--Tests-->

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.lighty.core.parents</groupId>
1616
<artifactId>lighty-parent</artifactId>
17-
<version>9.1.0-SNAPSHOT</version>
17+
<version>9.1.1</version>
1818
<relativePath>../lighty-parents/lighty-parent</relativePath>
1919
</parent>
2020

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.lighty.core.parents</groupId>
1616
<artifactId>lighty-parent</artifactId>
17-
<version>9.1.0-SNAPSHOT</version>
17+
<version>9.1.1</version>
1818
<relativePath>../lighty-parents/lighty-parent</relativePath>
1919
</parent>
2020

lighty-core/lighty-controller/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To use Lighty controller in your project:
1717
<dependency>
1818
<groupId>io.lighty.core</groupId>
1919
<artifactId>lighty-controller</artifactId>
20-
<version>9.1.0-SNAPSHOT</version>
20+
<version>9.1.1</version>
2121
</dependency>
2222
```
2323

lighty-core/lighty-controller/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.lighty.core.parents</groupId>
1616
<artifactId>lighty-parent</artifactId>
17-
<version>9.1.0-SNAPSHOT</version>
17+
<version>9.1.1</version>
1818
<relativePath>../lighty-parents/lighty-parent</relativePath>
1919
</parent>
2020

@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.lighty.core</groupId>
3535
<artifactId>lighty-common</artifactId>
36-
<version>9.1.0-SNAPSHOT</version>
36+
<version>9.1.1</version>
3737
</dependency>
3838

3939
<dependency>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.lighty.core.parents</groupId>
1616
<artifactId>lighty-parent</artifactId>
17-
<version>9.1.0-SNAPSHOT</version>
17+
<version>9.1.1</version>
1818
<relativePath>../lighty-parent/</relativePath>
1919
</parent>
2020

@@ -24,7 +24,7 @@
2424
-->
2525
<groupId>io.lighty.core.parents</groupId>
2626
<artifactId>lighty-binding-parent</artifactId>
27-
<version>9.1.0-SNAPSHOT</version>
27+
<version>9.1.1</version>
2828
<packaging>pom</packaging>
2929

3030
<properties>

lighty-core/lighty-parents/lighty-community-restconf-app-parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<parent>
1515
<groupId>io.lighty.kit.examples.parents</groupId>
1616
<artifactId>lighty-controller-app-parent</artifactId>
17-
<version>9.1.0-SNAPSHOT</version>
17+
<version>9.1.1</version>
1818
<relativePath>../lighty-controller-app-parent/</relativePath>
1919
</parent>
2020

2121
<groupId>io.lighty.kit.examples.parents</groupId>
2222
<artifactId>lighty-community-restconf-app-parent</artifactId>
23-
<version>9.1.0-SNAPSHOT</version>
23+
<version>9.1.1</version>
2424
<packaging>pom</packaging>
2525

2626
<profiles>

lighty-core/lighty-parents/lighty-community-restconf-parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<parent>
1515
<groupId>io.lighty.core.parents</groupId>
1616
<artifactId>lighty-parent</artifactId>
17-
<version>9.1.0-SNAPSHOT</version>
17+
<version>9.1.1</version>
1818
<relativePath>../lighty-parent/</relativePath>
1919
</parent>
2020

2121
<groupId>io.lighty.core.parents</groupId>
2222
<artifactId>lighty-community-restconf-parent</artifactId>
23-
<version>9.1.0-SNAPSHOT</version>
23+
<version>9.1.1</version>
2424
<packaging>pom</packaging>
2525

2626
<properties>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<parent>
1515
<groupId>io.lighty.core.parents</groupId>
1616
<artifactId>lighty-parent</artifactId>
17-
<version>9.1.0-SNAPSHOT</version>
17+
<version>9.1.1</version>
1818
<relativePath>../lighty-parent/</relativePath>
1919
</parent>
2020

2121
<groupId>io.lighty.kit.examples.parents</groupId>
2222
<artifactId>lighty-controller-app-parent</artifactId>
23-
<version>9.1.0-SNAPSHOT</version>
23+
<version>9.1.1</version>
2424
<packaging>pom</packaging>
2525

2626
<properties>

lighty-core/lighty-parents/lighty-dependency-artifacts/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<groupId>io.lighty.core.parents</groupId>
1616
<!-- TODO: Prefer explicit versions over properties. -->
1717
<artifactId>lighty-properties-parent</artifactId>
18-
<version>9.1.0-SNAPSHOT</version>
18+
<version>9.1.1</version>
1919
<relativePath>../lighty-properties-parent/</relativePath>
2020
</parent>
2121

@@ -31,7 +31,7 @@
3131

3232
<groupId>io.lighty.core.parents</groupId>
3333
<artifactId>lighty-dependency-artifacts</artifactId>
34-
<version>9.1.0-SNAPSHOT</version>
34+
<version>9.1.1</version>
3535
<packaging>pom</packaging>
3636

3737
<dependencyManagement>

lighty-core/lighty-parents/lighty-parent-no-plugins/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.lighty.core.parents</groupId>
1616
<artifactId>lighty-properties-parent</artifactId>
17-
<version>9.1.0-SNAPSHOT</version>
17+
<version>9.1.1</version>
1818
<relativePath>../lighty-properties-parent/</relativePath>
1919
</parent>
2020

@@ -25,15 +25,15 @@
2525

2626
<groupId>io.lighty.core.parents</groupId>
2727
<artifactId>lighty-parent-no-plugins</artifactId>
28-
<version>9.1.0-SNAPSHOT</version>
28+
<version>9.1.1</version>
2929
<packaging>pom</packaging>
3030

3131
<dependencyManagement>
3232
<dependencies>
3333
<dependency>
3434
<groupId>io.lighty.core.parents</groupId>
3535
<artifactId>lighty-dependency-artifacts</artifactId>
36-
<version>9.1.0-SNAPSHOT</version>
36+
<version>9.1.1</version>
3737
<type>pom</type>
3838
<scope>import</scope>
3939
</dependency>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<parent>
1515
<groupId>io.lighty.core.parents</groupId>
1616
<artifactId>lighty-parent-no-plugins</artifactId>
17-
<version>9.1.0-SNAPSHOT</version>
17+
<version>9.1.1</version>
1818
<relativePath>../lighty-parent-no-plugins/</relativePath>
1919
</parent>
2020

2121
<!-- This is the main parent for building LightyModule jars. -->
2222

2323
<groupId>io.lighty.core.parents</groupId>
2424
<artifactId>lighty-parent</artifactId>
25-
<version>9.1.0-SNAPSHOT</version>
25+
<version>9.1.1</version>
2626
<packaging>pom</packaging>
2727

2828
<properties>

lighty-core/lighty-parents/lighty-properties-parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
<groupId>io.lighty.core.parents</groupId>
1717
<artifactId>lighty-properties-parent</artifactId>
18-
<version>9.1.0-SNAPSHOT</version>
18+
<version>9.1.1</version>
1919
<packaging>pom</packaging>
2020

2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<maven.compiler.source>1.8</maven.compiler.source>
2424
<maven.compiler.target>1.8</maven.compiler.target>
2525
<leveldb.version>0.7</leveldb.version>
26-
<lighty.version>9.1.0-SNAPSHOT</lighty.version>
26+
<lighty.version>9.1.1</lighty.version>
2727
<!-- test dependencies -->
2828
<testng.version>6.13</testng.version>
2929
</properties>

lighty-core/lighty-parents/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>io.lighty.core.parents</groupId>
1515
<artifactId>lighty-parents-aggregator</artifactId>
16-
<version>9.1.0-SNAPSHOT</version>
16+
<version>9.1.1</version>
1717
<packaging>pom</packaging>
1818

1919
<modules>

lighty-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>io.lighty.core</groupId>
1515
<artifactId>lighty-core-aggregator</artifactId>
16-
<version>9.1.0-SNAPSHOT</version>
16+
<version>9.1.1</version>
1717
<packaging>pom</packaging>
1818

1919
<modules>

lighty-examples/controllers/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ODL core services represent MD-SAL layer, controller, DataStore, global schema c
1515
<dependency>
1616
<groupId>io.lighty.core.parents</groupId>
1717
<artifactId>lighty-dependency-artifacts</artifactId>
18-
<version>9.1.0-SNAPSHOT</version>
18+
<version>9.1.1</version>
1919
<type>pom</type>
2020
<scope>import</scope>
2121
</dependency>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<parent>
1414
<groupId>io.lighty.kit.examples.parents</groupId>
1515
<artifactId>lighty-controller-app-parent</artifactId>
16-
<version>9.1.0-SNAPSHOT</version>
16+
<version>9.1.1</version>
1717
<relativePath>../../../lighty-core/lighty-parents/lighty-controller-app-parent/</relativePath>
1818
</parent>
1919

2020
<groupId>io.lighty.kit.examples.controllers</groupId>
2121
<artifactId>lighty-community-aaa-restconf-app</artifactId>
22-
<version>9.1.0-SNAPSHOT</version>
22+
<version>9.1.1</version>
2323
<packaging>jar</packaging>
2424

2525
<properties>

lighty-examples/controllers/lighty-community-restconf-netconf-app/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ build the project: ```mvn clean install```
2020
### Start this demo example
2121
* build the project using ```mvn clean install```
2222
* got to target directory ```cd lighty-examples/controllers/lighty-community-restconf-netconf-app/target```
23-
* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-9.1.0-SNAPSHOT-bin.zip```
24-
* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-9.1.0-SNAPSHOT```
25-
* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-9.0.0-SNAPSHOT.jar```
23+
* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-9.1.1-bin.zip```
24+
* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-9.1.1```
25+
* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-9.1.1.jar```
2626

2727
### Test example application
28-
Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-9.1.0-SNAPSHOT.jar```
28+
Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-9.1.1.jar```
2929
RESTCONF web interface is available at URL ```http://localhost:8888/restconf/*```
3030

3131
##### URLs to start with
@@ -35,7 +35,7 @@ RESTCONF web interface is available at URL ```http://localhost:8888/restconf/*``
3535

3636
### Use custom config files
3737
There are two separated config files: for NETCONF SBP single node and for cluster.
38-
`java -jar lighty-community-restconf-netconf-app-9.1.0-SNAPSHOT.jar /path/to/singleNodeConfig.json`
38+
`java -jar lighty-community-restconf-netconf-app-9.1.1.jar /path/to/singleNodeConfig.json`
3939

4040
Example configuration for single node is [here](src/main/assembly/resources/sampleConfigSingleNode.json)
4141

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<parent>
1515
<groupId>io.lighty.kit.examples.parents</groupId>
1616
<artifactId>lighty-community-restconf-app-parent</artifactId>
17-
<version>9.1.0-SNAPSHOT</version>
17+
<version>9.1.1</version>
1818
<relativePath>../../../lighty-core/lighty-parents/lighty-community-restconf-app-parent/</relativePath>
1919
</parent>
2020

2121
<groupId>io.lighty.kit.examples.controllers</groupId>
2222
<artifactId>lighty-community-restconf-netconf-app</artifactId>
23-
<version>9.1.0-SNAPSHOT</version>
23+
<version>9.1.1</version>
2424
<packaging>jar</packaging>
2525

2626
<properties>
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
#start controller with java 8
4-
java -jar lighty-community-restconf-netconf-app-9.1.0-SNAPSHOT.jar sampleConfigSingleNode.json
4+
java -jar lighty-community-restconf-netconf-app-9.1.1.jar sampleConfigSingleNode.json
55

66

77
#start controller with java 10 or later
8-
#java --add-modules java.xml.bind -jar lighty-community-restconf-netconf-app-9.1.0-SNAPSHOT.jar sampleConfigSingleNode.json
8+
#java --add-modules java.xml.bind -jar lighty-community-restconf-netconf-app-9.1.1.jar sampleConfigSingleNode.json

lighty-examples/controllers/lighty-controller-springboot-netconf/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mvn spring-boot:run
2929
or
3030

3131
```
32-
java -jar target/lighty-controller-springboot-9.1.0-SNAPSHOT.jar
32+
java -jar target/lighty-controller-springboot-9.1.1.jar
3333
```
3434

3535
or in any IDE, run the method

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>io.lighty.core</groupId>
1414
<artifactId>lighty-controller-springboot</artifactId>
15-
<version>9.1.0-SNAPSHOT</version>
15+
<version>9.1.1</version>
1616
<packaging>jar</packaging>
1717

1818
<name>lighty-controller-springboot</name>
@@ -29,7 +29,7 @@
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3131
<java.version>1.8</java.version>
32-
<lighty.version>9.1.0-SNAPSHOT</lighty.version>
32+
<lighty.version>9.1.1</lighty.version>
3333
</properties>
3434

3535
<dependencies>

lighty-examples/controllers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>io.lighty.kit.examples.controllers</groupId>
1515
<artifactId>lighty-controller-apps-aggregator</artifactId>
16-
<version>9.1.0-SNAPSHOT</version>
16+
<version>9.1.1</version>
1717
<packaging>pom</packaging>
1818

1919
<modules>

lighty-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>io.lighty.kit.examples</groupId>
1515
<artifactId>example-applications-aggregator</artifactId>
16-
<version>9.1.0-SNAPSHOT</version>
16+
<version>9.1.1</version>
1717
<packaging>pom</packaging>
1818

1919
<modules>

lighty-models/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ my-model/pom.xml
5656
<parent>
5757
<groupId>io.lighty.core.parents</groupId>
5858
<artifactId>lighty-binding-parent</artifactId>
59-
<version>9.1.0-SNAPSHOT</version>
59+
<version>9.1.1</version>
6060
<relativePath/>
6161
</parent>
6262

lighty-models/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>io.lighty.models</groupId>
1515
<artifactId>lighty-models-aggregator</artifactId>
16-
<version>9.1.0-SNAPSHOT</version>
16+
<version>9.1.1</version>
1717
<packaging>pom</packaging>
1818

1919
<modules>

lighty-models/test/lighty-example-data-center/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.lighty.core.parents</groupId>
1616
<artifactId>lighty-binding-parent</artifactId>
17-
<version>9.1.0-SNAPSHOT</version>
17+
<version>9.1.1</version>
1818
<relativePath>../../../lighty-core/lighty-parents/lighty-binding-parent/</relativePath>
1919
</parent>
2020

0 commit comments

Comments
 (0)