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:54:50 UTC

[ws-axiom] branch master updated: Update parent POM

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-axiom.git


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

commit c49c484e62e592c6c5ed0b3b2b1a79cbed386a8e
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Sun Dec 19 15:54:40 2021 +0000

    Update parent POM
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9002bdc..e1d9630 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws</groupId>
         <artifactId>ws-parent</artifactId>
-        <version>3</version>
+        <version>4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.ws.commons.axiom</groupId>
@@ -266,6 +266,8 @@
         <asm.version>9.2</asm.version>
         
         <skipDeploy>false</skipDeploy>
+
+        <project.build.outputTimestamp>2021-12-19T15:46:00Z</project.build.outputTimestamp>
     </properties>
 
     <dependencyManagement>