-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Martin Perina <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|