From 4bd8534a9493c5674db8be890e3f39b27c95aab2 Mon Sep 17 00:00:00 2001 From: Kawtar Bakour Date: Thu, 11 Jan 2024 09:50:27 +0100 Subject: [PATCH] [#23] Update all references of sentrysoftware.github.io Updated references to sentrysoftware.org in: * pom.xml * README.md --- .gitignore | 6 ++++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0111e02..bb649b9 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,9 @@ dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties .mvn/wrapper/maven-wrapper.jar + +# IntelliJ IDEA files +*.iml +.idea/ +*.iws +*.ipr \ No newline at end of file diff --git a/README.md b/README.md index 951d2ed..02dd604 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This project is a fork of the excellent [IPMI Library for Java by Verax Systems](https://veraxsystems.com/ipmi-library-for-java/) ([see also](https://en.wikipedia.org/wiki/Verax_IPMI)). It is however not related to [another fork by rbuckland](https://github.com/rbuckland/ipmilib). -See **[Project Documentation](https://sentrysoftware.github.io/ipmi)** and the [Javadoc](https://sentrysoftware.github.io/ipmi/apidocs) for more information on how to use this library in your code. +See **[Project Documentation](https://sentrysoftware.org/ipmi)** and the [Javadoc](https://sentrysoftware.org/ipmi/apidocs) for more information on how to use this library in your code. The IPMI Java Client is a library that communicates with the IPMI host, fetches Field Replaceable Units (FRUs) and Sensors information then reports these information as a text output. diff --git a/pom.xml b/pom.xml index e28d4ca..015d9c8 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ https://sentrysoftware.com - https://sentrysoftware.github.io/ipmi + https://sentrysoftware.org/ipmi 2023