Skip to content

Commit

Permalink
Release 1.1.0 changes (#6)
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 bd8abde commit 1d86a87
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MoquiConf.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!-- No copyright or license for configuration file, details here are not considered a creative work. -->
<moqui-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-2.1.xsd">
<moqui-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd">
<!-- set these in System env vars or in a Moqui Conf XML file like this -->
<!-- https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/setup-credentials.html -->
<!-- https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html -->
Expand Down
4 changes: 2 additions & 2 deletions component.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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="moqui-aws" version="1.0.1">
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd"
name="moqui-aws" version="1.1.0">
</component>
2 changes: 1 addition & 1 deletion service/moqui/aws/SnsServices.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">

<service verb="publish" noun="SmsMessage">
<in-parameters>
Expand Down
2 changes: 1 addition & 1 deletion service/org/moqui/SmsServices.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">
<!-- this overrides the org.moqui.SmsServices.send#SmsMessage service to add an implementation -->
<service verb="send" noun="SmsMessage" authenticate="anonymous-view">
<in-parameters>
Expand Down

0 comments on commit 1d86a87

Please sign in to comment.