Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhodless committed May 11, 2022
1 parent 0f44319 commit 4c3b896
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>fr.kohei</groupId>
<artifactId>Common</artifactId>
<artifactId>common</artifactId>
<version>1.0.0</version>

<properties>
Expand Down Expand Up @@ -34,4 +34,12 @@
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>fr.kohei</id>
<name>common</name>
<url>https://maven.pkg.github.com/KoheiDev/Common</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 4c3b896

Please sign in to comment.