Skip to content

Commit

Permalink
Merge branch 'release/4'
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Dec 31, 2018
2 parents 8f7979c + ace9ed5 commit b43a455
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
## Change log
----------------------

Version 4
-------------

CHANGED:

- update of parent version to 4.5
- update of jcommons-lang dependency version to 5.1
- update of test-objects dependency version to 5
- update of jobject-extensions version to 2.5
- update of jobject-evaluate dependency version to 2.5
- update of jobject-core dependency version to 2.5
- update of file-worker dependency version to 5.0.1
- excluded logging dependencies

Version 3.17
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add the following maven dependency to your project `pom.xml` if you want to impo
<properties>
...
<!-- POI-WORKER version -->
<poi-worker.version>3.17</poi-worker.version>
<poi-worker.version>4</poi-worker.version>
...
</properties>
...
Expand Down
14 changes: 6 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>de.alpharogroup</groupId>
<artifactId>mvn-java-parent</artifactId>
<version>4.2</version>
<version>4.5</version>
<relativePath></relativePath>
</parent>

<artifactId>poi-worker</artifactId>
<version>3.17</version>
<version>4</version>

<name>${project.artifactId}</name>

Expand All @@ -22,19 +22,17 @@

<properties>
<!-- JCOMMONS-LANG version -->
<jcommons-lang.version>4.35</jcommons-lang.version>
<jcommons-lang.version>5.1</jcommons-lang.version>
<!-- TEST-OBJECTS version -->
<test-objects.version>4.28</test-objects.version>
<test-objects.version>5</test-objects.version>
<!-- EXTERNAL LIBRARIES versions -->
<poi.version>3.17</poi.version>
<!-- MEANBEAN-FACTORIES version -->
<meanbean-factories.version>1.1</meanbean-factories.version>
<!-- JOBJECT-EXTENSIONS version -->
<jobject-extensions.version>1.12</jobject-extensions.version>
<jobject-extensions.version>2.5</jobject-extensions.version>
<jobject-evaluate.version>${jobject-extensions.version}</jobject-evaluate.version>
<jobject-core.version>${jobject-extensions.version}</jobject-core.version>
<!-- FILE-WORKER version -->
<file-worker.version>5</file-worker.version>
<file-worker.version>5.0.1</file-worker.version>
</properties>

<licenses>
Expand Down

0 comments on commit b43a455

Please sign in to comment.