Author: fanningpj
Date: Thu Nov 16 23:49:39 2023
New Revision: 1913868
URL: http://svn.apache.org/viewvc?rev=1913868&view=rev
Log:
snapshot version
Modified:
xmlbeans/trunk/build.gradle
xmlbeans/trunk/build.xml
xmlbeans/trunk/gradle.properties
Modified: xmlbeans/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1913868&r1=1913867&r2=1913868&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Thu Nov 16 23:49:39 2023
@@ -37,7 +37,7 @@ plugins {
id('de.thetaphi.forbiddenapis') version '3.4'
id 'jacoco'
id "com.github.spotbugs" version '5.0.12'
- id 'org.cyclonedx.bom' version '1.7.4'
+ id 'org.cyclonedx.bom' version '1.8.1'
id 'ru.vyarus.animalsniffer' version '1.6.0'
}
@@ -135,7 +135,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
testImplementation 'org.junit.platform:junit-platform-launcher:1.10.0'
- testImplementation "commons-io:commons-io:2.14.0"
+ testImplementation "commons-io:commons-io:2.15.0"
testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"
// testImplementation "org.apache.ant:ant-junit:${antVersion}"
// testImplementation "org.apache.ant:ant-junit4:${antVersion}"
@@ -187,7 +187,7 @@ dependencies {
}
wrapper {
- gradleVersion = '8.3'
+ gradleVersion = '8.4'
}
def extCP = files(configurations.testCompileClasspath +
sourceSets.main.output.files + sourceSets.main.resources.srcDirs)
Modified: xmlbeans/trunk/build.xml
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1913868&r1=1913867&r2=1913868&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Thu Nov 16 23:49:39 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.2.0"/>
+ <property name="version.base" value="5.2.1-SNAPHOT"/>
<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=1913868&r1=1913867&r2=1913868&view=diff
==============================================================================
--- xmlbeans/trunk/gradle.properties (original)
+++ xmlbeans/trunk/gradle.properties Thu Nov 16 23:49:39 2023
@@ -15,7 +15,7 @@
# comment-out, because of naming problems with the distribution plugin
#project.version=5.1.2-SNAPSHOT
-XMLBeansVersion=5.2.0
+XMLBeansVersion=5.2.1-SNAPHOT
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]