Skip to content

Commit

Permalink
Changed the deployment maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Pequla committed Jan 15, 2023
1 parent 9933779 commit 824e0c6
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.pequla</groupId>
<artifactId>little-hooks</artifactId>
<version>1.1</version>
<version>1.2</version>
<packaging>jar</packaging>

<name>LittleHooks</name>
Expand Down Expand Up @@ -63,6 +63,10 @@
<id>sonatype</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
<repository>
<id>pequla-repo</id>
<url>https://maven.pequla.com/releases</url>
</repository>
</repositories>

<dependencies>
Expand All @@ -75,7 +79,7 @@
<dependency>
<groupId>com.pequla</groupId>
<artifactId>little-link</artifactId>
<version>1.6</version>
<version>1.7</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -88,9 +92,16 @@

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Pequla Apache Maven Packages</name>
<url>https://maven.pkg.github.com/Pequla/LittleHooks</url>
<id>pequla-repo</id>
<url>https://maven.pequla.com/releases</url>
</repository>
</distributionManagement>

<developers>
<developer>
<name>Pequla</name>
<timezone>Europe/Belgrade</timezone>
<url>https://github.com/Pequla</url>
</developer>
</developers>
</project>

0 comments on commit 824e0c6

Please sign in to comment.