From 4728033efd63dfc95d70498d7ce2872abc1d805f Mon Sep 17 00:00:00 2001 From: Martin Perina Date: Mon, 3 Oct 2022 13:19:26 +0200 Subject: [PATCH] Release 1.3.0-1 Signed-off-by: Martin Perina --- ovirt-engine-extension-aaa-jdbc.spec.in | 15 +++++++++++++++ pom.xml | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ovirt-engine-extension-aaa-jdbc.spec.in b/ovirt-engine-extension-aaa-jdbc.spec.in index 4724c55..7a81ba5 100644 --- a/ovirt-engine-extension-aaa-jdbc.spec.in +++ b/ovirt-engine-extension-aaa-jdbc.spec.in @@ -79,6 +79,21 @@ make %{make_common_opts} install %changelog +* Mon Oct 03 2022 Martin Perina 1.3.0-1 +- core: Upgrade to Jackson 2.10.3 +- fix README.developer to use install-dev +- improve ovirt-engine-extension-aaa-jdbc readme +- automation: build: require https on maven central +- copr: enable copr builds +- core: Upgrade to Jackson 2.12.1 +- Add CI based on GH actions +- Add make to build dependencies and skip unit tests +- Finish moving project to Github +- Update scm section in pom.xml to use GitHub URLs +- Mark temp repo directory as safe for COPR +- Remove dependency on slf4j +- Require maven package due to old xmvn in COPR + * Fri Feb 14 2020 Martin Perina 1.2.0-1 - Use maven to build the project - Use OpenJDK 11 to build the project diff --git a/pom.xml b/pom.xml index c075fff..726138e 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.ovirt.engine ovirt-engine-extension-aaa-jdbc - 1.3.0-SNAPSHOT + 1.3.0 oVirt Engine Local Users Management Extension @@ -47,7 +47,7 @@ https://github.com/oVirt/ovirt-engine-extension-aaa-jdbc scm:git:https://github.com/oVirt/ovirt-engine-extension-aaa-jdbc.git scm:git:ssh://git@github.com:oVirt/ovirt-engine-extension-aaa-jdbc.git - HEAD + ovirt-engine-extension-aaa-jdbc-1.3.0