This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git

commit 83e6b70c9abeb2bed5b8c06fdd7a24e972155e87
Author: Martin Stockhammer <[email protected]>
AuthorDate: Fri Nov 29 22:33:55 2019 +0100

    Fixing project url
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 499dfff..733d3a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
   <description>Redback is a authorization and authentication framework used by 
Archiva.
     It is developed by the Apache Archiva team.</description>
 
-  <url>http://archiva.apache.org/redback/core</url>
+  <url>http://archiva.apache.org/redback/core/${project.version}</url>
   <inceptionYear>2006</inceptionYear>
 
   <issueManagement>
@@ -753,7 +753,7 @@
           <inputEncoding>UTF-8</inputEncoding>
           <outputEncoding>UTF-8</outputEncoding>
           <skipDeploy>true</skipDeploy>
-          
<stagingDirectory>${site.staging.base}/target/staging/redback/core/${version}</stagingDirectory>
+          
<stagingDirectory>${site.staging.base}/target/staging/redback/core/${project.version}</stagingDirectory>
         </configuration>
         <executions>
           <execution>

Reply via email to