Skip to content

Commit

Permalink
Fixing pom configuration to deploy on sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpereiradev committed Oct 5, 2020
1 parent ec016d0 commit 954add4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.jonpereiradev</groupId>
<artifactId>jfile-reader</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>API for read, validate, and parse files to objects</description>
Expand Down Expand Up @@ -117,14 +117,14 @@
</build>
<profiles>
<profile>
<id>ossrh</id>
<id>deploy</id>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<id>deploy</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<id>deploy</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
Expand Down

0 comments on commit 954add4

Please sign in to comment.