This is an automated email from the ASF dual-hosted git repository.
robertlazarski 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 29cf239 In prep for the 1.4 release, don't use ws-parent 4-SNAPSHOT
since there is no imminent release and 3 passes the unit tests
29cf239 is described below
commit 29cf23942d7cff15893fb2b76078bcbc49ec90e1
Author: Robert Lazarski <[email protected]>
AuthorDate: Tue Mar 29 14:01:23 2022 -1000
In prep for the 1.4 release, don't use ws-parent 4-SNAPSHOT since there is
no imminent release and 3 passes the unit tests
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 16a2cc2..4464e4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>4-SNAPSHOT</version>
+ <version>3</version>
</parent>
<groupId>org.apache.ws.commons.axiom</groupId>