Skip to content

Commit

Permalink
fixup build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez committed Aug 6, 2022
1 parent cdc1289 commit 4945dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>com.ibm.jesseg</groupId>
<artifactId>ibmi-prom-client</artifactId>
<packaging>jar</packaging>
<version>0.7.1</version>
<version>0.7.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ibm/jesseg/prometheus/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import com.github.theprez.jcmdutils.AppLogger;
import com.github.theprez.jcmdutils.ConsoleQuestionAsker;
import com.ibm.jesseg.Config.SQLQuery;
import com.ibm.jesseg.prometheus.Config.SQLQuery;

import io.prometheus.client.CollectorRegistry;
import io.prometheus.client.exporter.HTTPServer;
Expand Down

0 comments on commit 4945dfd

Please sign in to comment.