File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 137137 <commons .binary.suffix></commons .binary.suffix>
138138 <commons .jira.id>CLI</commons .jira.id>
139139 <commons .jira.pid>12310463</commons .jira.pid>
140+ <!-- The RC version used in the staging repository URL. -->
141+ <commons .rc.version>RC1</commons .rc.version>
140142 </properties >
141143
142144 <build >
232234 </plugins >
233235 </build >
234236 </profile >
237+ <profile >
238+ <id >rc</id >
239+ <distributionManagement >
240+ <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
241+ <site >
242+ <id >apache.website</id >
243+ <name >Apache Commons Release Candidate Staging Site</name >
244+ <url >${commons.deployment.protocol} ://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid} /${commons.release.version} /${commons.rc.version} /site</url >
245+ </site >
246+ </distributionManagement >
247+ </profile >
235248 </profiles >
236249
237250</project >
Original file line number Diff line number Diff line change 2020 <format >tar.gz</format >
2121 <format >zip</format >
2222 </formats >
23- <baseDirectory >${project.artifactId}-${project .version}-src</baseDirectory >
23+ <baseDirectory >${project.artifactId}-${commons.release .version}-src</baseDirectory >
2424 <fileSets >
2525 <fileSet >
2626 <includes >
You can’t perform that action at this time.
0 commit comments