summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libxsd-tests/manifest4
-rw-r--r--libxsd/manifest4
-rw-r--r--xsd-examples/manifest4
-rw-r--r--xsd-tests/manifest4
-rw-r--r--xsd/manifest8
5 files changed, 12 insertions, 12 deletions
diff --git a/libxsd-tests/manifest b/libxsd-tests/manifest
index 8de8b24..0648894 100644
--- a/libxsd-tests/manifest
+++ b/libxsd-tests/manifest
@@ -9,7 +9,7 @@ url: https://www.codesynthesis.com/projects/xsd/
doc-url: https://www.codesynthesis.com/projects/xsd/
src-url: https://git.codesynthesis.com/cgit/xsd/xsd/tree/libxsd-tests/
email: xsd-users@codesynthesis.com ; Mailing list
-depends: * build2 >= 0.13.0
-depends: * bpkg >= 0.13.0
+depends: * build2 >= 0.14.0-
+depends: * bpkg >= 0.14.0-
depends: libxerces-c ^3.0.0
depends: libexpat ^2.1.0
diff --git a/libxsd/manifest b/libxsd/manifest
index 6715e28..43c40f6 100644
--- a/libxsd/manifest
+++ b/libxsd/manifest
@@ -12,6 +12,6 @@ doc-url: https://www.codesynthesis.com/projects/xsd/
src-url: https://git.codesynthesis.com/cgit/xsd/xsd/tree/libxsd/
email: xsd-users@codesynthesis.com ; Mailing list
build-warning-email: builds@codesynthesis.com
-depends: * build2 >= 0.13.0
-depends: * bpkg >= 0.13.0
+depends: * build2 >= 0.14.0-
+depends: * bpkg >= 0.14.0-
tests: libxsd-tests == $
diff --git a/xsd-examples/manifest b/xsd-examples/manifest
index 456f833..7bcd986 100644
--- a/xsd-examples/manifest
+++ b/xsd-examples/manifest
@@ -9,8 +9,8 @@ url: https://www.codesynthesis.com/projects/xsd/
doc-url: https://www.codesynthesis.com/projects/xsd/
src-url: https://git.codesynthesis.com/cgit/xsd/xsd/tree/xsd-examples/
email: xsd-users@codesynthesis.com ; Mailing list
-depends: * build2 >= 0.13.0
-depends: * bpkg >= 0.13.0
+depends: * build2 >= 0.14.0-
+depends: * bpkg >= 0.14.0-
depends: libxsd == $
depends: libxerces-c ^3.0.0
depends: libexpat ^2.1.0
diff --git a/xsd-tests/manifest b/xsd-tests/manifest
index 7e2e893..23cae47 100644
--- a/xsd-tests/manifest
+++ b/xsd-tests/manifest
@@ -9,7 +9,7 @@ url: https://www.codesynthesis.com/projects/xsd/
doc-url: https://www.codesynthesis.com/projects/xsd/
src-url: https://git.codesynthesis.com/cgit/xsd/xsd/tree/xsd-tests/
email: xsd-users@codesynthesis.com ; Mailing list
-depends: * build2 >= 0.13.0
-depends: * bpkg >= 0.13.0
+depends: * build2 >= 0.14.0-
+depends: * bpkg >= 0.14.0-
depends: libxsd == $
depends: libxerces-c ^3.0.0
diff --git a/xsd/manifest b/xsd/manifest
index 6e4e459..2db6662 100644
--- a/xsd/manifest
+++ b/xsd/manifest
@@ -13,12 +13,12 @@ email: xsd-users@codesynthesis.com ; Mailing list
build-warning-email: builds@codesynthesis.com
builds: host : &default
requires: c++11
-depends: * build2 >= 0.13.0
-depends: * bpkg >= 0.13.0
+depends: * build2 >= 0.14.0-
+depends: * bpkg >= 0.14.0-
# @@ Should probably become conditional dependency.
requires: ? cli ; Only required if changing .cli files.
depends: libxsd-frontend ^2.1.0-
depends: libcutl ^1.11.0-
depends: libxerces-c ^3.0.0
-tests: xsd-tests == $
-examples: xsd-examples == $
+tests: * xsd-tests == $
+examples: * xsd-examples == $