Skip to content

Commit

Permalink
Add Changelog and use maven-release-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Querela committed Feb 1, 2024
1 parent cc9b4ca commit 3f8731c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

# [2.2.0](https://github.com/clarin-eric/fcs-sru-client/releases/tag/2.2.10) - 2024-02-01

- Additions:
- Add `parseToDocument(XMLStreamReader)` helper method to `XmlStreamReaderUtils`.
Allows to use DOM/XPath based parsing on subtrees from `XMLStreamReader`s.
- Add [Github Pages](https://clarin-eric.github.io/fcs-sru-client/) with [JavaDoc](https://clarin-eric.github.io/fcs-sru-client/project-reports.html)
- Add Changelog document

* Add _experimental_ support for processing authenticated requests

- Changes:
- Disable DTD and parsing of external entities (OWASP XXE)
- Re-factor to make SRUOperation available

- General:
- Update copyright
- Cleanup


For older changes, see commit history at [https://github.com/clarin-eric/fcs-sru-client/commits/main/](https://github.com/clarin-eric/fcs-sru-client/commits/main/?after=1c6c7e0b75f393cd34527af918878ff21cccb821+0&branch=main&qualified_name=refs%2Fheads%2Fmain)
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<url>http://www.ids-mannheim.de/</url>
</organization>

<scm>
<developerConnection>scm:git:https://github.com/clarin-eric/fcs-sru-client.git</developerConnection>
</scm>

<properties>
<!-- project settings -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 3f8731c

Please sign in to comment.