Skip to content

Commit

Permalink
Add Nexus Apache staging/snapshot repositories to distributionManagem…
Browse files Browse the repository at this point in the history
…ent tag
  • Loading branch information
bipinprasad committed Jul 18, 2023
1 parent f3a4d20 commit 2a3bf51
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<id>Ethanlm</id>
<name>Ethan Li</name>
<email>[email protected]</email>
<roles>
<roles>
<role>Committer</role>
</roles>
<timezone>-6</timezone>
Expand Down Expand Up @@ -703,6 +703,20 @@
</profiles>

<distributionManagement>
<repository>
<id>apache.staging</id>
<url>https://repository.apache.org/content/groups/staging/</url>
</repository>
<!-- Do not use apache.release as apache.staging artifacts will be promoted to release after votes
<repository>
<id>apache.releases</id>
<url>https://repository.apache.org/content/groups/public/</url>
</repository>
-->
<snapshotRepository>
<id>apache.snapshots</id>
<url>https://repository.apache.org/content/groups/snapshots/</url>
</snapshotRepository>
<site>
<id>storm.maven.website</id>
<name>Storm Website</name>
Expand Down

0 comments on commit 2a3bf51

Please sign in to comment.