Skip to content

Commit

Permalink
Merge pull request #20 from veryfi/feature/update-pom-xml
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
alejouribesanchez authored Aug 13, 2021
2 parents 46fd0fd + f89b5ab commit 0fd9628
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,28 @@
<artifactId>veryfi-java</artifactId>
<version>1.0.4</version>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Veryfi Apache Maven Packages</name>
<url>https://maven.pkg.github.com/veryfi/veryfi-java</url>
</repository>
</distributionManagement>
<profiles>
<profile>
<id>maven-repository</id>
<distributionManagement>
<repository>
<id>ossrh</id>
<name>Central Repository OSSRH</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>github-repository</id>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Veryfi Apache Maven Packages</name>
<url>https://maven.pkg.github.com/veryfi/veryfi-java</url>
</repository>
</distributionManagement>
</profile>
</profiles>

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

0 comments on commit 0fd9628

Please sign in to comment.