Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ihrasko committed Sep 21, 2022
1 parent 751162b commit 0464938
Show file tree
Hide file tree
Showing 63 changed files with 129 additions and 125 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<relativePath>../../../lighty-core/lighty-parent/pom.xml</relativePath>
</parent>

<groupId>io.lighty.applications.rcgnmi</groupId>
<artifactId>lighty-rcgnmi-app-module</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-app-parent</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<relativePath>../../../lighty-core/lighty-app-parent/pom.xml</relativePath>
</parent>

<groupId>io.lighty.applications.rcgnmi</groupId>
<artifactId>lighty-rcgnmi-app</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>

<properties>
<application.main.class>io.lighty.applications.rcgnmi.app.RCgNMIApp</application.main.class>
Expand Down
2 changes: 1 addition & 1 deletion lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>io.lighty.applications.rcgnmi</groupId>
<artifactId>lighty-rcgnmi-app-aggregator</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-app-parent</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<relativePath>../../../lighty-core/lighty-app-parent/pom.xml</relativePath>
</parent>

<groupId>io.lighty.applications.rnc</groupId>
<artifactId>lighty-rnc-app</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<relativePath>../../../lighty-core/lighty-parent/pom.xml</relativePath>
</parent>

<groupId>io.lighty.applications.rnc</groupId>
<artifactId>lighty-rnc-module</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion lighty-applications/lighty-rnc-app-aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.lighty.applications.rnc</groupId>
<artifactId>lighty-rnc-aggregator</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion lighty-applications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.lighty.applications</groupId>
<artifactId>lighty-applications-aggregator</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion lighty-core/dependency-versions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.lighty.core</groupId>
<artifactId>dependency-versions</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion lighty-core/lighty-app-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lighty-core/lighty-binding-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
80 changes: 40 additions & 40 deletions lighty-core/lighty-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-bom</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -26,216 +26,216 @@
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-codecs-util</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-common</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-controller</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-clustering</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>

<!-- DI framework integrations -->
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-controller-guice-di</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-controller-spring-di</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>

<!-- Models -->
<dependency>
<groupId>io.lighty.models</groupId>
<artifactId>openconfig-models</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>

<!-- Modules -->
<dependency>
<groupId>io.lighty.modules.tests</groupId>
<artifactId>integration-tests</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.modules.tests</groupId>
<artifactId>integration-tests-aaa</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.modules</groupId>
<artifactId>lighty-aaa</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.modules</groupId>
<artifactId>lighty-jetty-server</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.modules</groupId>
<artifactId>lighty-netconf-sb</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.modules</groupId>
<artifactId>lighty-restconf-nb-community</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.modules</groupId>
<artifactId>lighty-swagger</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.modules</groupId>
<artifactId>lighty-aaa-encryption-service</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.modules</groupId>
<artifactId>lighty-bgp</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>

<!-- gNMI -->
<dependency>
<groupId>io.lighty.modules.gnmi</groupId>
<artifactId>lighty-gnmi-connector</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.modules.gnmi</groupId>
<artifactId>lighty-gnmi-commons</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.modules.gnmi</groupId>
<artifactId>lighty-gnmi-proto</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.modules.gnmi</groupId>
<artifactId>lighty-gnmi-device-simulator</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.modules.gnmi.southbound</groupId>
<artifactId>lighty-gnmi-sb</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.models.gnmi</groupId>
<artifactId>lighty-gnmi-topology-model</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.models.gnmi</groupId>
<artifactId>lighty-gnmi-yang-storage-model</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.models.gnmi</groupId>
<artifactId>lighty-gnmi-certificates-storage-model</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.models.gnmi</groupId>
<artifactId>lighty-gnmi-force-capabilities</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>

<!-- lighty applications -->
<dependency>
<groupId>io.lighty.applications.rcgnmi</groupId>
<artifactId>lighty-rcgnmi-app</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.applications.rcgnmi</groupId>
<artifactId>lighty-rcgnmi-app-module</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.applications.rnc</groupId>
<artifactId>lighty-rnc-app</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.applications.rnc</groupId>
<artifactId>lighty-rnc-module</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>

<!-- lighty examples -->
<dependency>
<groupId>io.lighty.kit.examples.controllers</groupId>
<artifactId>lighty-community-aaa-restconf-app</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.kit.examples.controllers</groupId>
<artifactId>lighty-community-restconf-netconf-app</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.kit.examples.controllers</groupId>
<artifactId>lighty-bgp-community-restconf-app</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-controller-springboot</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>

<!-- Utility resources -->
<dependency>
<groupId>io.lighty.resources</groupId>
<artifactId>controller-application-assembly</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.lighty.resources</groupId>
<artifactId>singlenode-configuration</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>
<dependency>
<groupId>io.lighty.resources</groupId>
<artifactId>start-script</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
</dependency>

<!-- Dependencies and resources which should not normally leak into production -->
<dependency>
<groupId>io.lighty.models.test</groupId>
<artifactId>lighty-test-models</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.lighty.models.test</groupId>
<artifactId>lighty-toaster</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.lighty.resources</groupId>
<artifactId>log4j-properties</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion lighty-core/lighty-clustering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>16.2.0-SNAPSHOT</version>
<version>16.2.0</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 0464938

Please sign in to comment.