ab551e4500
Add support for adding custom metadata ( #8 )
...
* add lombok dependency
* Add methods addMetadata and addMetadataProperty
* Version set to 1.1.0
* Introduce MetadataItem to replace multiple addMetadata methods
2020-11-22 09:37:02 +00:00
dependabot[bot]
767d24fec3
Bump junit from 4.13 to 4.13.1 ( #7 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 14:59:51 +01:00
dependabot[bot]
3ff8b4046f
Bump tiles-maven-plugin from 2.17 to 2.18 ( #6 )
...
Bumps [tiles-maven-plugin](https://github.com/repaint-io/maven-tiles ) from 2.17 to 2.18.
- [Release notes](https://github.com/repaint-io/maven-tiles/releases )
- [Changelog](https://github.com/repaint-io/maven-tiles/blob/master/CHANGELOG.adoc )
- [Commits](https://github.com/repaint-io/maven-tiles/compare/tiles-maven-plugin-2.17...tiles-maven-plugin-2.18 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 11:32:04 +01:00
dependabot[bot]
5b8165e109
Bump commons-io from 2.7 to 2.8.0 ( #5 )
...
Bumps commons-io from 2.7 to 2.8.0.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 07:02:18 +01:00
dependabot[bot]
d41bda62f3
Bump commons-io from 2.4 to 2.7 ( #3 )
...
Bumps commons-io from 2.4 to 2.7.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Campbell <pcampbell@kemitix.net>
2020-09-01 20:00:32 +01:00
dependabot[bot]
4bc97b8706
Bump tiles-maven-plugin from 2.13 to 2.17 ( #4 )
...
Bumps [tiles-maven-plugin](https://github.com/repaint-io/maven-tiles ) from 2.13 to 2.17.
- [Release notes](https://github.com/repaint-io/maven-tiles/releases )
- [Changelog](https://github.com/repaint-io/maven-tiles/blob/master/CHANGELOG.adoc )
- [Commits](https://github.com/repaint-io/maven-tiles/compare/tiles-maven-plugin-2.13...tiles-maven-plugin-2.17 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Campbell <pcampbell@kemitix.net>
2020-09-01 19:47:53 +01:00
dependabot[bot]
6d4a08ade2
Bump commons-collections from 3.2.1 to 3.2.2 ( #2 )
...
Bumps commons-collections from 3.2.1 to 3.2.2.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-01 19:38:04 +01:00
dependabot[bot]
ee646527b4
Bump htmlcleaner from 2.8 to 2.24 ( #1 )
...
Bumps htmlcleaner from 2.8 to 2.24.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-01 19:35:38 +01:00
3a0af42f39
Fix GroupId ( #7 )
...
* Add GitHub Actions for CI
* Remove unused CI and release files
* Ignore IntelliJ files
* pom: add my parent
* pom: remove redundant packaging element
* pom: update scm repo
* pom: upgrade to Java 1.8
* pom: remove maven-release-plugin
* pom: remove opencollab distributionManagement
* pom: remove releases profile
* pom: add kemitix-maven-tiles: maven-plugins, enforcer, compiler-jdk-8, testing
* Update readme
* Version set to 1.0.2
* github: test build with JDK 8
* github: remove native-image testing
* pom: update groupId
2020-08-30 19:58:39 +01:00
dependabot[bot]
88ff7c47d8
Bump junit from 4.10 to 4.13 ( #6 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.10 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.10.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.10...r4.13 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-30 19:48:15 +01:00
b7f607d49c
Adopt and release to Maven Central ( #2 )
...
* Add GitHub Actions for CI
* Remove unused CI and release files
* Ignore IntelliJ files
* pom: add my parent
* pom: remove redundant packaging element
* pom: update scm repo
* pom: upgrade to Java 1.8
* pom: remove maven-release-plugin
* pom: remove opencollab distributionManagement
* pom: remove releases profile
* pom: add kemitix-maven-tiles: maven-plugins, enforcer, compiler-jdk-8, testing
* Update readme
* Version set to 1.0.2
* github: test build with JDK 8
* github: remove native-image testing
2020-08-30 19:42:58 +01:00
Francois Campbell
a06c5c1f1a
[maven-release-plugin] prepare for next development iteration
2019-11-06 10:24:18 +02:00
Francois Campbell
41466518ce
Preparing release to nexus
2019-11-06 10:23:45 +02:00
Francois Campbell
02cf9b4cd2
Preparing release to nexus
2019-11-06 10:22:46 +02:00
Francois Campbell
5cba956c42
[maven-release-plugin] prepare for next development iteration
2019-11-06 01:07:25 +02:00
Francois Campbell
c5d830fc8d
[maven-release-plugin] prepare release epub-creator-1.0.1
2019-11-06 01:07:13 +02:00
Francois Campbell
90e06553f8
Releasing 1.0.1
2019-11-06 01:07:04 +02:00
Francois Campbell
0f5b61da33
Releasing 1.0.1
2019-11-06 01:06:24 +02:00
Francois Campbell
762580f1ef
Releasing 1.0.1
2019-11-06 01:05:23 +02:00
Francois Campbell
f74f9d44b7
[maven-release-plugin] prepare release epub-creator-1.0.1
2019-11-06 00:41:05 +02:00
Francois Campbell
5cea934491
Releasing 1.0.1
2019-11-06 00:40:46 +02:00
Jaco Gillman
3484c72aba
Updated repository location URL
2018-07-17 11:05:23 +02:00
Developer
f2b334ec03
SNW-195 updating the project to deploy to nexus 3 repository
2018-05-18 15:00:44 +02:00
Samuel Holtzkampf
d48ddad150
Update pom.xml
2017-03-10 14:39:52 +02:00
Samuel Holtzkampf
c7c88b8855
Create .gitattribute
2017-03-10 13:41:17 +02:00
Samuel Holtzkampf
afcfb59ae5
Update media type method
2016-05-04 09:36:36 +02:00
Charl Thiem
b8b968cbdd
Update README.md
2016-04-12 13:07:36 +02:00
Samuel Holtzkampf
ce83064201
Create LICENSE
2016-03-30 09:08:29 +02:00
Samuel Holtzkampf
256c153066
Add Coverity badge
2016-03-29 16:34:11 +02:00
Samuel Holtzkampf
14857fb5bd
Add coverty
2016-03-29 16:18:28 +02:00
Samuel Holtzkampf
9637201e97
Update README.md
2015-12-14 13:28:05 +02:00
Samuel Holtzkampf
b6fd65fad6
Update .travis.yml
2015-12-04 15:56:58 +02:00
Samuel Holtzkampf
203599daf3
Update README.md
2015-12-04 15:51:42 +02:00
Samuel Holtzkampf
7428027713
Create .travis.yml
2015-12-04 15:43:01 +02:00
Samuel Holtzkampf
561a476086
Update README.md
2015-12-04 14:40:25 +02:00
Samuel Holtzkampf
489fa072b5
Update README.md
2015-12-04 13:31:18 +02:00
Samuel Holtzkampf
5c6a296e49
[maven-release-plugin] prepare for next development iteration
2015-12-03 15:58:02 +02:00
Samuel Holtzkampf
b4cc28942a
[maven-release-plugin] prepare release epub-creator-1.0.0
2015-12-03 15:57:51 +02:00
Samuel Holtzkampf
186cc9eeb1
Configure maven release management
2015-12-03 15:56:02 +02:00
Samuel Holtzkampf
8ad9c996f9
Adding the api
2015-12-03 15:23:58 +02:00
Samuel Holtzkampf
77562f2f77
first commit
2015-12-03 14:48:29 +02:00