Skip to content

Commit

Permalink
Release 1.2.0 changes (#3)
Browse files Browse the repository at this point in the history
* Update XML files to use new XSD references for the 3.0.0 release series

* In component.xml bump versions for upcoming release
  • Loading branch information
jonesde authored May 31, 2022
1 parent 91480bc commit 9147f6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions component.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-2.1.xsd"
name="mantle-shippo" version="1.1.2">
<depends-on name="mantle-udm" version="2.1.2"/>
<depends-on name="mantle-usl" version="2.1.2"/>
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd"
name="mantle-shippo" version="1.2.0">
<depends-on name="mantle-usl" version="2.2.0"/>
</component>
2 changes: 1 addition & 1 deletion service/mantle/shippo/ShippoServices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-definition-2.1.xsd">
<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-definition-3.xsd">

<!-- ========== Rate (Estimate) Services ========== -->

Expand Down
2 changes: 1 addition & 1 deletion service/shippo.rest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this software (see the LICENSE.md file). If not, see
-->
<!-- General Guideline Verbs: GET=find, POST=create, PUT=store (create or update), PATCH=update, DELETE=delete -->

<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/rest-api-2.1.xsd"
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/rest-api-3.xsd"
name="shippo" displayName="Shippo REST API" version="1">
<resource name="track" require-authentication="anonymous-all">
<!-- Webhook path: /rest/s1/shippo/track -->
Expand Down

0 comments on commit 9147f6a

Please sign in to comment.