Skip to content

Commit

Permalink
[DRE-88] Fix pom (#40)
Browse files Browse the repository at this point in the history
* Changes for upgrade OpenApi - Java

* Changes for upgrade OpenApi - Java

* Changes readme example

* Add ossrh to pom
  • Loading branch information
ezerozen authored Jun 13, 2023
1 parent 715f84c commit 8bd7fdc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/java/jersey3/pom.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
</developer>
</developers>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 8bd7fdc

Please sign in to comment.