Skip to content

Commit

Permalink
Fix pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcicolella committed Jun 11, 2020
1 parent ed1c674 commit 40bc08d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions pom.xml
Expand Up @@ -36,12 +36,19 @@
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<repository>
<id>Central Maven repository</id>
<name>Central Maven repository https</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
</distributionManagement>

<repositories>
<repository>
<id>central</id>
<name>Maven Central</name>
<layout>default</layout>
<url>https://repo1.maven.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<groupId>com.freedomotic</groupId>
<artifactId>freedomotic</artifactId>
Expand Down

0 comments on commit 40bc08d

Please sign in to comment.