Skip to content

Commit

Permalink
1.3 (#154)
Browse files Browse the repository at this point in the history
* jacoco switch to JDK 21

* version bump
  • Loading branch information
bonepl committed Dec 15, 2023
1 parent 6d06349 commit a7b8c67
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions chroma-league-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.booone</groupId>
<artifactId>chroma-league-launcher</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>Chroma League Launcher</name>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>net.booone</groupId>
<artifactId>chroma-league</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions chroma-league/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<parent>
<groupId>net.booone</groupId>
<artifactId>chroma-league-parent</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>chroma-league</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
<name>Chroma League</name>

<dependencies>
<!-- core -->
<dependency>
<groupId>net.booone</groupId>
<artifactId>razer-sdk</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
Expand Down
8 changes: 4 additions & 4 deletions chroma-league/src/main/resources/VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.2.1
- New rift change animation
- New background colors for rift
- Stability improvements
1.3.0
- Now running on Temurin JDK 21
- Updated libraries
- SummonerName to Riot ID migration problem mitigation (not guaranteed to work - waiting for proper fix from Riot)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.booone</groupId>
<artifactId>chroma-league-parent</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>Chroma League with Java Razer SDK</name>
Expand Down
4 changes: 2 additions & 2 deletions razer-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>net.booone</groupId>
<artifactId>chroma-league-parent</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>razer-sdk</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
<name>Java Razer Chroma SDK</name>

<dependencies>
Expand Down

0 comments on commit a7b8c67

Please sign in to comment.