File tree Expand file tree Collapse file tree 7 files changed +27
-27
lines changed
Expand file tree Collapse file tree 7 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ android {
3030jarJar {
3131 rules = [
3232 ' stax-api-1.0.1.jar' : ' javax.xml.** com.ithit.webdav.xml.@1' ,
33- ' webdav-server-4.6 .4062.jar' : ' javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
33+ ' webdav-server-4.5 .4062.jar' : ' javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
3434 ]
3535}
3636
@@ -71,11 +71,11 @@ dependencies {
7171 implementation ' commons-io:commons-io:2.4'
7272 implementation ' com.google.code.gson:gson:2.7'
7373 implementation ' com.android.support:appcompat-v7:27.1.1'
74- implementation(' com.ithit.webdav.integration:android-integration:4.6 .4062' , {
74+ implementation(' com.ithit.webdav.integration:android-integration:4.5 .4062' , {
7575 exclude group : ' org.nanohttpd' , module : ' nanohttpd'
7676 })
7777 implementation ' com.android.support.constraint:constraint-layout:1.0.2'
7878 jarJar ' stax:stax-api:1.0.1'
79- jarJar ' com.ithit.webdav:webdav-server:4.6 .4062'
79+ jarJar ' com.ithit.webdav:webdav-server:4.5 .4062'
8080 testImplementation ' junit:junit:4.12'
8181}
Original file line number Diff line number Diff line change 66
77 <groupId >com.ithit.webdav.samples</groupId >
88 <artifactId >deltav</artifactId >
9- <version >4.6 .4062</version >
9+ <version >4.5 .4062</version >
1010 <packaging >war</packaging >
1111
1212 <properties >
2323 <dependency >
2424 <groupId >com.ithit.webdav.integration</groupId >
2525 <artifactId >servlet-integration</artifactId >
26- <version >4.6 .4062</version >
26+ <version >4.5 .4062</version >
2727 </dependency >
2828 <dependency >
2929 <groupId >commons-dbcp</groupId >
125125 <dependency >
126126 <groupId >com.ithit.webdav</groupId >
127127 <artifactId >webdav-server</artifactId >
128- <version >4.6 .4062</version >
128+ <version >4.5 .4062</version >
129129 </dependency >
130130
131131 <dependency >
165165 <goal >copy-resources</goal >
166166 </goals >
167167 <configuration >
168- <outputDirectory >${project.build.directory} /deltav-4.6 .4062/META-INF</outputDirectory >
168+ <outputDirectory >${project.build.directory} /deltav-4.5 .4062/META-INF</outputDirectory >
169169 <overwrite >true</overwrite >
170170 <resources >
171171 <resource >
244244 <server >filesystem</server >
245245 <port >11021</port >
246246 <path >/</path >
247- <warSourceDirectory >target/deltav-4.6 .4062</warSourceDirectory >
247+ <warSourceDirectory >target/deltav-4.5 .4062</warSourceDirectory >
248248 </configuration >
249249 </plugin >
250250 <plugin >
Original file line number Diff line number Diff line change 66
77 <groupId >com.ithit.webdav.samples</groupId >
88 <artifactId >filesystemstorage</artifactId >
9- <version >4.6 .4062</version >
9+ <version >4.5 .4062</version >
1010 <packaging >war</packaging >
1111
1212 <properties >
3434 <dependency >
3535 <groupId >com.ithit.webdav.integration</groupId >
3636 <artifactId >servlet-integration</artifactId >
37- <version >4.6 .4062</version >
37+ <version >4.5 .4062</version >
3838 </dependency >
3939 <dependency >
4040 <groupId >commons-io</groupId >
142142 <dependency >
143143 <groupId >com.ithit.webdav</groupId >
144144 <artifactId >webdav-server</artifactId >
145- <version >4.6 .4062</version >
145+ <version >4.5 .4062</version >
146146 </dependency >
147147 <dependency >
148148 <groupId >net.java.dev.jna</groupId >
228228 <server >filesystem</server >
229229 <port >11021</port >
230230 <path >/</path >
231- <warSourceDirectory >target/filesystemstorage-4.6 .4062</warSourceDirectory >
231+ <warSourceDirectory >target/filesystemstorage-4.5 .4062</warSourceDirectory >
232232 </configuration >
233233 </plugin >
234234 <plugin >
Original file line number Diff line number Diff line change 66
77 <groupId >com.ithit.webdav.samples</groupId >
88 <artifactId >oraclestorage</artifactId >
9- <version >4.6 .4062</version >
9+ <version >4.5 .4062</version >
1010 <packaging >war</packaging >
1111
1212 <properties >
2323 <dependency >
2424 <groupId >com.ithit.webdav.integration</groupId >
2525 <artifactId >servlet-integration</artifactId >
26- <version >4.6 .4062</version >
26+ <version >4.5 .4062</version >
2727 </dependency >
2828 <dependency >
2929 <groupId >commons-dbcp</groupId >
125125 <dependency >
126126 <groupId >com.ithit.webdav</groupId >
127127 <artifactId >webdav-server</artifactId >
128- <version >4.6 .4062</version >
128+ <version >4.5 .4062</version >
129129 </dependency >
130130
131131 <dependency >
165165 <goal >copy-resources</goal >
166166 </goals >
167167 <configuration >
168- <outputDirectory >${project.build.directory} /oraclestorage-4.6 .4062/META-INF</outputDirectory >
168+ <outputDirectory >${project.build.directory} /oraclestorage-4.5 .4062/META-INF</outputDirectory >
169169 <overwrite >true</overwrite >
170170 <resources >
171171 <resource >
244244 <server >filesystem</server >
245245 <port >11021</port >
246246 <path >/</path >
247- <warSourceDirectory >target/oraclestorage-4.6 .4062</warSourceDirectory >
247+ <warSourceDirectory >target/oraclestorage-4.5 .4062</warSourceDirectory >
248248 </configuration >
249249 </plugin >
250250 <plugin >
Original file line number Diff line number Diff line change 99 </parent >
1010 <groupId >com.ithit.webdav.samples</groupId >
1111 <artifactId >springbootfsstorage</artifactId >
12- <version >4.6 .4062</version >
12+ <version >4.5 .4062</version >
1313 <name >springbootfsstorage</name >
1414 <description >Demo project for Spring Boot</description >
1515
4343 <dependency >
4444 <groupId >com.ithit.webdav</groupId >
4545 <artifactId >webdav-server</artifactId >
46- <version >4.6 .4062</version >
46+ <version >4.5 .4062</version >
4747 </dependency >
4848 <dependency >
4949 <groupId >com.ithit.webdav.integration</groupId >
5050 <artifactId >servlet-integration</artifactId >
51- <version >4.6 .4062</version >
51+ <version >4.5 .4062</version >
5252 </dependency >
5353
5454 <!-- JNA dependencies -->
Original file line number Diff line number Diff line change 99 </parent >
1010 <groupId >com.ithit.webdav.samples</groupId >
1111 <artifactId >springbootoraclestorage</artifactId >
12- <version >4.6 .4062</version >
12+ <version >4.5 .4062</version >
1313 <name >springbootoraclestorage</name >
1414 <description >Demo project for Spring Boot</description >
1515
5353 <dependency >
5454 <groupId >com.ithit.webdav</groupId >
5555 <artifactId >webdav-server</artifactId >
56- <version >4.6 .4062</version >
56+ <version >4.5 .4062</version >
5757 </dependency >
5858 <dependency >
5959 <groupId >com.ithit.webdav.integration</groupId >
6060 <artifactId >servlet-integration</artifactId >
61- <version >4.6 .4062</version >
61+ <version >4.5 .4062</version >
6262 </dependency >
6363
6464 <!-- Oracle dependencies -->
Original file line number Diff line number Diff line change 66
77 <groupId >com.ithit.webdav.samples</groupId >
88 <artifactId >kotlinfs</artifactId >
9- <version >4.6 .4062</version >
9+ <version >4.5 .4062</version >
1010 <packaging >war</packaging >
1111
1212 <properties >
3434 <dependency >
3535 <groupId >com.ithit.webdav.integration</groupId >
3636 <artifactId >servlet-integration</artifactId >
37- <version >4.6 .4062</version >
37+ <version >4.5 .4062</version >
3838 </dependency >
3939 <dependency >
4040 <groupId >commons-io</groupId >
142142 <dependency >
143143 <groupId >com.ithit.webdav</groupId >
144144 <artifactId >webdav-server</artifactId >
145- <version >4.6 .4062</version >
145+ <version >4.5 .4062</version >
146146 </dependency >
147147 <dependency >
148148 <groupId >net.java.dev.jna</groupId >
240240 <server >filesystem</server >
241241 <port >11021</port >
242242 <path >/</path >
243- <warSourceDirectory >target/kotlinfs-4.6 .4062</warSourceDirectory >
243+ <warSourceDirectory >target/kotlinfs-4.5 .4062</warSourceDirectory >
244244 </configuration >
245245 </plugin >
246246 <plugin >
You can’t perform that action at this time.
0 commit comments