|
@@ -36,12 +36,12 @@
|
|
|
|
|
|
<distributionManagement>
|
|
|
<repository>
|
|
|
- <id>apache.staging.https</id>
|
|
|
- <name>Apache Release Distribution Repository</name>
|
|
|
- <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
|
|
|
+ <id>${distMgmtStagingId}</id>
|
|
|
+ <name>${distMgmtStagingName}</name>
|
|
|
+ <url>${distMgmtStagingUrl}</url>
|
|
|
</repository>
|
|
|
<snapshotRepository>
|
|
|
- <id>apache.snapshots.https</id>
|
|
|
+ <id>${distMgmtSnapshotsId}</id>
|
|
|
<name>${distMgmtSnapshotsName}</name>
|
|
|
<url>${distMgmtSnapshotsUrl}</url>
|
|
|
</snapshotRepository>
|
|
@@ -53,7 +53,7 @@
|
|
|
|
|
|
<repositories>
|
|
|
<repository>
|
|
|
- <id>apache.snapshots.https</id>
|
|
|
+ <id>${distMgmtSnapshotsId}</id>
|
|
|
<name>${distMgmtSnapshotsName}</name>
|
|
|
<url>${distMgmtSnapshotsUrl}</url>
|
|
|
</repository>
|
|
@@ -79,8 +79,12 @@
|
|
|
</organization>
|
|
|
|
|
|
<properties>
|
|
|
+ <distMgmtSnapshotsId>apache.snapshots.https</distMgmtSnapshotsId>
|
|
|
<distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
|
|
|
<distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
|
|
|
+ <distMgmtStagingId>apache.staging.https</distMgmtStagingId>
|
|
|
+ <distMgmtStagingName>Apache Release Distribution Repository</distMgmtStagingName>
|
|
|
+ <distMgmtStagingUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtStagingUrl>
|
|
|
</properties>
|
|
|
|
|
|
<modules>
|