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 8adeefb66 AXIOM-525: Remove security manager support
8adeefb66 is described below

commit 8adeefb66cb1be69bb1d9d8c90d137553616caa5
Author: Andreas Veithen <[email protected]>
AuthorDate: Thu Jan 1 12:54:26 2026 +0000

    AXIOM-525: Remove security manager support
---
 apidocs/pom.xml                                    |   2 +-
 axiom-api/pom.xml                                  |   2 +-
 .../java/org/apache/axiom/om/util/StAXUtils.java   | 139 +++++++++------------
 .../util/stax/dialect/JBossFactoryUnwrapper.java   |  11 +-
 axiom-compat/pom.xml                               |   2 +-
 axiom-jakarta-activation/pom.xml                   |   2 +-
 axiom-jakarta-jaxb/pom.xml                         |   2 +-
 axiom-javax-activation/pom.xml                     |   2 +-
 axiom-javax-jaxb/pom.xml                           |   2 +-
 axiom-legacy-attachments/pom.xml                   |   2 +-
 .../axiom/attachments/AttachmentCacheMonitor.java  |  14 +--
 .../lifecycle/impl/LifecycleManagerImpl.java       |  25 +---
 axiom-weaver-annotations/pom.xml                   |   2 +-
 axiom-weaver/pom.xml                               |   2 +-
 buildutils/axiom-weaver-maven-plugin/pom.xml       |   2 +-
 buildutils/buildutils-maven-plugin/pom.xml         |   2 +-
 buildutils/pom.xml                                 |   2 +-
 buildutils/shade-axiom-xml/pom.xml                 |   2 +-
 components/base64-utils/pom.xml                    |   2 +-
 components/blob/pom.xml                            |   2 +-
 components/core-streams/pom.xml                    |   2 +-
 components/io/pom.xml                              |   2 +-
 components/pom.xml                                 |   2 +-
 components/xml-utils/pom.xml                       |   2 +-
 devguide/pom.xml                                   |   2 +-
 distribution/pom.xml                               |   2 +-
 implementations/axiom-dom/pom.xml                  |   2 +-
 implementations/axiom-impl/pom.xml                 |   2 +-
 implementations/pom.xml                            |   2 +-
 jakarta-bom/pom.xml                                |   2 +-
 javax-bom/pom.xml                                  |   2 +-
 mixins/core-mixins/pom.xml                         |   2 +-
 mixins/dom-mixins/pom.xml                          |   2 +-
 mixins/om-mixins/pom.xml                           |   2 +-
 mixins/pom.xml                                     |   2 +-
 pom.xml                                            |   2 +-
 samples/pom.xml                                    |   2 +-
 src/site/markdown/release-notes/2.0.1.md           |   2 -
 src/site/markdown/release-notes/2.1.0.md           |   4 +
 src/site/site.xml                                  |   1 +
 systests/cross-om-tests/pom.xml                    |   2 +-
 systests/eclipse-tests/pom.xml                     |   2 +-
 systests/jaxb-tests/pom.xml                        |   2 +-
 systests/jaxws-tests/pom.xml                       |   2 +-
 systests/old-tests/pom.xml                         |   2 +-
 systests/osgi-tests/pom.xml                        |   2 +-
 systests/pom.xml                                   |   2 +-
 systests/psychopath-tests/pom.xml                  |   2 +-
 systests/spring-ws-tests/pom.xml                   |   2 +-
 systests/wildfly-tests/pom.xml                     |   2 +-
 systests/wss4j-tests/pom.xml                       |   2 +-
 testing/axiom-testsuite/pom.xml                    |   2 +-
 testing/axiom-truth/pom.xml                        |   2 +-
 testing/blob-testutils/pom.xml                     |   2 +-
 testing/dom-testsuite/pom.xml                      |   2 +-
 testing/jaxen-testsuite/pom.xml                    |   2 +-
 testing/jaxp-testsuite/pom.xml                     |   2 +-
 testing/multiton/pom.xml                           |   2 +-
 testing/pom.xml                                    |   2 +-
 testing/saaj-testsuite/pom.xml                     |   2 +-
 testing/soap-testsuite/pom.xml                     |   2 +-
 testing/spring-ws-testsuite/pom.xml                |   2 +-
 testing/testutils/pom.xml                          |   2 +-
 testing/url-registry/pom.xml                       |   2 +-
 testing/xml-testsuite/pom.xml                      |   2 +-
 testing/xml-truth/pom.xml                          |   2 +-
 userguide/pom.xml                                  |   2 +-
 67 files changed, 130 insertions(+), 186 deletions(-)

