Skip to content

Commit

Permalink
Fix group id
Browse files Browse the repository at this point in the history
  • Loading branch information
Willena committed Oct 6, 2024
1 parent 4ff4589 commit 767206a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Relases can be found from Maven and as github artifacts.
```xml

<dependency>
<groupId>io.github.willena.influx</groupId>
<groupId>io.github.willena</groupId>
<artifactId>influxql</artifactId>
<version>${version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.willena.influx</groupId>
<groupId>io.github.willena</groupId>
<artifactId>influxql</artifactId>
<version>1.0.1-SNAPSHOT</version>

Expand Down

0 comments on commit 767206a

Please sign in to comment.