Skip to content

Commit

Permalink
Release 1.3.0-1
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Perina <[email protected]>
  • Loading branch information
mwperina committed Oct 3, 2022
1 parent abe22d2 commit 4728033
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions ovirt-engine-extension-aaa-jdbc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,21 @@ make %{make_common_opts} install


%changelog
* Mon Oct 03 2022 Martin Perina <[email protected]> 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 <[email protected]> 1.2.0-1
- Use maven to build the project
- Use OpenJDK 11 to build the project
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.ovirt.engine</groupId>
<artifactId>ovirt-engine-extension-aaa-jdbc</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>

<name>oVirt Engine Local Users Management Extension</name>
<description>
Expand Down Expand Up @@ -47,7 +47,7 @@
<url>https://github.com/oVirt/ovirt-engine-extension-aaa-jdbc</url>
<connection>scm:git:https://github.com/oVirt/ovirt-engine-extension-aaa-jdbc.git</connection>
<developerConnection>scm:git:ssh://[email protected]:oVirt/ovirt-engine-extension-aaa-jdbc.git</developerConnection>
<tag>HEAD</tag>
<tag>ovirt-engine-extension-aaa-jdbc-1.3.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit 4728033

Please sign in to comment.