Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update required Maven version to 3.9.5 #1921

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -25,6 +25,10 @@ jobs:
with:
java-version: 21
distribution: 'temurin'
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.8
- name: Cache SonarCloud packages
uses: actions/cache@v1
if: ${{ env.SONAR_TOKEN != 0 }}
4 changes: 4 additions & 0 deletions .github/workflows/publish-docker-helm.yml
Original file line number Diff line number Diff line change
@@ -54,6 +54,10 @@ jobs:
with:
java-version: 21
distribution: 'temurin'
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.8
- name: Cache Maven packages
uses: actions/cache@v1
with:
4 changes: 4 additions & 0 deletions .github/workflows/publish-rcgnmi.yml
Original file line number Diff line number Diff line change
@@ -42,6 +42,10 @@ jobs:
with:
java-version: 21
distribution: 'temurin'
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.8
- name: Cache Maven packages
uses: actions/cache@v1
with:
4 changes: 4 additions & 0 deletions .github/workflows/publish-rnc.yml
Original file line number Diff line number Diff line change
@@ -42,6 +42,10 @@ jobs:
with:
java-version: 21
distribution: 'temurin'
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.8
- name: Cache Maven packages
uses: actions/cache@v1
with:
4 changes: 4 additions & 0 deletions .github/workflows/test-lighty-app.yml
Original file line number Diff line number Diff line change
@@ -27,6 +27,10 @@ jobs:
with:
java-version: 21
distribution: 'temurin'
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.8
- name: Cache Maven packages
uses: actions/cache@v1
with:
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ _This branch maintains compatibility with __OpenDaylight 2024-09 Scandium,__ rel
## Build & Install
In order to build and install lighty.io artifacts locally, follow the steps below:
1. __Install JDK__ - make sure [JDK 21](https://openjdk.java.net/projects/jdk/21/) is installed (For example: https://adoptium.net/temurin/releases/)
2. __Install maven__ - make sure you have maven 3.8.5 or later installed
2. __Install maven__ - make sure you have maven 3.9.5 or later installed
3. __Setup maven__ - make sure you have the proper [settings.xml](https://github.com/opendaylight/odlparent/blob/master/settings.xml) in your ```~/.m2``` directory
4. __Build & Install locally__ - by running command: ``mvn clean install -DskipTests``

2 changes: 1 addition & 1 deletion lighty-applications/lighty-rcgnmi-app-aggregator/README.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ A lighty.io application, which starts and wires the following components:
## Prerequisites
In order to build & start the RCgNMI application locally, you need:
* Java 21 (or later)
* Maven 3.8.5 (or later)
* Maven 3.9.5 (or later)

## Build & Start
To build and start the RCgNMI application in your local environment, follow these steps:
2 changes: 1 addition & 1 deletion lighty-applications/lighty-rnc-app-aggregator/README.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ Most important lighty.io components used are:
## Prerequisites
In order to build and start the lighty.io RNC application locally, you need:
* Java 21 or later
* Maven 3.8.5 or later
* Maven 3.9.5 or later
* (Optional) Docker for creating and running Docker images

## Build and start
2 changes: 1 addition & 1 deletion lighty-core/lighty-minimal-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>3.8.5</version>
<version>3.9.5</version>
</requireMavenVersion>
</rules>
</configuration>
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ Application starts the following components:

In order to build and start the application locally, you need:
* Java 21 or later
* Maven 3.8.5 or later
* Maven 3.9.5 or later

## Build

Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ This application starts:
## Prerequisites
In order to build and start and run this example, the lighty.io gNMI/RESTCONF application locally, you need:
* Java 21 or later
* Maven 3.8.5 or later
* Maven 3.9.5 or later
* Postman v7.36.5. or later
* Linux-based system with bash