We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541bbbd commit 32003b5Copy full SHA for 32003b5
1 file changed
modules/flowable-bom/pom.xml
@@ -523,5 +523,18 @@
523
</dependency>
524
</dependencies>
525
</dependencyManagement>
526
+
527
+ <distributionManagement>
528
+ <snapshotRepository>
529
+ <id>sonatype-nexus-snapshots</id>
530
+ <name>Sonatype Nexus Snapshots</name>
531
+ <url>${distributionManagementSnapshotsUrl}</url>
532
+ </snapshotRepository>
533
+ <repository>
534
+ <id>sonatype-nexus-staging</id>
535
+ <name>Nexus Release Repository</name>
536
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
537
+ </repository>
538
+ </distributionManagement>
539
540
</project>
0 commit comments