446105: update of Bugzilla to Version 4.5.6, 4.4.6, 4.2.11, and 4.0.15
Change-Id: I373b8446ced9c609a925f2dd242b44043c31f44c
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=446105
diff --git a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp
index b8af3c1..323d9bf 100644
--- a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp
+++ b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp
@@ -51,45 +51,45 @@
xmlrpc_enabled => false,
}
- bugzilla::site { "bugzilla-4.0.14":
+ bugzilla::site { "bugzilla-4.0.15":
major => "4",
minor => "0",
}
- bugzilla::site { "bugzilla-4.2.10":
+ bugzilla::site { "bugzilla-4.2.11":
major => "4",
minor => "2",
}
- bugzilla::site { "bugzilla-4.2.10-bugaliases":
+ bugzilla::site { "bugzilla-4.2.11-bugaliases":
major => "4",
minor => "2",
- branchTag => "bugzilla-4.2.10",
+ branchTag => "bugzilla-4.2.11",
usebugaliases => true,
}
- bugzilla::site { "bugzilla-4.4.5":
+ bugzilla::site { "bugzilla-4.4.6":
major => "4",
minor => "4",
envdefault => true,
}
-bugzilla::site { "bugzilla-4.5.5":
+bugzilla::site { "bugzilla-4.5.6":
major => "4",
minor => "5",
branch => "trunk",
- branchTag => "bugzilla-4.5.5",
- envversion => "4.5.5",
+ branchTag => "bugzilla-4.5.6",
+ envversion => "4.5.6",
}
-bugzilla::site { "bugzilla-rest-4.5.5":
+bugzilla::site { "bugzilla-rest-4.5.6":
major => "4",
minor => "5",
branch => "trunk",
- branchTag => "bugzilla-4.5.5",
+ branchTag => "bugzilla-4.5.6",
rest_enabled => true,
- envversion => "4.5.5",
- envinfo => "4.5.5, REST enabled"
+ envversion => "4.5.6",
+ envinfo => "4.5.6, REST enabled"
}
bugzilla::site { "bugzilla-trunk":
@@ -97,7 +97,7 @@
minor => "5",
branch => "trunk",
branchTag => "trunk",
- envversion => "4.5.5+",
+ envversion => "4.5.6+",
}
bugzilla::site { "bugzilla-rest-trunk":
@@ -105,7 +105,7 @@
minor => "5",
branch => "trunk",
branchTag => "trunk",
- envversion => "4.5.5+",
+ envversion => "4.5.6+",
envdefault_rest => true,
rest_enabled => true,
}