mirror of https://github.com/apache/poi.git
Update site source for 4.1.0, prep build for 4.1.1 (via ant task)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3a6c933020
commit
362a99a60b
|
@ -44,5 +44,6 @@
|
|||
<classpathentry kind="lib" path="lib/mockito-core-2.23.4.jar"/>
|
||||
<classpathentry kind="lib" path="lib/byte-buddy-1.9.3.jar"/>
|
||||
<classpathentry kind="lib" path="lib/byte-buddy-agent-1.9.3.jar"/>
|
||||
<classpathentry kind="lib" path="compile-lib/batik-all-1.11.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -93,7 +93,7 @@ subprojects {
|
|||
|
||||
version = '4.1.1-SNAPSHOT'
|
||||
ext {
|
||||
japicmpversion = '4.0.0'
|
||||
japicmpversion = '4.1.0'
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
|
|
|
@ -35,6 +35,13 @@
|
|||
<programming-language>Java</programming-language>
|
||||
<category rdf:resource="https://projects.apache.org/category/content" />
|
||||
<category rdf:resource="https://projects.apache.org/category/library" />
|
||||
<release>
|
||||
<Version>
|
||||
<name>Apache POI 4.1.0</name>
|
||||
<created>2019-04-08</created>
|
||||
<revision>4.1.0</revision>
|
||||
</Version>
|
||||
</release>
|
||||
<release>
|
||||
<Version>
|
||||
<name>Apache POI 4.0.1</name>
|
||||
|
|
|
@ -26,7 +26,7 @@ under the License.
|
|||
|
||||
<!-- TODO Import these from the parent build file -->
|
||||
<property name="repository.m2" value="http://repo1.maven.org"/>
|
||||
<property name="version.id" value="4.0.1-SNAPSHOT"/>
|
||||
<property name="version.id" value="4.1.1-SNAPSHOT"/>
|
||||
<property name="dist.dir" value="build/dist"/>
|
||||
|
||||
<!-- jars in the /lib directory, see the fetch-bundle-jars target-->
|
||||
|
|
|
@ -23,8 +23,8 @@ repositories {
|
|||
}
|
||||
dependencies {
|
||||
compile 'org.codehaus.groovy:groovy-all:2.4.13'
|
||||
compile 'org.apache.poi:poi:4.0.0'
|
||||
compile 'org.apache.poi:poi-ooxml:4.0.0'
|
||||
compile 'org.apache.poi:poi:4.1.0'
|
||||
compile 'org.apache.poi:poi-ooxml:4.1.0'
|
||||
}
|
||||
|
||||
// Our files are in the current directory
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
// Add the POI core and OOXML support dependencies into your build.sbt
|
||||
libraryDependencies ++= Seq(
|
||||
"org.apache.poi" % "poi" % "4.0.0",
|
||||
"org.apache.poi" % "poi-ooxml" % "4.0.0",
|
||||
"org.apache.poi" % "poi-ooxml-schemas" "4.0.0",
|
||||
"org.apache.poi" % "poi" % "4.1.0",
|
||||
"org.apache.poi" % "poi-ooxml" % "4.1.0",
|
||||
"org.apache.poi" % "poi-ooxml-schemas" "4.1.0",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue