Skip to content

Commit

Permalink
NA: Testing jitpack repo (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
aprajshekhar authored Mar 30, 2024
1 parent ffa834f commit 6d91fbb
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@

</dependency>
<dependency>
<groupId>com.gamedoora</groupId>
<groupId>com.github.gamedoora</groupId>
<artifactId>gamedoora-model</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
Expand Down Expand Up @@ -249,11 +249,17 @@

<!-- for downloading artifact from GitHub maven package manager-->
<repositories>
<repository>
<id>github</id>
<name>GitHub gamedoora Apache Maven Packages for model</name>
<url>https://maven.pkg.github.com/gamedoora/gamedoora-model</url>
</repository>
</repositories>
<!-- <repository>-->
<!-- <id>github</id>-->
<!-- <name>GitHub gamedoora Apache Maven Packages for model</name>-->
<!-- <url>https://maven.pkg.github.com/gamedoora/gamedoora-model</url>-->
<!-- </repository>-->

<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>


</project>

0 comments on commit 6d91fbb

Please sign in to comment.