Skip to content

Commit 04a9d63

Browse files
author
Siegfried Goeschl
committed
Preparing the release according to http://wiki.apache.org/commons/CreatingReleases
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x@741226 13f79535-47bb-0310-9956-ffa450edef68
1 parent 880a9f6 commit 04a9d63

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@
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>
@@ -232,6 +234,17 @@
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>

src/assembly/src.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>

0 commit comments

Comments
 (0)