Author: fanningpj
Date: Sun Nov 5 21:02:59 2023
New Revision: 1913602
URL: http://svn.apache.org/viewvc?rev=1913602&view=rev
Log:
prep v5.2.0
Modified:
xmlbeans/trunk/build.xml
xmlbeans/trunk/gradle.properties
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/util/ExceptionUtil.java
Modified: xmlbeans/trunk/build.xml
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1913602&r1=1913601&r2=1913602&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Sun Nov 5 21:02:59 2023
@@ -21,7 +21,7 @@
<property name="jdk.version.class" value="1.8" description="JDK version of
generated class files"/>
<property name="compile.debug" value="true"/>
- <property name="version.base" value="5.1.2-SNAPSHOT"/>
+ <property name="version.base" value="5.2.0"/>
<property name="version.rc" value=""/>
<property name="cases.location" location="src/test/resources"/>
Modified: xmlbeans/trunk/gradle.properties
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/gradle.properties?rev=1913602&r1=1913601&r2=1913602&view=diff
==============================================================================
--- xmlbeans/trunk/gradle.properties (original)
+++ xmlbeans/trunk/gradle.properties Sun Nov 5 21:02:59 2023
@@ -15,7 +15,7 @@
# comment-out, because of naming problems with the distribution plugin
#project.version=5.1.2-SNAPSHOT
-XMLBeansVersion=5.1.2-SNAPSHOT
+XMLBeansVersion=5.2.0
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
Modified:
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/util/ExceptionUtil.java
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/util/ExceptionUtil.java?rev=1913602&r1=1913601&r2=1913602&view=diff
==============================================================================
---
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/util/ExceptionUtil.java
(original)
+++
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/util/ExceptionUtil.java
Sun Nov 5 21:02:59 2023
@@ -19,7 +19,7 @@ package org.apache.xmlbeans.impl.util;
/**
* Utility methods for dealing with exceptions/throwables
*
- * @since 5.1.2
+ * @since 5.2.0
*/
public class ExceptionUtil {
private ExceptionUtil() {}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]