Skip to content

Commit

Permalink
Fixed repositoryID
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrangelo committed Jul 19, 2019
1 parent 1d835fa commit de3f6e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<configuration>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<repositoryId>nexus-snapshot</repositoryId>
<repositoryId>sonatype-nexus-staging</repositoryId>
<generatePom>false</generatePom>
<pomFile>pom.xml</pomFile>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion portal-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<configuration>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<repositoryId>nexus-snapshot</repositoryId>
<repositoryId>sonatype-nexus-staging</repositoryId>
<generatePom>false</generatePom>
<pomFile>pom.xml</pomFile>
<packaging>jar</packaging>
Expand Down

0 comments on commit de3f6e8

Please sign in to comment.