Skip to content

Commit

Permalink
Restores compatibility with Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvictora committed Dec 19, 2022
1 parent ff1b646 commit 9ecf643
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## [0.7.1] - 2022-12-19
## [0.7.1.1] - 2022-12-19

- Fixes NullPointerException in SunTimesProvider
- Updates dependencies
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>at.sv.hue</groupId>
<artifactId>hue-scheduler</artifactId>
<version>0.7.1</version>
<version>0.7.1.1</version>

<scm>
<connection>scm:git:[email protected]:stefanvictora/hue-scheduler.git</connection>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.5</version>
<version>1.3.5</version>
</dependency>
<dependency>
<groupId>org.shredzone.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/at/sv/hue/HueScheduler.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

@Command(name = "HueScheduler", version = "0.7.1", mixinStandardHelpOptions = true, sortOptions = false)
@Command(name = "HueScheduler", version = "0.7.1.1", mixinStandardHelpOptions = true, sortOptions = false)
public final class HueScheduler implements Runnable {

private static final Logger LOG = LoggerFactory.getLogger(HueScheduler.class);
Expand Down

0 comments on commit 9ecf643

Please sign in to comment.