diff --git a/apidocs/pom.xml b/apidocs/pom.xml
index 102b4d9a7..90b181716 100644
--- a/apidocs/pom.xml
+++ b/apidocs/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>apidocs</artifactId>
diff --git a/axiom-api/pom.xml b/axiom-api/pom.xml
index db7850a4a..f34406320 100644
--- a/axiom-api/pom.xml
+++ b/axiom-api/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-api</artifactId>
diff --git a/axiom-api/src/main/java/org/apache/axiom/om/util/StAXUtils.java 
b/axiom-api/src/main/java/org/apache/axiom/om/util/StAXUtils.java
index 66e8da522..b54dd10c9 100644
--- a/axiom-api/src/main/java/org/apache/axiom/om/util/StAXUtils.java
+++ b/axiom-api/src/main/java/org/apache/axiom/om/util/StAXUtils.java
@@ -37,8 +37,6 @@ import java.io.InputStream;
 import java.io.OutputStream;
 import java.io.Reader;
 import java.io.Writer;
-import java.security.AccessController;
-import java.security.PrivilegedAction;
 import java.util.Collections;
 import java.util.HashMap;
 import java.util.Map;
@@ -376,48 +374,37 @@ public class StAXUtils {
 
     private static XMLInputFactory newXMLInputFactory(
             final ClassLoader classLoader, final StAXParserConfiguration 
configuration) {
-
-        return AccessController.doPrivileged(
-                new PrivilegedAction<XMLInputFactory>() {
-                    @Override
-                    public XMLInputFactory run() {
-                        ClassLoader savedClassLoader;
-                        if (classLoader == null) {
-                            savedClassLoader = null;
-                        } else {
-                            savedClassLoader = 
Thread.currentThread().getContextClassLoader();
-                            
Thread.currentThread().setContextClassLoader(classLoader);
-                        }
-                        try {
-                            XMLInputFactory factory = 
XMLInputFactory.newInstance();
-                            // Woodstox 3.x by default creates coalescing 
parsers. Even if this
-                            // violates
-                            // the StAX specs (see WSTX-140), for 
compatibility with Woodstox 3.x,
-                            // we always enable
-                            // coalescing mode. Note that we need to do that 
before loading
-                            // XMLInputFactory.properties so that this setting 
can be overridden.
-                            factory.setProperty(XMLInputFactory.IS_COALESCING, 
Boolean.TRUE);
-                            Map<String, Object> props =
-                                    loadFactoryProperties(
-                                            classLoader, 
"XMLInputFactory.properties");
-                            if (props != null) {
-                                for (Map.Entry<String, Object> entry : 
props.entrySet()) {
-                                    factory.setProperty(entry.getKey(), 
entry.getValue());
-                                }
-                            }
-                            StAXDialect dialect = 
StAXDialectDetector.getDialect(factory);
-                            if (configuration != null) {
-                                factory = configuration.configure(factory, 
dialect);
-                            }
-                            return new ImmutableXMLInputFactory(
-                                    
dialect.normalize(dialect.makeThreadSafe(factory)));
-                        } finally {
-                            if (savedClassLoader != null) {
-                                
Thread.currentThread().setContextClassLoader(savedClassLoader);
-                            }
-                        }
-                    }
-                });
+        ClassLoader savedClassLoader;
+        if (classLoader == null) {
+            savedClassLoader = null;
+        } else {
+            savedClassLoader = Thread.currentThread().getContextClassLoader();
+            Thread.currentThread().setContextClassLoader(classLoader);
+        }
+        try {
+            XMLInputFactory factory = XMLInputFactory.newInstance();
+            // Woodstox 3.x by default creates coalescing parsers. Even if 
this violates the StAX
+            // specs (see WSTX-140), for compatibility with Woodstox 3.x, we 
always enable
+            // coalescing mode. Note that we need to do that before loading
+            // XMLInputFactory.properties so that this setting can be 
overridden.
+            factory.setProperty(XMLInputFactory.IS_COALESCING, Boolean.TRUE);
+            Map<String, Object> props =
+                    loadFactoryProperties(classLoader, 
"XMLInputFactory.properties");
+            if (props != null) {
+                for (Map.Entry<String, Object> entry : props.entrySet()) {
+                    factory.setProperty(entry.getKey(), entry.getValue());
+                }
+            }
+            StAXDialect dialect = StAXDialectDetector.getDialect(factory);
+            if (configuration != null) {
+                factory = configuration.configure(factory, dialect);
+            }
+            return new 
ImmutableXMLInputFactory(dialect.normalize(dialect.makeThreadSafe(factory)));
+        } finally {
+            if (savedClassLoader != null) {
+                Thread.currentThread().setContextClassLoader(savedClassLoader);
+            }
+        }
     }
 
     /**
@@ -453,42 +440,34 @@ public class StAXUtils {
      */
     private static XMLOutputFactory newXMLOutputFactory(
             final ClassLoader classLoader, final StAXWriterConfiguration 
configuration) {
-        return AccessController.doPrivileged(
-                new PrivilegedAction<XMLOutputFactory>() {
-                    @Override
-                    public XMLOutputFactory run() {
-                        ClassLoader savedClassLoader;
-                        if (classLoader == null) {
-                            savedClassLoader = null;
-                        } else {
-                            savedClassLoader = 
Thread.currentThread().getContextClassLoader();
-                            
Thread.currentThread().setContextClassLoader(classLoader);
-                        }
-                        try {
-                            XMLOutputFactory factory = 
XMLOutputFactory.newInstance();
-                            factory.setProperty(
-                                    XMLOutputFactory.IS_REPAIRING_NAMESPACES, 
Boolean.FALSE);
-                            Map<String, Object> props =
-                                    loadFactoryProperties(
-                                            classLoader, 
"XMLOutputFactory.properties");
-                            if (props != null) {
-                                for (Map.Entry<String, Object> entry : 
props.entrySet()) {
-                                    factory.setProperty(entry.getKey(), 
entry.getValue());
-                                }
-                            }
-                            StAXDialect dialect = 
StAXDialectDetector.getDialect(factory);
-                            if (configuration != null) {
-                                factory = configuration.configure(factory, 
dialect);
-                            }
-                            return new ImmutableXMLOutputFactory(
-                                    
dialect.normalize(dialect.makeThreadSafe(factory)));
-                        } finally {
-                            if (savedClassLoader != null) {
-                                
Thread.currentThread().setContextClassLoader(savedClassLoader);
-                            }
-                        }
-                    }
-                });
+        ClassLoader savedClassLoader;
+        if (classLoader == null) {
+            savedClassLoader = null;
+        } else {
+            savedClassLoader = Thread.currentThread().getContextClassLoader();
+            Thread.currentThread().setContextClassLoader(classLoader);
+        }
+        try {
+            XMLOutputFactory factory = XMLOutputFactory.newInstance();
+            factory.setProperty(XMLOutputFactory.IS_REPAIRING_NAMESPACES, 
Boolean.FALSE);
+            Map<String, Object> props =
+                    loadFactoryProperties(classLoader, 
"XMLOutputFactory.properties");
+            if (props != null) {
+                for (Map.Entry<String, Object> entry : props.entrySet()) {
+                    factory.setProperty(entry.getKey(), entry.getValue());
+                }
+            }
+            StAXDialect dialect = StAXDialectDetector.getDialect(factory);
+            if (configuration != null) {
+                factory = configuration.configure(factory, dialect);
+            }
+            return new ImmutableXMLOutputFactory(
+                    dialect.normalize(dialect.makeThreadSafe(factory)));
+        } finally {
+            if (savedClassLoader != null) {
+                Thread.currentThread().setContextClassLoader(savedClassLoader);
+            }
+        }
     }
 
     /**
diff --git 
a/axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/JBossFactoryUnwrapper.java
 
b/axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/JBossFactoryUnwrapper.java
index 874f98735..03238e9f9 100644
--- 
a/axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/JBossFactoryUnwrapper.java
+++ 
b/axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/JBossFactoryUnwrapper.java
@@ -19,8 +19,6 @@
 package org.apache.axiom.util.stax.dialect;
 
 import java.lang.reflect.Field;
-import java.security.AccessController;
-import java.security.PrivilegedAction;
 
 import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.XMLOutputFactory;
@@ -43,14 +41,7 @@ final class JBossFactoryUnwrapper {
         wrapperClass = Class.forName("__redirected.__" + 
factoryType.getSimpleName());
         try {
             actual = wrapperClass.getDeclaredField("actual");
-            AccessController.doPrivileged(
-                    new PrivilegedAction<Void>() {
-                        @Override
-                        public Void run() {
-                            actual.setAccessible(true);
-                            return null;
-                        }
-                    });
+            actual.setAccessible(true);
         } catch (Exception ex) {
             log.error(
                     "Found JBoss wrapper class for "
diff --git a/axiom-compat/pom.xml b/axiom-compat/pom.xml
index 9ff95bc74..e29887887 100644
--- a/axiom-compat/pom.xml
+++ b/axiom-compat/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-compat</artifactId>
diff --git a/axiom-jakarta-activation/pom.xml b/axiom-jakarta-activation/pom.xml
index 5483e61e1..919b9465b 100644
--- a/axiom-jakarta-activation/pom.xml
+++ b/axiom-jakarta-activation/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-jakarta-activation</artifactId>
diff --git a/axiom-jakarta-jaxb/pom.xml b/axiom-jakarta-jaxb/pom.xml
index d1d284832..0f55d17af 100644
--- a/axiom-jakarta-jaxb/pom.xml
+++ b/axiom-jakarta-jaxb/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-jakarta-jaxb</artifactId>
diff --git a/axiom-javax-activation/pom.xml b/axiom-javax-activation/pom.xml
index e7970ba70..fa63f5261 100644
--- a/axiom-javax-activation/pom.xml
+++ b/axiom-javax-activation/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-javax-activation</artifactId>
diff --git a/axiom-javax-jaxb/pom.xml b/axiom-javax-jaxb/pom.xml
index 5cc6ee774..fff185c18 100644
--- a/axiom-javax-jaxb/pom.xml
+++ b/axiom-javax-jaxb/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-javax-jaxb</artifactId>
diff --git a/axiom-legacy-attachments/pom.xml b/axiom-legacy-attachments/pom.xml
index 600e71baf..b8eb7c280 100644
--- a/axiom-legacy-attachments/pom.xml
+++ b/axiom-legacy-attachments/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-legacy-attachments</artifactId>
diff --git 
a/axiom-legacy-attachments/src/main/java/org/apache/axiom/attachments/AttachmentCacheMonitor.java
 
b/axiom-legacy-attachments/src/main/java/org/apache/axiom/attachments/AttachmentCacheMonitor.java
index 4fbd7e8f9..7d3e40f52 100644
--- 
a/axiom-legacy-attachments/src/main/java/org/apache/axiom/attachments/AttachmentCacheMonitor.java
+++ 
b/axiom-legacy-attachments/src/main/java/org/apache/axiom/attachments/AttachmentCacheMonitor.java
@@ -27,9 +27,6 @@ import java.util.TimerTask;
 
 import java.io.File;
 
-import java.security.AccessController;
-import java.security.PrivilegedAction;
-
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 
@@ -254,16 +251,7 @@ public final class AttachmentCacheMonitor {
         }
     }
 
-    private boolean deleteFile(final String fileName ) {
-        return AccessController.doPrivileged(new PrivilegedAction<Boolean>() {
-                @Override
-                public Boolean run() {
-                    return _deleteFile(fileName);
-                }
-            });
-    }
-
-    private boolean _deleteFile(String fileName) {
+    private boolean deleteFile(String fileName) {
         boolean ret = false;
         File file = new File(fileName);
         if (file.exists()) {
diff --git 
a/axiom-legacy-attachments/src/main/java/org/apache/axiom/attachments/lifecycle/impl/LifecycleManagerImpl.java
 
b/axiom-legacy-attachments/src/main/java/org/apache/axiom/attachments/lifecycle/impl/LifecycleManagerImpl.java
index f1d0e1a29..3cb3d93c9 100644
--- 
a/axiom-legacy-attachments/src/main/java/org/apache/axiom/attachments/lifecycle/impl/LifecycleManagerImpl.java
+++ 
b/axiom-legacy-attachments/src/main/java/org/apache/axiom/attachments/lifecycle/impl/LifecycleManagerImpl.java
@@ -21,9 +21,6 @@ package org.apache.axiom.attachments.lifecycle.impl;
 
 import java.io.File;
 import java.io.IOException;
-import java.security.AccessController;
-import java.security.PrivilegedActionException;
-import java.security.PrivilegedExceptionAction;
 import java.util.Hashtable;
 
 import org.apache.axiom.attachments.lifecycle.LifecycleManager;
@@ -163,24 +160,10 @@ public class LifecycleManagerImpl implements 
LifecycleManager {
         if(log.isDebugEnabled()){
             log.debug("Start RegisterVMShutdownHook()");
         }
-        try{
-            hook = AccessController.doPrivileged(new 
PrivilegedExceptionAction<VMShutdownHook>() {
-                @Override
-                public VMShutdownHook run() throws SecurityException, 
IllegalStateException, IllegalArgumentException {
-                    VMShutdownHook hook = VMShutdownHook.hook();
-                    if(!hook.isRegistered()){
-                        Runtime.getRuntime().addShutdownHook(hook);
-                        hook.setRegistered(true);
-                    }
-                    return hook;
-                }
-            });
-        }catch (PrivilegedActionException e) {
-            if (log.isDebugEnabled()) {
-                log.debug("Exception thrown from AccessController: " + e);
-                log.debug("VM Shutdown Hook not registered.");
-            }
-            throw new RuntimeException(e);
+        VMShutdownHook hook = VMShutdownHook.hook();
+        if(!hook.isRegistered()){
+            Runtime.getRuntime().addShutdownHook(hook);
+            hook.setRegistered(true);
         }
         if(log.isDebugEnabled()){
             log.debug("Exit RegisterVMShutdownHook()");
diff --git a/axiom-weaver-annotations/pom.xml b/axiom-weaver-annotations/pom.xml
index 4615aab70..a7cbde2a7 100644
--- a/axiom-weaver-annotations/pom.xml
+++ b/axiom-weaver-annotations/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-weaver-annotations</artifactId>
diff --git a/axiom-weaver/pom.xml b/axiom-weaver/pom.xml
index 88cbdd33d..426d4ab95 100644
--- a/axiom-weaver/pom.xml
+++ b/axiom-weaver/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-weaver</artifactId>
diff --git a/buildutils/axiom-weaver-maven-plugin/pom.xml 
b/buildutils/axiom-weaver-maven-plugin/pom.xml
index 196f53cf1..333a160df 100644
--- a/buildutils/axiom-weaver-maven-plugin/pom.xml
+++ b/buildutils/axiom-weaver-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-weaver-maven-plugin</artifactId>
diff --git a/buildutils/buildutils-maven-plugin/pom.xml 
b/buildutils/buildutils-maven-plugin/pom.xml
index 6b7362406..5e9fcbbc8 100644
--- a/buildutils/buildutils-maven-plugin/pom.xml
+++ b/buildutils/buildutils-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>buildutils-maven-plugin</artifactId>
diff --git a/buildutils/pom.xml b/buildutils/pom.xml
index 43f8a7724..ea8cdcf56 100644
--- a/buildutils/pom.xml
+++ b/buildutils/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>buildutils</artifactId>
diff --git a/buildutils/shade-axiom-xml/pom.xml 
b/buildutils/shade-axiom-xml/pom.xml
index e31027893..1de02a0b6 100644
--- a/buildutils/shade-axiom-xml/pom.xml
+++ b/buildutils/shade-axiom-xml/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>shade-axiom-xml</artifactId>
diff --git a/components/base64-utils/pom.xml b/components/base64-utils/pom.xml
index 90d0d09e8..c7fbcf4dd 100644
--- a/components/base64-utils/pom.xml
+++ b/components/base64-utils/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>components</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>base64-utils</artifactId>
diff --git a/components/blob/pom.xml b/components/blob/pom.xml
index 504c04dd0..a8d1b4590 100644
--- a/components/blob/pom.xml
+++ b/components/blob/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>components</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>blob</artifactId>
diff --git a/components/core-streams/pom.xml b/components/core-streams/pom.xml
index 0b3956d2c..ca68b6ec3 100644
--- a/components/core-streams/pom.xml
+++ b/components/core-streams/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>components</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>core-streams</artifactId>
diff --git a/components/io/pom.xml b/components/io/pom.xml
index 50ea70682..21d2abb3a 100644
--- a/components/io/pom.xml
+++ b/components/io/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>components</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>io</artifactId>
diff --git a/components/pom.xml b/components/pom.xml
index e343f1652..74f7019f5 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>components</artifactId>
diff --git a/components/xml-utils/pom.xml b/components/xml-utils/pom.xml
index af0a19851..c86dd85db 100644
--- a/components/xml-utils/pom.xml
+++ b/components/xml-utils/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>components</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>xml-utils</artifactId>
diff --git a/devguide/pom.xml b/devguide/pom.xml
index f154f25b9..0db815240 100644
--- a/devguide/pom.xml
+++ b/devguide/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>devguide</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 8ffb438c8..0e4bd53c1 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution</artifactId>
diff --git a/implementations/axiom-dom/pom.xml 
b/implementations/axiom-dom/pom.xml
index 892f96516..79f6144ab 100644
--- a/implementations/axiom-dom/pom.xml
+++ b/implementations/axiom-dom/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-dom</artifactId>
diff --git a/implementations/axiom-impl/pom.xml 
b/implementations/axiom-impl/pom.xml
index dab3ce63a..bf88cb511 100644
--- a/implementations/axiom-impl/pom.xml
+++ b/implementations/axiom-impl/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-impl</artifactId>
diff --git a/implementations/pom.xml b/implementations/pom.xml
index c5436a311..593a2587f 100644
--- a/implementations/pom.xml
+++ b/implementations/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>implementations</artifactId>
diff --git a/jakarta-bom/pom.xml b/jakarta-bom/pom.xml
index 4a18b597f..28c39e7e3 100644
--- a/jakarta-bom/pom.xml
+++ b/jakarta-bom/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>jakarta-bom</artifactId>
diff --git a/javax-bom/pom.xml b/javax-bom/pom.xml
index 6560e1be4..96a202c7e 100644
--- a/javax-bom/pom.xml
+++ b/javax-bom/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>javax-bom</artifactId>
diff --git a/mixins/core-mixins/pom.xml b/mixins/core-mixins/pom.xml
index 12c70187e..ba2a175ea 100644
--- a/mixins/core-mixins/pom.xml
+++ b/mixins/core-mixins/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>mixins</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>core-mixins</artifactId>
diff --git a/mixins/dom-mixins/pom.xml b/mixins/dom-mixins/pom.xml
index 4eab5c3d6..2d650c8c7 100644
--- a/mixins/dom-mixins/pom.xml
+++ b/mixins/dom-mixins/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>mixins</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>dom-mixins</artifactId>
diff --git a/mixins/om-mixins/pom.xml b/mixins/om-mixins/pom.xml
index 378cc3b4c..e12c5d4ef 100644
--- a/mixins/om-mixins/pom.xml
+++ b/mixins/om-mixins/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>mixins</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>om-mixins</artifactId>
diff --git a/mixins/pom.xml b/mixins/pom.xml
index a716d6406..9e9f9434f 100644
--- a/mixins/pom.xml
+++ b/mixins/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>mixins</artifactId>
diff --git a/pom.xml b/pom.xml
index fa4b3f2a4..403baa414 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.ws.commons.axiom</groupId>
     <artifactId>axiom</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Axiom</name>
diff --git a/samples/pom.xml b/samples/pom.xml
index 9e2e71e2b..75847e82d 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>samples</artifactId>
diff --git a/src/site/markdown/release-notes/2.0.1.md 
b/src/site/markdown/release-notes/2.0.1.md
deleted file mode 100644
index 5fd3be29c..000000000
--- a/src/site/markdown/release-notes/2.0.1.md
+++ /dev/null
@@ -1,2 +0,0 @@
-Apache Axiom 2.0.1 Release Note
-===============================
diff --git a/src/site/markdown/release-notes/2.1.0.md 
b/src/site/markdown/release-notes/2.1.0.md
new file mode 100644
index 000000000..5a878f69a
--- /dev/null
+++ b/src/site/markdown/release-notes/2.1.0.md
@@ -0,0 +1,4 @@
+Apache Axiom 2.1.0 Release Note
+===============================
+
+Axiom 2.1.0 removes support for the Java security manager.
diff --git a/src/site/site.xml b/src/site/site.xml
index a56862da6..2ef6de5c8 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -67,6 +67,7 @@
                 <item name="1.3.0" href="release-notes/1.3.0.html"/>
                 <item name="1.4.0" href="release-notes/1.4.0.html"/>
                 <item name="2.0.0" href="release-notes/2.0.0.html"/>
+                <item name="2.1.0" href="release-notes/2.1.0.html"/>
             </item>
             <item name="Quick start samples" href="quickstart-samples.html"/>
             <item name="User guide" href="userguide/userguide.html"/>
diff --git a/systests/cross-om-tests/pom.xml b/systests/cross-om-tests/pom.xml
index 8654cd888..405049765 100644
--- a/systests/cross-om-tests/pom.xml
+++ b/systests/cross-om-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cross-om-tests</artifactId>
diff --git a/systests/eclipse-tests/pom.xml b/systests/eclipse-tests/pom.xml
index 9303230b0..2d16b7747 100644
--- a/systests/eclipse-tests/pom.xml
+++ b/systests/eclipse-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>eclipse-tests</artifactId>
diff --git a/systests/jaxb-tests/pom.xml b/systests/jaxb-tests/pom.xml
index a7b36e7f5..e73fd3e9a 100644
--- a/systests/jaxb-tests/pom.xml
+++ b/systests/jaxb-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxb-tests</artifactId>
diff --git a/systests/jaxws-tests/pom.xml b/systests/jaxws-tests/pom.xml
index 2cbc5d145..dcb271d99 100644
--- a/systests/jaxws-tests/pom.xml
+++ b/systests/jaxws-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxws-tests</artifactId>
diff --git a/systests/old-tests/pom.xml b/systests/old-tests/pom.xml
index eb439d83e..4040cadb6 100644
--- a/systests/old-tests/pom.xml
+++ b/systests/old-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>old-tests</artifactId>
diff --git a/systests/osgi-tests/pom.xml b/systests/osgi-tests/pom.xml
index 266e367f2..dd1b98f3d 100644
--- a/systests/osgi-tests/pom.xml
+++ b/systests/osgi-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>osgi-tests</artifactId>
diff --git a/systests/pom.xml b/systests/pom.xml
index 741632bba..af4de6627 100644
--- a/systests/pom.xml
+++ b/systests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>systests</artifactId>
diff --git a/systests/psychopath-tests/pom.xml 
b/systests/psychopath-tests/pom.xml
index d578d64ce..7b48c8389 100644
--- a/systests/psychopath-tests/pom.xml
+++ b/systests/psychopath-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>psychopath-tests</artifactId>
diff --git a/systests/spring-ws-tests/pom.xml b/systests/spring-ws-tests/pom.xml
index c3f0a28f9..7fbf722cd 100644
--- a/systests/spring-ws-tests/pom.xml
+++ b/systests/spring-ws-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>spring-ws-tests</artifactId>
diff --git a/systests/wildfly-tests/pom.xml b/systests/wildfly-tests/pom.xml
index 3fb9caaa5..b1687c5ab 100644
--- a/systests/wildfly-tests/pom.xml
+++ b/systests/wildfly-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>wildfly-tests</artifactId>
diff --git a/systests/wss4j-tests/pom.xml b/systests/wss4j-tests/pom.xml
index aff123b5f..4bc918cda 100644
--- a/systests/wss4j-tests/pom.xml
+++ b/systests/wss4j-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>wss4j-tests</artifactId>
diff --git a/testing/axiom-testsuite/pom.xml b/testing/axiom-testsuite/pom.xml
index f33607c32..00d9d5a22 100644
--- a/testing/axiom-testsuite/pom.xml
+++ b/testing/axiom-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-testsuite</artifactId>
diff --git a/testing/axiom-truth/pom.xml b/testing/axiom-truth/pom.xml
index 8ca7b9d1f..73dcb7c80 100644
--- a/testing/axiom-truth/pom.xml
+++ b/testing/axiom-truth/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-truth</artifactId>
diff --git a/testing/blob-testutils/pom.xml b/testing/blob-testutils/pom.xml
index dc55cb8b8..505c42942 100644
--- a/testing/blob-testutils/pom.xml
+++ b/testing/blob-testutils/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>blob-testutils</artifactId>
diff --git a/testing/dom-testsuite/pom.xml b/testing/dom-testsuite/pom.xml
index 5675753fb..519aca3ac 100644
--- a/testing/dom-testsuite/pom.xml
+++ b/testing/dom-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>dom-testsuite</artifactId>
diff --git a/testing/jaxen-testsuite/pom.xml b/testing/jaxen-testsuite/pom.xml
index 4b40608eb..3d9ddcb4f 100644
--- a/testing/jaxen-testsuite/pom.xml
+++ b/testing/jaxen-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxen-testsuite</artifactId>
diff --git a/testing/jaxp-testsuite/pom.xml b/testing/jaxp-testsuite/pom.xml
index f03a670ba..f9e50db01 100644
--- a/testing/jaxp-testsuite/pom.xml
+++ b/testing/jaxp-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxp-testsuite</artifactId>
diff --git a/testing/multiton/pom.xml b/testing/multiton/pom.xml
index 3237087bd..213172bba 100644
--- a/testing/multiton/pom.xml
+++ b/testing/multiton/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>multiton</artifactId>
diff --git a/testing/pom.xml b/testing/pom.xml
index a9dd1bcad..dfc6d8c6d 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>testing</artifactId>
diff --git a/testing/saaj-testsuite/pom.xml b/testing/saaj-testsuite/pom.xml
index f1dc73743..f9f7aa423 100644
--- a/testing/saaj-testsuite/pom.xml
+++ b/testing/saaj-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>saaj-testsuite</artifactId>
diff --git a/testing/soap-testsuite/pom.xml b/testing/soap-testsuite/pom.xml
index 44dd0be3d..596b72b6b 100644
--- a/testing/soap-testsuite/pom.xml
+++ b/testing/soap-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>soap-testsuite</artifactId>
diff --git a/testing/spring-ws-testsuite/pom.xml 
b/testing/spring-ws-testsuite/pom.xml
index 213d450dc..a66c32838 100644
--- a/testing/spring-ws-testsuite/pom.xml
+++ b/testing/spring-ws-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>spring-ws-testsuite</artifactId>
diff --git a/testing/testutils/pom.xml b/testing/testutils/pom.xml
index b4b5c50fe..68215dc04 100644
--- a/testing/testutils/pom.xml
+++ b/testing/testutils/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>testutils</artifactId>
diff --git a/testing/url-registry/pom.xml b/testing/url-registry/pom.xml
index b477d1e91..eaa610417 100644
--- a/testing/url-registry/pom.xml
+++ b/testing/url-registry/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>url-registry</artifactId>
diff --git a/testing/xml-testsuite/pom.xml b/testing/xml-testsuite/pom.xml
index 27cd01b1e..f283768ab 100644
--- a/testing/xml-testsuite/pom.xml
+++ b/testing/xml-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>xml-testsuite</artifactId>
diff --git a/testing/xml-truth/pom.xml b/testing/xml-truth/pom.xml
index ecf2d1091..4ec418df6 100644
--- a/testing/xml-truth/pom.xml
+++ b/testing/xml-truth/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>xml-truth</artifactId>
diff --git a/userguide/pom.xml b/userguide/pom.xml
index a40f6cdce..ef1c5ca7d 100644
--- a/userguide/pom.xml
+++ b/userguide/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>userguide</artifactId>


Reply via email to