Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ihrasko committed May 15, 2023
1 parent c7c651f commit 8b41844
Show file tree
Hide file tree
Showing 65 changed files with 135 additions and 131 deletions.
2 changes: 1 addition & 1 deletion lighty-applications/lighty-app-modules-config/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>18.1.0-SNAPSHOT</version>
<version>18.1.0</version>
<relativePath>../../lighty-core/lighty-parent/pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -13,13 +13,13 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>18.1.0-SNAPSHOT</version>
<version>18.1.0</version>
<relativePath>../../../lighty-core/lighty-parent/pom.xml</relativePath>
</parent>

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

<dependencies>
<dependency>
Expand Down
Expand Up @@ -13,13 +13,13 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-app-parent</artifactId>
<version>18.1.0-SNAPSHOT</version>
<version>18.1.0</version>
<relativePath>../../../lighty-core/lighty-app-parent/pom.xml</relativePath>
</parent>

<groupId>io.lighty.applications.rcgnmi</groupId>
<artifactId>lighty-rcgnmi-app</artifactId>
<version>18.1.0-SNAPSHOT</version>
<version>18.1.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
Expand Up @@ -12,7 +12,7 @@

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

<properties>
Expand Down
Expand Up @@ -12,13 +12,13 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-app-parent</artifactId>
<version>18.1.0-SNAPSHOT</version>
<version>18.1.0</version>
<relativePath>../../../lighty-core/lighty-app-parent/pom.xml</relativePath>
</parent>

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

<properties>
Expand Down
Expand Up @@ -12,13 +12,13 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>18.1.0-SNAPSHOT</version>
<version>18.1.0</version>
<relativePath>../../../lighty-core/lighty-parent/pom.xml</relativePath>
</parent>

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

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

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

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

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

<properties>
Expand Down
2 changes: 1 addition & 1 deletion lighty-core/dependency-versions/pom.xml
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.lighty.core</groupId>
<artifactId>dependency-versions</artifactId>
<version>18.1.0-SNAPSHOT</version>
<version>18.1.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
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>18.1.0-SNAPSHOT</version>
<version>18.1.0</version>
<relativePath>../lighty-parent</relativePath>
</parent>

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

Expand Down

0 comments on commit 8b41844

Please sign in to comment.