update weex version

Signed-off-by: liwenzhen <liwenzhen3@huawei.com>
Change-Id: Ie915b3e59ecaa0e89210ab806061b763617c26e5
This commit is contained in:
liwenzhen 2023-03-21 17:24:17 +08:00
parent 7e005b0fe8
commit 01d1d464c4
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."
}