You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2021/12/19 15:43:40 UTC

[ws-parent] branch master updated: Update versions

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new b93f4f5  Update versions
b93f4f5 is described below

commit b93f4f58dfe0f437d1e955333d06af11ef196106
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Sun Dec 19 15:43:34 2021 +0000

    Update versions
---
 .maven-apache-parent.marker |  0
 pom.xml                     | 14 +++++++-------
 src/site/site.xml           |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.maven-apache-parent.marker b/.maven-apache-parent.marker
new file mode 100644
index 0000000..e69de29
diff --git a/pom.xml b/pom.xml
index 80612a3..2a3ab5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>21</version>
+        <version>24</version>
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>
@@ -63,7 +63,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.1.1</version>
+                    <version>3.3.1</version>
                     <configuration>
                         <breakiterator>true</breakiterator>
                         <!-- The notimestamp, windowtitle and bottom parameters are chosen to minimize the number
@@ -84,7 +84,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>3.7.1</version>
+                <version>3.9.1</version>
                 <configuration>
                     <skipDeploy>true</skipDeploy>
                 </configuration>
@@ -92,24 +92,24 @@
                   <dependency>
                     <groupId>org.apache.maven.wagon</groupId>
                     <artifactId>wagon-scm</artifactId>
-                    <version>3.3.3</version>
+                    <version>3.4.3</version>
                   </dependency>
                   <dependency>
                     <groupId>org.apache.maven.scm</groupId>
                     <artifactId>maven-scm-api</artifactId>
-                    <version>1.11.2</version>
+                    <version>1.12.0</version>
                   </dependency>
                   <dependency>
                     <groupId>org.apache.maven.scm</groupId>
                     <artifactId>maven-scm-provider-svnexe</artifactId>
-                    <version>1.11.2</version>
+                    <version>1.12.0</version>
                   </dependency>
                 </dependencies>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-scm-publish-plugin</artifactId>
-                <version>3.0.0</version>
+                <version>3.1.0</version>
             </plugin>
         </plugins>
     </build>
diff --git a/src/site/site.xml b/src/site/site.xml
index a5ee1f5..257545b 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,7 +21,7 @@
     <skin>
         <groupId>org.apache.maven.skins</groupId>
         <artifactId>maven-fluido-skin</artifactId>
-        <version>1.7</version>
+        <version>1.10.0</version>
     </skin>
     <bannerRight>
         <src>http://ws.apache.org/images/project-logo.jpg</src>