Skip to content

Releases: fracpete/bootstrapp

Release v0.1.15

24 Mar 01:57

Choose a tag to compare

  • upgraded resourceextractor4j to 0.0.2

Release v0.1.14

05 Aug 01:44

Choose a tag to compare

  • upgraded commons-compress minimum to 1.28.0
  • upgraded commons-codec to 1.16.1
  • upgraded maven-dependency-plugin to 3.8.1
  • switched to commons-lang3
  • using com.github.fracpete:central-portal-parent:0.0.2 as parent in pom.xml
  • ZipUtils uses new ZipFile.Builder()... now instead of deprecated new ZipFile(File)

Release v0.1.13

14 Jan 21:44

Choose a tag to compare

  • removed unused junit dependency
  • upgraded requests4j to 0.2.5
  • upgraded commons-compress to 1.25.0
  • upgraded tika-core to 1.28.5
  • upgraded maven-dependency-plugin to 3.6.1
  • upgraded maven-invoker to 3.2.0
  • excluded commons-codec from httpclient, using commons-codec 1.16.0 now

Release v0.1.12

29 Aug 02:35

Choose a tag to compare

  • upgraded requests4j to 0.2.4
  • upgraded httpclient to 4.5.14

Release v0.1.11

13 Nov 03:12

Choose a tag to compare

Release v0.1.9

12 Nov 03:33

Choose a tag to compare

  • Maven 3.8.1 is no longer available for download, switched to 3.8.3 instead

Release v0.1.10

12 Nov 03:59

Choose a tag to compare

  • upgraded requests4j to 0.2.2

Release v0.1.8

15 Jun 04:36

Choose a tag to compare

  • added support for supplying exclusions (caveat: get added to all dependencies)

Release v0.1.7

14 Jun 01:25

Choose a tag to compare

  • upgraded Maven to 3.8.1
  • upgraded dependencies in template.xml
  • upgraded requests4j to 0.2.1

Release v0.1.6

14 Jun 01:04

Choose a tag to compare

  • added support for supplying custom repositories (-r or --repository)
  • directory structure can be compressed now (ie leaving out target) using -z or --compress_dir_structure - but pom.xml will disappear when also using --clean