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

rec pushed a commit to branch 
bugfix/42-Website-on-Maven-Central-search-UI-not-shown-properly
in repository https://gitbox.apache.org/repos/asf/uima-parent-pom.git

commit 3bd8bc4e455a193c7b806a8e5c3d9b5f4ffbe7ae
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Wed Aug 2 12:44:49 2023 +0200

    Issue #42: Website on Maven Central search UI not shown properly
    
    - Do not use a property for the URL since Maven Central is unable to 
dynamically resolve it
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 568d904..45397ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
     This is the common UIMA parent pom. It contains the project-wide defaults.
   </description>
 
-  <url>${uimaWebsiteUrl}</url>
+  <url>https://uima.apache.org</url>
   <inceptionYear>2006</inceptionYear>
 
   <mailingLists>

Reply via email to