!796 update weex version

Merge pull request !796 from LiWenzhen/updateWeexVersion
This commit is contained in:
openharmony_ci 2023-03-24 07:24:59 +00:00 committed by Gitee
commit e1a273720f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 3 additions and 12 deletions

11
OAT.xml
View File

@ -20,14 +20,5 @@
<configuration>
<oatconfig>
<licensefile></licensefile>
<filefilterlist>
<filefilter name="defaultFilter" desc="Files not to check">
<filteritem type="filepath" name="node_modules/.*" desc="dependencies"/>
<filteritem type="filepath" name="runtime/.*" desc="based on third party software"/>
<filteritem type="filepath" name="test/.*" desc="for test"/>
<filteritem type="filepath" name="NOTICE" desc="third party software notice"/>
<filteritem type="filepath" name=".eslintrc" desc="eslint settings"/>
</filefilter>
</filefilterlist>
</oatconfig>
</configuration>
</configuration>

View File

@ -3,8 +3,8 @@
"Name": "weex",
"License": "Apache License V2.0",
"License File": "LICENSE",
"Version Number": "0.28.0",
"Owner": "leijie4@huawei.com",
"Version Number": "0.30.0",
"Owner": "lixingchi1@huawei.com",
"Upstream URL": "https://weex.apache.org",
"Description": "A framework for building performant mobile cross-platform UI."
}