Skip to content

Commit

Permalink
Merge pull request #6 from WhiteOrganization/release-1-0-2
Browse files Browse the repository at this point in the history
1.0.2 Release
  • Loading branch information
obed-vazquez authored Dec 27, 2023
2 parents 088c85a + 42c21a8 commit 6254638
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
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

0 comments on commit 6254638

Please sign in to comment.