From 92ac2a3bcef9ea7bf6ba40dcdf830ceec158658c Mon Sep 17 00:00:00 2001 From: Obed Vazquez Date: Thu, 31 Oct 2024 06:15:47 -0600 Subject: [PATCH] First forked release version. Preparing to release new version so Jit will identify the package. --- README.md | 4 ++-- pom.xml | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8b662b6..4916c5c 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ Snapshots of all the latest changes are available in my personal nexus repositor ```xml - com.stirante + com.github.obed-vazquez lol-client-java-api - 1.2.12-SNAPSHOT + 1.2.12 ``` diff --git a/pom.xml b/pom.xml index 283791b..5f3d0bd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,9 +4,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.stirante + com.github.obed-vazquez lol-client-java-api - 1.2.12-SNAPSHOT + 1.2.12 lol-client-java-api Simple library which provides access to internal League of Legends Client API. https://github.com/stirante/lol-client-java-api @@ -19,25 +19,25 @@ GNU GENERAL PUBLIC LICENSE Version 3 - https://github.com/stirante/lol-client-java-api/blob/master/LICENSE + https://github.com/obed-vazquez/lol-client-java-api/blob/master/LICENSE - https://github.com/stirante/lol-client-java-api/ + https://github.com/obed-vazquez/lol-client-java-api/ - https://github.com/stirante/lol-client-java-api//issues + https://github.com/obed-vazquez/lol-client-java-api//issues GitHub Issues stirante-nexus-releases - https://nexus.stirante.com/repository/maven-releases/ + https://nexus.obed-vazquez.com/repository/maven-releases/ stirante-nexus-snapshots - https://nexus.stirante.com/repository/maven-snapshots/ + https://nexus.obed-vazquez.com/repository/maven-snapshots/