You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/06/05 10:37:45 UTC

[archiva-components] branch master updated: move version properties in child or it is complicated to sync and prevent dependabot working

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3a19936  move version properties in child or it is complicated to sync and prevent dependabot working
3a19936 is described below

commit 3a19936bee34a36be7f1501e4822a6bd896bc43c
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Jun 5 20:37:33 2022 +1000

    move version properties in child or it is complicated to sync and prevent dependabot working
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 pom.xml           | 26 ++++++++++++++++++++++++++
 src/site/site.xml |  4 ----
 2 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ed6b3e5..9c7c202 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,32 @@
     <scmPublishBranch>asf-staging</scmPublishBranch>
     <scmPublishPath>/components</scmPublishPath>
 
+
+    <slf4j.version>1.7.32</slf4j.version>
+    <log4j.version>2.17.1</log4j.version>
+    <spring.version>5.3.19</spring.version>
+    <ehcache.version>3.9.9</ehcache.version>
+    <io.swagger.version>2.1.10</io.swagger.version>
+
+    <jakarta.inject.version>1.0</jakarta.inject.version>
+    <jakarta.annotation.version>1.3.5</jakarta.annotation.version>
+    <jakarta.ws.rs.version>2.1.6</jakarta.ws.rs.version>
+
+    <!-- apache commons -->
+    <commons.lang3.version>3.12.0</commons.lang3.version>
+    <commons.beanutils.version>1.9.4</commons.beanutils.version>
+    <commons.configuration.version>2.7</commons.configuration.version>
+    <commons.text.version>1.9</commons.text.version>
+    <commons.logging.version>1.2</commons.logging.version>
+    <commons.collections.3.version>3.2.2</commons.collections.3.version>
+
+    <apacheds.version>1.5.1</apacheds.version>
+    <apacheds.shared.version>0.9.7</apacheds.shared.version>
+
+    <!-- junit -->
+    <junit.platform.version>1.5.2</junit.platform.version>
+    <junit.jupiter.version>5.5.2</junit.jupiter.version>
+
   </properties>
 
   <description>Parent Pom for various components used in Apache Archiva and Redback.</description>
diff --git a/src/site/site.xml b/src/site/site.xml
index 750115f..468fc91 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -42,10 +42,6 @@
             <googleSearch>
                 <sitesearch>http://archiva.apache.org/components</sitesearch>
             </googleSearch>
-            <ohloh>
-              <projectId>6670</projectId>
-              <widget>thin-badge</widget>
-            </ohloh>
             <gitHub>
               <projectId>apache/archiva-components</projectId>
               <ribbonOrientation>right</ribbonOrientation>