Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: post ovirt-engine-4.5.2 #563

Merged
merged 1 commit into from
Jul 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ git_cfg_safe:
git config --global --add safe.directory "$(shell pwd)"

srpm: installdeps git_cfg_safe
# $(eval SUFFIX=.git$(shell git rev-parse --short HEAD))
$(eval SUFFIX=.git$(shell git rev-parse --short HEAD))
# changing the spec file as passing -D won't preserve the suffix when rebuilding in mock
# sed "s:%{?release_suffix}:${SUFFIX}:" -i ovirt-engine.spec.in
sed "s:%{?release_suffix}:${SUFFIX}:" -i ovirt-engine.spec.in
mkdir -p tmp.repos/SOURCES
make dist
rpmbuild \
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/dependencies/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.ovirt.engine.core.manager</groupId>
<artifactId>dependencies</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>common-dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/dependencies/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.ovirt.engine.core.manager</groupId>
<artifactId>dependencies</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>tools-dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/extensions-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>extensions-tool</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/logutils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>logutils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/aaa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>aaa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/auth-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>auth-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/bll/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>bll</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>
<artifactId>branding</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/builtin-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>
<groupId>org.ovirt.engine.extension.aaa</groupId>
<artifactId>builtin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/compat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>compat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/dal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>
<artifactId>dal</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/enginesso/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>manager-modules</artifactId>
<groupId>org.ovirt.engine.core</groupId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/extensions-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>extensions-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>logger</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/microbenchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>manager-modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/restapi/apidoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.ovirt.engine.api</groupId>
<artifactId>restapi-parent</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>restapi-apidoc</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.api</groupId>
<artifactId>common-parent</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>interface-common-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/restapi/interface/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.api</groupId>
<artifactId>interface</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>common-parent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.ovirt.engine.api</groupId>
<artifactId>interface</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>restapi-definition</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/restapi/interface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.ovirt.engine.api</groupId>
<artifactId>restapi-parent</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>interface</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/restapi/jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.api</groupId>
<artifactId>restapi-parent</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>restapi-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/restapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>restapi-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/restapi/types/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.api</groupId>
<artifactId>restapi-parent</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>restapi-types</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/restapi/webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.ovirt.engine.api</groupId>
<artifactId>restapi-parent</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>restapi-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/root/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>root-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>scheduler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/searchbackend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>searchbackend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>services</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/uutils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>uutils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/vdsbroker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>vdsbroker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/modules/welcome/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager-modules</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>welcome</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>backend</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>
<artifactId>manager</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/sso-client-registration-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>sso-client-registration-tool</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/manager/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.ovirt.engine.core</groupId>
<artifactId>manager</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine</groupId>
<artifactId>root</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>

<artifactId>backend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build-tools-root/checkstyles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine</groupId>
<artifactId>build-tools-root</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>
<artifactId>checkstyles</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion build-tools-root/ovirt-checkstyle-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ovirt.engine</groupId>
<artifactId>build-tools-root</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
</parent>
<artifactId>ovirt-checkstyle-extension</artifactId>
<name>oVirt Checkstyle Checks</name>
Expand Down
2 changes: 1 addition & 1 deletion build-tools-root/ovirt-findbugs-filters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SPDX-License-Identifier: Apache-2.0

<groupId>org.ovirt.engine</groupId>
<artifactId>ovirt-findbugs-filters</artifactId>
<version>4.5.2</version>
<version>4.5.2.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>oVirt Findbugs Filters</name>
Expand Down
Loading