Skip to content

Commit

Permalink
Worksheet Plugin v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Fröhler authored and Christian Fröhler committed Aug 25, 2017
1 parent feda420 commit 0a3b71f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
10 changes: 5 additions & 5 deletions WorksheetPlugin/pom.xml
Expand Up @@ -19,7 +19,7 @@
<groupId>de.teststory.jspwiki</groupId>
<artifactId>WorksheetPlugin</artifactId>
<packaging>jar</packaging>
<version>0.5</version>
<version>0.6</version>
<name>WorksheetPlugin</name>
<url>http://maven.apache.org</url>
<properties>
Expand All @@ -45,17 +45,17 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.14</version>
<version>3.16</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.14</version>
<version>3.16</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-examples</artifactId>
<version>3.14</version>
<version>3.16_bug61454</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -89,7 +89,7 @@
<version>2.5.3</version>
<configuration>
<descriptor>src/assembly/dep.xml</descriptor>
<finalName>WorksheetPlugin-required-libs-${version}</finalName>
<finalName>WorksheetPlugin-required-libs-${project.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
<executions>
Expand Down
15 changes: 15 additions & 0 deletions WorksheetPlugin/releasenotes.txt
@@ -0,0 +1,15 @@
JSPWiki Worksheet Plugin - Release Notes

Homepage: https://jspwiki-wiki.apache.org/Wiki.jsp?page=WorksheetPlugin
Source: https://github.com/generatorr/WorksheetPlugin
Issue Tracker: https://github.com/generatorr/WorksheetPlugin/issues

v0.6 - 25.08.2017
issue #3 Long content in table cells breaks layout
upgrade to Apache POI 3.16
contains a patched version of poi-examples-3.16.jar
see https://bz.apache.org/bugzilla/show_bug.cgi?id=61454 for details

v0.5 - 29.03.2016
issue #1 "%n" string when the plugin is inserted
issue #2 dependencies.jar contains hidden __MACOSX folder

0 comments on commit 0a3b71f

Please sign in to comment.