Skip to content

Commit

Permalink
fix groupId and artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
onakrainikoff committed Mar 11, 2022
1 parent 4c0f070 commit b9fa4f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<relativePath/>
</parent>

<groupId>ru.on8off.tg</groupId>
<artifactId>iamgroot-bot</artifactId>
<groupId>ru.on8off</groupId>
<artifactId>tg-iamgroot-bot</artifactId>
<version>${version}</version>
<name>iamgroot-bot</name>
<name>tg-iamgroot-bot</name>

<properties>
<version>local</version>
Expand Down Expand Up @@ -135,7 +135,7 @@
<dockerHost>${docker_host_url}</dockerHost>
<images>
<image>
<name>ghcr.io/onakrainikoff/tg-iamgroot-bot:${project.version}</name>
<name>ghcr.io/onakrainikoff/tg-iamgroot-bot-project:${project.version}</name>
<build>
<from>openjdk:17-slim</from>
<assembly>
Expand Down Expand Up @@ -165,7 +165,7 @@
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/onakrainikoff/tg-iamgroot-bot</url>
<url>https://maven.pkg.github.com/onakrainikoff/tg-iamgroot-bot-project</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit b9fa4f8

Please sign in to comment.