Skip to content

Commit 05e1692

Browse files
Tobianasihrasko
authored andcommitted
[maven-release-plugin] prepare release 21.1.0
JIRA: LIGHTY-337 Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
1 parent 95a8445 commit 05e1692

File tree

65 files changed

+134
-130
lines changed

Some content is hidden

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

65 files changed

+134
-130
lines changed

lighty-applications/lighty-app-modules-config/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>21.1.0-SNAPSHOT</version>
15+
<version>21.1.0</version>
1616
<relativePath>../../lighty-core/lighty-parent/pom.xml</relativePath>
1717
</parent>
1818

lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<parent>
1414
<groupId>io.lighty.core</groupId>
1515
<artifactId>lighty-parent</artifactId>
16-
<version>21.1.0-SNAPSHOT</version>
16+
<version>21.1.0</version>
1717
<relativePath>../../../lighty-core/lighty-parent/pom.xml</relativePath>
1818
</parent>
1919

2020
<groupId>io.lighty.applications.rcgnmi</groupId>
2121
<artifactId>lighty-rcgnmi-app-module</artifactId>
22-
<version>21.1.0-SNAPSHOT</version>
22+
<version>21.1.0</version>
2323

2424
<dependencies>
2525
<dependency>

lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<parent>
1414
<groupId>io.lighty.core</groupId>
1515
<artifactId>lighty-app-parent</artifactId>
16-
<version>21.1.0-SNAPSHOT</version>
16+
<version>21.1.0</version>
1717
<relativePath>../../../lighty-core/lighty-app-parent/pom.xml</relativePath>
1818
</parent>
1919

2020
<groupId>io.lighty.applications.rcgnmi</groupId>
2121
<artifactId>lighty-rcgnmi-app</artifactId>
22-
<version>21.1.0-SNAPSHOT</version>
22+
<version>21.1.0</version>
2323

2424
<properties>
2525
<application.main.class>io.lighty.applications.rcgnmi.app.RCgNMIApp</application.main.class>

lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml

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

1313
<groupId>io.lighty.applications.rcgnmi</groupId>
1414
<artifactId>lighty-rcgnmi-app-aggregator</artifactId>
15-
<version>21.1.0-SNAPSHOT</version>
15+
<version>21.1.0</version>
1616
<packaging>pom</packaging>
1717

1818
<properties>

lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-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>21.1.0-SNAPSHOT</version>
15+
<version>21.1.0</version>
1616
<relativePath>../../../lighty-core/lighty-app-parent/pom.xml</relativePath>
1717
</parent>
1818

1919
<groupId>io.lighty.applications.rnc</groupId>
2020
<artifactId>lighty-rnc-app</artifactId>
21-
<version>21.1.0-SNAPSHOT</version>
21+
<version>21.1.0</version>
2222
<packaging>jar</packaging>
2323

2424
<properties>

lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/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-parent</artifactId>
15-
<version>21.1.0-SNAPSHOT</version>
15+
<version>21.1.0</version>
1616
<relativePath>../../../lighty-core/lighty-parent/pom.xml</relativePath>
1717
</parent>
1818

1919
<groupId>io.lighty.applications.rnc</groupId>
2020
<artifactId>lighty-rnc-module</artifactId>
21-
<version>21.1.0-SNAPSHOT</version>
21+
<version>21.1.0</version>
2222

2323
<dependencies>
2424
<dependency>

lighty-applications/lighty-rnc-app-aggregator/pom.xml

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

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

1717
<properties>

lighty-applications/pom.xml

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

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

1717
<properties>

lighty-core/dependency-versions/pom.xml

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

1616
<name>${project.groupId}:${project.artifactId}</name>

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

0 commit comments

Comments
 (0)