Deploys nightly Demo and publishes nightly to sourceforge

Commits

Comparison is available only for releases created from the same branch as this release.

This release
Author Commit Message Commit date
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 446b004745dbbd5a52273f3b94e36099deff1bbc maven(deps): bump org.glassfish.jaxb:jaxb-runtime from 4.0.5 to 4.0.6 (#5353)
Bumps org.glassfish.jaxb:jaxb-runtime from 4.0.5 to 4.0.6.

---
updated-dependencies:
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
JaiVora <52439248+JaiVora@users.noreply.github.com> JaiVora <52439248+JaiVora@users.noreply.github.com> 205865c238ce207577ea377c953b5c7f3540209a TRUNK-5797: Migrate `Field` from hibernate XML mappings to JPA annotations (#5309)
* TRUNK-5797: Migrate `Field` from hibernate XML  mappings to JPA annotations

- add JPA annotations to `Field` domain class and remove corresponding hibernate XML mappings
- remove un-used `answers` attribute from `Field`
- unit test modifications to ensure `FieldType` isn't null

* TRUNK-5797: undo formatting changes

* TRUNK-5797: unit test minor change

* TRUNK-5797: unit test minor change

* TRUNK-5797: cleanup

* TRUNK-5797: Remove newlines

---------

Co-authored-by: Jai Vora <jaivora@Jais-MacBook-Pro.local>