Skip to content

Commit 4bb4c12

Browse files
committed
[maven-release-plugin] prepare release 21.3.0
JIRA: LIGHTY-368 Signed-off-by: tobias.pobocik <[email protected]>
1 parent a6c276e commit 4bb4c12

File tree

67 files changed

+142
-146
lines changed

Some content is hidden

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

67 files changed

+142
-146
lines changed

lighty-applications/lighty-app-modules-config/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0-SNAPSHOT</version>
15+
<version>21.3.0</version>
1616
<relativePath>../../lighty-core/lighty-parent/pom.xml</relativePath>
1717
</parent>
1818

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
~ and is available at https://www.eclipse.org/legal/epl-v10.html
88
-->
99

10-
<project xmlns="http://maven.apache.org/POM/4.0.0"
11-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10+
<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">
1311
<modelVersion>4.0.0</modelVersion>
1412

1513
<groupId>io.lighty.applications.rcgnmi</groupId>
1614
<artifactId>lighty-rcgnmi-app-docker</artifactId>
17-
<version>21.3.0-SNAPSHOT</version>
15+
<version>21.3.0</version>
1816

1917
<properties>
2018
<image.name>lighty-rcgnmi</image.name>
@@ -81,8 +79,7 @@
8179
<phase>prepare-package</phase>
8280
<configuration>
8381
<target>
84-
<unzip src="${basedir}/../lighty-rcgnmi-app/target/${lighty.app.zip}"
85-
dest="${basedir}/target/docker-stage" />
82+
<unzip src="${basedir}/../lighty-rcgnmi-app/target/${lighty.app.zip}" dest="${basedir}/target/docker-stage" />
8683
</target>
8784
</configuration>
8885
<goals>

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

Lines changed: 2 additions & 2 deletions
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.3.0-SNAPSHOT</version>
16+
<version>21.3.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.3.0-SNAPSHOT</version>
22+
<version>21.3.0</version>
2323

2424
<name>${project.groupId}:${project.artifactId}</name>
2525
<url>https://github.com/PANTHEONtech/lighty</url>

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

Lines changed: 2 additions & 2 deletions
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.3.0-SNAPSHOT</version>
16+
<version>21.3.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.3.0-SNAPSHOT</version>
22+
<version>21.3.0</version>
2323

2424
<name>${project.groupId}:${project.artifactId}</name>
2525
<url>https://github.com/PANTHEONtech/lighty</url>

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

Lines changed: 1 addition & 1 deletion
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.3.0-SNAPSHOT</version>
15+
<version>21.3.0</version>
1616
<packaging>pom</packaging>
1717

1818
<properties>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.lighty.applications.rnc</groupId>
1313
<artifactId>lighty-rnc-app-docker</artifactId>
14-
<version>21.3.0-SNAPSHOT</version>
14+
<version>21.3.0</version>
1515

1616
<properties>
1717
<image.name>lighty-rnc</image.name>
@@ -78,8 +78,7 @@
7878
<phase>prepare-package</phase>
7979
<configuration>
8080
<target>
81-
<unzip src="${basedir}/../lighty-rnc-app/target/${lighty.app.zip}"
82-
dest="${basedir}/target/docker-stage" />
81+
<unzip src="${basedir}/../lighty-rnc-app/target/${lighty.app.zip}" dest="${basedir}/target/docker-stage" />
8382
</target>
8483
</configuration>
8584
<goals>

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

Lines changed: 2 additions & 2 deletions
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.3.0-SNAPSHOT</version>
15+
<version>21.3.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.3.0-SNAPSHOT</version>
21+
<version>21.3.0</version>
2222
<packaging>jar</packaging>
2323

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

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

Lines changed: 2 additions & 2 deletions
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.3.0-SNAPSHOT</version>
15+
<version>21.3.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.3.0-SNAPSHOT</version>
21+
<version>21.3.0</version>
2222

2323
<name>${project.groupId}:${project.artifactId}</name>
2424
<url>https://github.com/PANTHEONtech/lighty</url>

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

Lines changed: 1 addition & 1 deletion
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.3.0-SNAPSHOT</version>
14+
<version>21.3.0</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>

lighty-applications/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0-SNAPSHOT</version>
14+
<version>21.3.0</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>

0 commit comments

Comments
 (0)