Skip to content

Commit

Permalink
Update required maven version
Browse files Browse the repository at this point in the history
Since ODL Sulfur (16) odlparent requires maven version 3.8.3.

Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
  • Loading branch information
ihrasko committed Jun 24, 2022
1 parent a5a7ba1 commit b7c756d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ _This branch maintains compatibility with __OpenDaylight Silicon,__ release._
## Build & Install
In order to build and install lighty.io artifacts locally, follow the steps below:
1. __Install JDK__ - make sure [JDK 11](https://jdk.java.net/11/) is installed
2. __Install maven__ - make sure you have maven 3.6.3 or later installed
2. __Install maven__ - make sure you have maven 3.8.3 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``

Expand Down
2 changes: 1 addition & 1 deletion lighty-applications/lighty-rcgnmi-app-aggregator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 11 (or later)
* Maven 3.5.4 (or later)
* Maven 3.8.3 (or later)

## Build & Start
To build and start the RCgNMI application in your local environment, follow these steps:
Expand Down
2 changes: 1 addition & 1 deletion lighty-applications/lighty-rnc-app-aggregator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 11 or later
* maven 3.5.4 or later
* Maven 3.8.3 or later
* (Optional) Docker for creating and running Docker images

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

In order to build and start the application locally, you need:
* Java 11 or later
* maven 3.5.4 or later
* Maven 3.8.3 or later

## Build

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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 11 or later
* Maven 3.5.4 or later
* Maven 3.8.3 or later
* Postman v7.36.5. or later
* Linux-based system with bash

Expand Down

0 comments on commit b7c756d

Please sign in to comment.