Skip to content

Commit

Permalink
Bump XML namespaces to 'stable-v1'
Browse files Browse the repository at this point in the history
This action is performed on *all* active EWP repositories as part of:
erasmus-without-paper/ewp-specs-api-iias#22
  • Loading branch information
wrygiel committed Jun 9, 2017
1 parent 8cb4753 commit 573a62b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Therefore:

* To avoid potential problems with performance, proper caching is recommended
(not only in *this* API, but - primarily - in the Courses API).

* Keep in mind, that this functionality is *not* essential for EWP's mobility
workflow, and you are free to "skip" this API if you're afraid of
performance issues. It is also perfectly okay to first make it available,
Expand Down
2 changes: 0 additions & 2 deletions manifest-entry.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
targetNamespace="https://github.com/erasmus-without-paper/ewp-specs-api-course-replication/blob/stable-v1/manifest-entry.xsd"
xmlns="https://github.com/erasmus-without-paper/ewp-specs-api-course-replication/blob/stable-v1/manifest-entry.xsd"
>
<!-- WRTODO: Replace all occurrences of 'master' (in all projects) with 'stable-v1' upon release. -->

<xs:import
schemaLocation="https://raw.githubusercontent.com/erasmus-without-paper/ewp-specs-architecture/stable-v1/common-types.xsd"
namespace="https://github.com/erasmus-without-paper/ewp-specs-architecture/blob/stable-v1/common-types.xsd"
Expand Down
6 changes: 3 additions & 3 deletions response.xsd
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:course="https://github.com/erasmus-without-paper/ewp-specs-api-courses/tree/master"
xmlns:course="https://github.com/erasmus-without-paper/ewp-specs-api-courses/tree/stable-v1"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
elementFormDefault="qualified"

targetNamespace="https://github.com/erasmus-without-paper/ewp-specs-api-course-replication/tree/stable-v1"
xmlns="https://github.com/erasmus-without-paper/ewp-specs-api-course-replication/tree/stable-v1"
>
<!-- WRTODO: Replace all occurrences of 'master' (in all projects) with 'stable-v1' upon release. -->
<!-- WRTODO: Do not release until dependants are released: Courses API -->

<xs:import
schemaLocation="../ewp-specs-api-courses/response.xsd"
namespace="https://github.com/erasmus-without-paper/ewp-specs-api-courses/tree/master"
namespace="https://github.com/erasmus-without-paper/ewp-specs-api-courses/tree/stable-v1"
/> <!-- WRTODO: absolute paths! -->

<xs:annotation>
Expand Down

0 comments on commit 573a62b

Please sign in to comment.