Sandro Bonazzola has uploaded a new change for review. Change subject: build: ovirt-engine-reports-3.3.4 ......................................................................
build: ovirt-engine-reports-3.3.4 Change-Id: I4a29aa79b842ad419f4d8731d780a9297663df56 Signed-off-by: Sandro Bonazzola <sbona...@redhat.com> --- M packaging/ovirt-engine-reports.spec.in M pom.xml M reports/jars/ChartsCustomizers/pom.xml M reports/jars/CustomOvirtReportsQueryManipulator/pom.xml M reports/jars/EngineAuthentication/pom.xml M reports/jars/ReportsLineBarChartTheme/pom.xml M reports/jars/ReportsPieChartTheme/pom.xml M reports/jars/WebadminLineBarChartTheme/pom.xml M reports/jars/pom.xml M reports/pom.xml M version.mak 11 files changed, 25 insertions(+), 21 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/83/24983/1 diff --git a/packaging/ovirt-engine-reports.spec.in b/packaging/ovirt-engine-reports.spec.in index a3055b8..8347bbd 100644 --- a/packaging/ovirt-engine-reports.spec.in +++ b/packaging/ovirt-engine-reports.spec.in @@ -29,12 +29,12 @@ Name: @PACKAGE_NAME@ Version: @RPM_VERSION@ Release: @RPM_RELEASE@%{?release_suffix}%{dist} -License: Commercial +License: AGPLv3 Summary: %{product_name} Group: Virtualization/Management URL: http://www.ovirt.org BuildArch: noarch -Source: @PACKAGE_NAME@-@package_vers...@.tar.gz +Source: http://ovirt.org/releases/stable/src/@PACKAGE_NAME@-@package_vers...@.tar.gz BuildRequires: maven BuildRequires: jpackage-utils BuildRequires: java-1.7.0-openjdk-devel @@ -142,7 +142,11 @@ %endif %changelog +* Tue Feb 25 2014 Sandro Bonazzola <sbona...@redhat.com> - 3.3.4-1 +- 3.3.4-1 + * Sun Nov 4 2012 Yaniv Dary <yd...@redhat.com> - 3.1.0 - Update + * Wed Feb 15 2012 Yaniv Dary <yd...@redhat.com> - 3.0.2 - Initial Commit diff --git a/pom.xml b/pom.xml index 38f377e..79d39a0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>ovirt_engine_reports</groupId> <artifactId>root</artifactId> - <version>3.3.3</version> + <version>3.3.4</version> <packaging>pom</packaging> <name>oVirt Reports Root Project</name> @@ -14,7 +14,7 @@ <properties> <!-- dependency versions --> - <ovirt-reports.version>3.3.3</ovirt-reports.version> + <ovirt-reports.version>3.3.4</ovirt-reports.version> <version.jasperreports>4.0.2</version.jasperreports> <version.jfreechart>1.0.12</version.jfreechart> <version.jcommon>1.0.15</version.jcommon> diff --git a/reports/jars/ChartsCustomizers/pom.xml b/reports/jars/ChartsCustomizers/pom.xml index cdb0499..f35fe0d 100644 --- a/reports/jars/ChartsCustomizers/pom.xml +++ b/reports/jars/ChartsCustomizers/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>ovirt_engine_reports</groupId> <artifactId>jars</artifactId> - <version>3.3.3</version> + <version>3.3.4</version> </parent> <groupId>ovirt_engine_reports</groupId> <artifactId>ChartsCustomizers</artifactId> <packaging>jar</packaging> - <version>3.3.3</version> + <version>3.3.4</version> <name>Reports Chart Customizers</name> <description>The jar that contains the chart customizers classes</description> diff --git a/reports/jars/CustomOvirtReportsQueryManipulator/pom.xml b/reports/jars/CustomOvirtReportsQueryManipulator/pom.xml index 707e4ee..3993551 100644 --- a/reports/jars/CustomOvirtReportsQueryManipulator/pom.xml +++ b/reports/jars/CustomOvirtReportsQueryManipulator/pom.xml @@ -4,13 +4,13 @@ <parent> <groupId>ovirt_engine_reports</groupId> <artifactId>jars</artifactId> - <version>3.3.3</version> + <version>3.3.4</version> </parent> <groupId>ovirt_engine_reports</groupId> <artifactId>CustomOvirtReportsQueryManipulator</artifactId> <packaging>jar</packaging> - <version>3.3.3</version> + <version>3.3.4</version> <name>CustomOvirtReportsQueryManipulator jar to support adding parameters to input controls</name> <description>CustomOvirtReportsQueryManipulator jar to support adding parameters to input controls</description> diff --git a/reports/jars/EngineAuthentication/pom.xml b/reports/jars/EngineAuthentication/pom.xml index ecefc2c..2874a74 100644 --- a/reports/jars/EngineAuthentication/pom.xml +++ b/reports/jars/EngineAuthentication/pom.xml @@ -4,13 +4,13 @@ <parent> <groupId>ovirt_engine_reports</groupId> <artifactId>jars</artifactId> - <version>3.3.3</version> + <version>3.3.4</version> </parent> <groupId>ovirt_engine_reports</groupId> <artifactId>EngineAuthentication</artifactId> <packaging>jar</packaging> - <version>3.3.3</version> + <version>3.3.4</version> <name>EngineAuthentication jar to support webadmin-reports integration</name> <description>EngineAuthentication jar to support webadmin-reports integration</description> diff --git a/reports/jars/ReportsLineBarChartTheme/pom.xml b/reports/jars/ReportsLineBarChartTheme/pom.xml index 82c69a8..a197790 100644 --- a/reports/jars/ReportsLineBarChartTheme/pom.xml +++ b/reports/jars/ReportsLineBarChartTheme/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>ovirt_engine_reports</groupId> <artifactId>jars</artifactId> - <version>3.3.3</version> + <version>3.3.4</version> </parent> <groupId>ovirt_engine_reports</groupId> <artifactId>ReportsLineBarChartTheme</artifactId> <packaging>jar</packaging> - <version>3.3.3</version> + <version>3.3.4</version> <name>Reports Chart Theme for Line and Bar Charts</name> <description>The jar that contains the chart theme line and bar charts</description> <build> diff --git a/reports/jars/ReportsPieChartTheme/pom.xml b/reports/jars/ReportsPieChartTheme/pom.xml index 4c1b97e..5e3e15e 100644 --- a/reports/jars/ReportsPieChartTheme/pom.xml +++ b/reports/jars/ReportsPieChartTheme/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>ovirt_engine_reports</groupId> <artifactId>jars</artifactId> - <version>3.3.3</version> + <version>3.3.4</version> </parent> <groupId>ovirt_engine_reports</groupId> <artifactId>ReportsPieChartTheme</artifactId> <packaging>jar</packaging> - <version>3.3.3</version> + <version>3.3.4</version> <name>Reports Chart Theme For Pie Charts</name> <description>The jar that contains the chart theme for pie charts</description> <build> diff --git a/reports/jars/WebadminLineBarChartTheme/pom.xml b/reports/jars/WebadminLineBarChartTheme/pom.xml index 43a8669..a1ca9ec 100644 --- a/reports/jars/WebadminLineBarChartTheme/pom.xml +++ b/reports/jars/WebadminLineBarChartTheme/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>ovirt_engine_reports</groupId> <artifactId>jars</artifactId> - <version>3.3.3</version> + <version>3.3.4</version> </parent> <groupId>ovirt_engine_reports</groupId> <artifactId>WebadminLineBarChartTheme</artifactId> <packaging>jar</packaging> - <version>3.3.3</version> + <version>3.3.4</version> <name>Webadmin Chart Theme for Line and Bar Charts</name> <description>The jar that contains the chart theme line and bar charts in the webadmin dashboards</description> <build> diff --git a/reports/jars/pom.xml b/reports/jars/pom.xml index 02599c3..1feaaa5 100644 --- a/reports/jars/pom.xml +++ b/reports/jars/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>ovirt_engine_reports</groupId> <artifactId>reports</artifactId> - <version>3.3.3</version> + <version>3.3.4</version> </parent> <artifactId>jars</artifactId> diff --git a/reports/pom.xml b/reports/pom.xml index 4248ab8..4a83912 100644 --- a/reports/pom.xml +++ b/reports/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>ovirt_engine_reports</groupId> <artifactId>root</artifactId> - <version>3.3.3</version> + <version>3.3.4</version> </parent> <artifactId>reports</artifactId> diff --git a/version.mak b/version.mak index 4f92660..f991a4b 100644 --- a/version.mak +++ b/version.mak @@ -4,7 +4,7 @@ # Fix release is manually specified, # increment after releasing/branching -FIX_RELEASE=3 +FIX_RELEASE=4 # Milestone is manually specified, # example for ordering: @@ -21,7 +21,7 @@ # - master # - <none> # -MILESTONE=master +MILESTONE= # RPM release is manually specified, # For pre-release: @@ -32,4 +32,4 @@ # RPM_RELEASE=N # while N is incremented each re-release # -RPM_RELEASE=2 +RPM_RELEASE=1 -- To view, visit http://gerrit.ovirt.org/24983 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4a29aa79b842ad419f4d8731d780a9297663df56 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: ovirt-3.3 Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches