This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 8778d29 tasks => target; fix site path name
8778d29 is described below
commit 8778d29e0165a6c840ccd358e637c4dc8abbcfe8
Author: Sebb <[email protected]>
AuthorDate: Wed Oct 11 10:55:05 2023 +0100
tasks => target; fix site path name
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 83dd8cb..bf52d1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
<commons.dist.subdir>release-plugin</commons.dist.subdir>
<commons.jira.id>COMMONSSITE</commons.jira.id>
<commons.jira.pid>12310466&amp;component=12312401</commons.jira.pid>
- <commons.site.path>release-plugin</commons.site.path>
+ <commons.site.path>commons-release-plugin</commons.site.path>
<commons.manifestfile/>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl>
@@ -627,7 +627,7 @@
</goals>
<phase>pre-site</phase>
<configuration>
- <tasks>
+ <target>
<exec executable="svn">
<arg line="checkout --depth immediates
${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}"/>
</exec>
@@ -642,7 +642,7 @@
<exec executable="svn">
<arg line="update --set-depth infinity ${dirs}"/>
</exec>
- </tasks>
+ </target>
</configuration>
</execution>
</executions>