Update pom.xml for maven deployment
Some checks failed
Docker Image CI / build (push) Has been cancelled
Docker / build (push) Failing after 3m50s

This commit is contained in:
illegitimate-egg 2025-08-08 17:25:42 +01:00
parent cc3380e437
commit cc1056dea0

10
pom.xml
View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>hard.rock</groupId> <groupId>org.dukesyndicate</groupId>
<artifactId>duke-bot</artifactId> <artifactId>duke-bot</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
@ -59,4 +59,12 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Duke-Syndicate Apache Maven Packages</name>
<url>https://maven.pkg.github.com/Duke-Syndicate/duke-bot</url>
</repository>
</distributionManagement>
</project> </project>