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

1.0.2 Release #6

Merged
merged 1 commit into from
Dec 27, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This library will help you to take an educated guess and calculate the rol/posit
## 1) What is this repository for?

### 1.1) Quick summary
Version: `1.0.1`
Version: `1.0.2`

This library will help you to take an educated guess and calculate the rol/position/lane in which a champion will or should be in a 5v5 team of a League of Legends match.

Expand Down
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- region Project configuration -->
<groupId>org.white_sdev.white_gaming.lol</groupId>
<artifactId>league-of-legends-role-identification</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>This library will help you to take an educated guess and calculate the rol/position/lane in which a champion will or should be in a 5v5 team of a League of Legends match</description>
<!--endregion-->
Expand Down Expand Up @@ -50,11 +50,12 @@
<!-- https://logback.qos.ch/manual/layouts.html -->
<!-- this will allow you to use logback-test.xml file -->
<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
<!-- requires slf4j-api & logback-core (Lombok includes it) -->
<!-- require slf4j-api & logback-core (Lombok includes it) -->
<!--suppress VulnerableLibrariesLocal -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.6</version>
<version>1.4.7</version>
<scope>compile</scope>
</dependency>
<!-- endregion SL4fj Provider -->
Expand Down Expand Up @@ -129,7 +130,7 @@
<source>${java.version}</source>
<target>${java.version}</target>
<!-- WARNING: add release property for 1.9 and older versions -->
<release>${java.version}</release>
<!-- <release>${java.version}</release>-->
</configuration>
</plugin>
<!-- endregion -->
Expand Down
Loading