Skip to content

Commit

Permalink
Merge pull request #4 from daq-tools/java7
Browse files Browse the repository at this point in the history
Update to Java 8 and bump dependency versions
  • Loading branch information
hgomez authored Jan 26, 2021
2 parents 190166e + 473d262 commit 595d7ab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions influxdb-fetcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.hgomez.influxdb</groupId>
<artifactId>influxdb-fetcher</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
<name>InfluxDB Fetcher</name>
<description>Simple InfluxDB Fetcher</description>

<properties>
<!-- Java 6 -->
<maven.compiler.source>6</maven.compiler.source>
<maven.compiler.target>6</maven.compiler.target>
<!-- Java 8 -->
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand All @@ -30,7 +30,7 @@
<developers>
<developer>
<name>Henri Gomez</name>
<email>[email protected].com</email>
<email>[email protected]</email>
</developer>
</developers>

Expand Down Expand Up @@ -73,12 +73,12 @@
<dependency>
<groupId>org.influxdb</groupId>
<artifactId>influxdb-java</artifactId>
<version>2.12</version>
<version>2.21</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.4</version>
<version>2.10.9</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 595d7ab

Please sign in to comment.