Skip to content

Commit

Permalink
fix distrib
Browse files Browse the repository at this point in the history
  • Loading branch information
drallieiv committed Nov 25, 2022
1 parent 0d2f3f9 commit df19f09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions KinanCity-captcha-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
</repository>
</repositories>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/drallieiv/KinanCity</url>
</repository>
</distributionManagement>

<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<url>https://github.com/drallieiv/KinanCity</url>
<developerConnection>scm:git:git@github.com:drallieiv/KinanCity.git</developerConnection>
<tag>HEAD</tag>
</scm>
</scm>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit df19f09

Please sign in to comment.