Skip to content

Commit

Permalink
Release 1.0.1 changes (#5)
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 d7c08a1 commit 82fab19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions component.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?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-sftp" version="1.0.0"/>
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd"
name="moqui-sftp" version="1.0.1"/>
2 changes: 1 addition & 1 deletion service/org/moqui/sftp/SftpMessageServices.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="send" noun="SystemMessageSftp">
<description>
Expand Down

0 comments on commit 82fab19

Please sign in to comment.