Skip to content

Commit

Permalink
Update required Maven version to 3.8.5
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Suna <peter.suna@pantheon.tech>
  • Loading branch information
PeterSuna authored and ihrasko committed Jul 18, 2022
1 parent 7d94f30 commit dc49cd7
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 17](https://openjdk.java.net/projects/jdk/17/) is installed
2. __Install maven__ - make sure you have maven 3.8.3 or later installed
2. __Install maven__ - make sure you have maven 3.8.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``

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 17 (or later)
* Maven 3.8.3 (or later)
* Maven 3.8.5 (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 17 or later
* Maven 3.8.3 or later
* Maven 3.8.5 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.8.3</version>
<version>3.8.5</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 17 or later
* Maven 3.8.3 or later
* Maven 3.8.5 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 17 or later
* Maven 3.8.3 or later
* Maven 3.8.5 or later
* Postman v7.36.5. or later
* Linux-based system with bash

Expand Down

0 comments on commit dc49cd7

Please sign in to comment.