Author: fanningpj
Date: Tue May 21 23:21:05 2024
New Revision: 1917870
URL: http://svn.apache.org/viewvc?rev=1917870&view=rev
Log:
rename dists
Modified:
xmlbeans/trunk/LICENSE-binary.txt
xmlbeans/trunk/build.gradle
xmlbeans/trunk/build.xml
Modified: xmlbeans/trunk/LICENSE-binary.txt
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/LICENSE-binary.txt?rev=1917870&r1=1917869&r2=1917870&view=diff
==============================================================================
--- xmlbeans/trunk/LICENSE-binary.txt (original)
+++ xmlbeans/trunk/LICENSE-binary.txt Tue May 21 23:21:05 2024
@@ -205,15 +205,15 @@ This project bundles some components tha
License Version 2.0:
commons-codec:commons-codec:1.15
-com.google.guava:guava-32.1.2-jre
+com.google.guava:guava-33.1.0-jre
org.apache.ant:ant:1.10.14
org.apache.ant:ant-launcher:1.10.14
org.apache.httpcomponents.client5:httpclient5:5.1.3
org.apache.httpcomponents.client5:httpcore5:5.1.3
org.apache.httpcomponents.client5:httpcore5-h2:5.1.3
org.apache.logging.log4j:log4j-api:2.23.1
-org.xmlresolver:xmlresolver:4.6.4
-org.xmlresolver:xmlresolver-data:4.6.4
+org.xmlresolver:xmlresolver:5.2.2
+org.xmlresolver:xmlresolver-data:5.2.2
Apache Software License 2.0 and LGPL 3.0
----------------------------------------
@@ -224,7 +224,7 @@ com.github.javaparser:javaparser-symbol-
Apache Software License 2.0, LGPL 2.1 (or later) and Mozilla Public License 1.1
-------------------------------------------------------------------------------
-org.javassist:javassist:3.29.2-GA
+org.javassist:javassist:3.30.2-GA
MIT License
-----------
Modified: xmlbeans/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1917870&r1=1917869&r2=1917870&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Tue May 21 23:21:05 2024
@@ -481,12 +481,12 @@ rat {
distributions {
def date = new Date().format('yyyyMMdd')
- String root = "xmlbeans-${XMLBeansVersion}/"
+ String root = "apache-xmlbeans-${XMLBeansVersion}/"
bin {
// for this to work, project.version shouldn't be defined
- distributionBaseName = "xmlbeans-bin-${XMLBeansVersion}-${date}"
+ distributionBaseName = "apache-xmlbeans-bin-${XMLBeansVersion}-${date}"
contents {
from('build/libs') {
@@ -524,7 +524,7 @@ distributions {
}
}
src {
- distributionBaseName = "xmlbeans-src-${XMLBeansVersion}-${date}"
+ distributionBaseName = "apache-xmlbeans-src-${XMLBeansVersion}-${date}"
contents {
from(".") {
exclude 'tmp'
Modified: xmlbeans/trunk/build.xml
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1917870&r1=1917869&r2=1917870&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Tue May 21 23:21:05 2024
@@ -731,20 +731,20 @@
<format property="tstamp.dist" pattern="yyyyMMdd"/>
</tstamp>
- <property name="prefix" value="xmlbeans-${version.base}"/>
+ <property name="prefix" value="apache-xmlbeans-${version.base}"/>
- <zip destfile="build/xmlbeans-src-${version.base}-${tstamp.dist}.zip"
update="false">
+ <zip
destfile="build/apache-xmlbeans-src-${version.base}-${tstamp.dist}.zip"
update="false">
<zipfileset dir="."
excludes="build/**,tmp/**,.idea/**,bin/**,lib/**,/src/main/shell/**,.settings/**,.project,build.javacheck.xml,release-guide.txt"
prefix="${prefix}"/>
<zipfileset dir="src/main/shell" prefix="${prefix}/bin" />
<zipfileset dir="build/javadocs" prefix="${prefix}/javadocs" />
</zip>
- <tar destfile="build/xmlbeans-src-${version.base}-${tstamp.dist}.tgz"
compression="gzip" longfile="posix">
+ <tar
destfile="build/apache-xmlbeans-src-${version.base}-${tstamp.dist}.tgz"
compression="gzip" longfile="posix">
<tarfileset dir="."
excludes="build/**,tmp/**,.idea/**,bin/**,lib/**,/src/main/shell/**,.settings/**,.project,build.javacheck.xml,release-guide.txt"
prefix="${prefix}"/>
<tarfileset dir="src/main/shell" prefix="${prefix}/bin" />
<tarfileset dir="build/javadocs" prefix="${prefix}/javadocs" />
</tar>
- <zip destfile="build/xmlbeans-bin-${version.base}-${tstamp.dist}.zip"
update="false">
+ <zip
destfile="build/apache-xmlbeans-bin-${version.base}-${tstamp.dist}.zip"
update="false">
<zipfileset dir="."
includes="LICENSE-binary.txt,NOTICE-binary.txt" prefix="${prefix}"/>
<zipfileset dir="samples"
includes="Any/**,DateTime/**,MixedContent/**,OrderMatters/**,SchemaEnum/**,Validation/**,XQueryXPath/**,XsdConfig/**"
prefix="${prefix}/samples"/>
<zipfileset dir="src/main/shell" prefix="${prefix}/bin"/>
@@ -764,7 +764,7 @@
<include name="log4j-*.jar"/>
</zipfileset>
</zip>
- <tar destfile="build/xmlbeans-bin-${version.base}-${tstamp.dist}.tgz"
compression="gzip" longfile="posix">
+ <tar
destfile="build/apache-xmlbeans-bin-${version.base}-${tstamp.dist}.tgz"
compression="gzip" longfile="posix">
<tarfileset dir="."
includes="LICENSE-binary.txt,NOTICE-binary.txt" prefix="${prefix}"/>
<tarfileset dir="samples"
includes="Any/**,DateTime/**,MixedContent/**,OrderMatters/**,SchemaEnum/**,Validation/**,XQueryXPath/**,XsdConfig/**"
prefix="${prefix}/samples"/>
<tarfileset dir="src/main/shell" prefix="${prefix}/bin"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]