You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2022/06/03 16:10:12 UTC

svn commit: r1901598 - in /xmlbeans/trunk: build.gradle build.xml gradle.properties

Author: fanningpj
Date: Fri Jun  3 16:10:12 2022
New Revision: 1901598

URL: http://svn.apache.org/viewvc?rev=1901598&view=rev
Log:
try to ensure META-INF/versions/9 appears in jar

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=1901598&r1=1901597&r2=1901598&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Fri Jun  3 16:10:12 2022
@@ -366,6 +366,8 @@ jar {
         into 'META-INF'
     }
 
+    from('build/classes/java9/main')
+
     duplicatesStrategy = DuplicatesStrategy.INCLUDE
 
     manifest {

Modified: xmlbeans/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1901598&r1=1901597&r2=1901598&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Fri Jun  3 16:10:12 2022
@@ -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.1-SNAPSHOT"/>
+    <property name="version.base" value="5.1.0-SNAPSHOT"/>
     <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=1901598&r1=1901597&r2=1901598&view=diff
==============================================================================
--- xmlbeans/trunk/gradle.properties (original)
+++ xmlbeans/trunk/gradle.properties Fri Jun  3 16:10:12 2022
@@ -15,7 +15,7 @@
 
 # comment-out, because of naming problems with the distribution plugin
 # project.version=5.1.1-SNAPSHOT
-XMLBeansVersion=5.1.1-SNAPSHOT
+XMLBeansVersion=5.1.0
 
 # Specifies the JVM arguments used for the daemon process.
 # The setting is particularly useful for tweaking memory settings.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org