File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828 <properties >
2929 <connector .name>file</connector .name>
30- <commons .vfs.version>2.10.0-wso2v4 </commons .vfs.version>
30+ <commons .vfs.version>2.10.0-wso2v8 </commons .vfs.version>
3131 <integration .base.version>1.0.2</integration .base.version>
3232 <product .ei.version>6.1.1</product .ei.version>
3333 <carbon .kernel.version>4.4.17</carbon .kernel.version>
Original file line number Diff line number Diff line change 3333 <excludes >
3434 <exclude >**/metrics_module.xml</exclude >
3535 <exclude >**/META-INF/*</exclude >
36+ <exclude >descriptor.yml</exclude >
3637 </excludes >
3738 </fileSet >
3839 </fileSets >
40+ <files >
41+ <file >
42+ <source >src/main/resources/descriptor.yml</source >
43+ <outputDirectory >/</outputDirectory >
44+ <filtered >true</filtered >
45+ </file >
46+ </files >
3947</assembly >
Original file line number Diff line number Diff line change 11product.name =WSO2 EI
22product.version =6.1.1
3+ commons.vfs.version =${commons.vfs.version}
34
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ dependencies:
55 # Core VFS libraries with WSO2 modifications for SMB2 support
66 - groupId : " org.wso2.org.apache.commons"
77 artifactId : " commons-vfs2"
8- version : " 2.10.0-wso2v4 "
8+ version : " ${commons.vfs.version} "
99 - groupId : " org.wso2.org.apache.commons"
1010 artifactId : " commons-vfs2-sandbox"
11- version : " 2.10.0-wso2v4 "
11+ version : " ${commons.vfs.version} "
1212
1313repositories :
1414 - id : " wso2-nexus"
You can’t perform that action at this time.
0 commit comments