Skip to content

Commit 98962e8

Browse files
committed
5.0.4884
1 parent f0a45e6 commit 98962e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+7037
-27
lines changed

Java/androidfsstorage/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
jarJar {
3131
rules = [
3232
'stax-api-1.0.1.jar' : 'javax.xml.** com.ithit.webdav.xml.@1',
33-
'webdav-server-5.0.4872.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
33+
'webdav-server-5.0.4884.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:5.0.4872', {
74+
implementation('com.ithit.webdav.integration:android-integration:5.0.4884', {
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:5.0.4872'
79+
jarJar 'com.ithit.webdav:webdav-server:5.0.4884'
8080
testImplementation 'junit:junit:4.12'
8181
}

Java/deltav/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.ithit.webdav.samples</groupId>
88
<artifactId>deltav</artifactId>
9-
<version>5.0.4872</version>
9+
<version>5.0.4884</version>
1010
<packaging>war</packaging>
1111

1212
<properties>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.ithit.webdav.integration</groupId>
2525
<artifactId>servlet-integration</artifactId>
26-
<version>5.0.4872</version>
26+
<version>5.0.4884</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>commons-dbcp</groupId>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.ithit.webdav</groupId>
127127
<artifactId>webdav-server</artifactId>
128-
<version>5.0.4872</version>
128+
<version>5.0.4884</version>
129129
</dependency>
130130

131131
<dependency>
@@ -165,7 +165,7 @@
165165
<goal>copy-resources</goal>
166166
</goals>
167167
<configuration>
168-
<outputDirectory>${project.build.directory}/deltav-5.0.4872/META-INF</outputDirectory>
168+
<outputDirectory>${project.build.directory}/deltav-5.0.4884/META-INF</outputDirectory>
169169
<overwrite>true</overwrite>
170170
<resources>
171171
<resource>
@@ -244,7 +244,7 @@
244244
<server>filesystem</server>
245245
<port>11021</port>
246246
<path>/</path>
247-
<warSourceDirectory>target/deltav-5.0.4872</warSourceDirectory>
247+
<warSourceDirectory>target/deltav-5.0.4884</warSourceDirectory>
248248
</configuration>
249249
</plugin>
250250
<plugin>

Java/filesystemstorage/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.ithit.webdav.samples</groupId>
88
<artifactId>filesystemstorage</artifactId>
9-
<version>5.0.4872</version>
9+
<version>5.0.4884</version>
1010
<packaging>war</packaging>
1111

1212
<properties>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.ithit.webdav.integration</groupId>
3636
<artifactId>servlet-integration</artifactId>
37-
<version>5.0.4872</version>
37+
<version>5.0.4884</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>commons-io</groupId>
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>com.ithit.webdav</groupId>
144144
<artifactId>webdav-server</artifactId>
145-
<version>5.0.4872</version>
145+
<version>5.0.4884</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>net.java.dev.jna</groupId>
@@ -228,7 +228,7 @@
228228
<server>filesystem</server>
229229
<port>11021</port>
230230
<path>/</path>
231-
<warSourceDirectory>target/filesystemstorage-5.0.4872</warSourceDirectory>
231+
<warSourceDirectory>target/filesystemstorage-5.0.4884</warSourceDirectory>
232232
</configuration>
233233
</plugin>
234234
<plugin>

Java/oraclestorage/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.ithit.webdav.samples</groupId>
88
<artifactId>oraclestorage</artifactId>
9-
<version>5.0.4872</version>
9+
<version>5.0.4884</version>
1010
<packaging>war</packaging>
1111

1212
<properties>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.ithit.webdav.integration</groupId>
2525
<artifactId>servlet-integration</artifactId>
26-
<version>5.0.4872</version>
26+
<version>5.0.4884</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>commons-dbcp</groupId>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.ithit.webdav</groupId>
127127
<artifactId>webdav-server</artifactId>
128-
<version>5.0.4872</version>
128+
<version>5.0.4884</version>
129129
</dependency>
130130

131131
<dependency>
@@ -165,7 +165,7 @@
165165
<goal>copy-resources</goal>
166166
</goals>
167167
<configuration>
168-
<outputDirectory>${project.build.directory}/oraclestorage-5.0.4872/META-INF</outputDirectory>
168+
<outputDirectory>${project.build.directory}/oraclestorage-5.0.4884/META-INF</outputDirectory>
169169
<overwrite>true</overwrite>
170170
<resources>
171171
<resource>
@@ -244,7 +244,7 @@
244244
<server>filesystem</server>
245245
<port>11021</port>
246246
<path>/</path>
247-
<warSourceDirectory>target/oraclestorage-5.0.4872</warSourceDirectory>
247+
<warSourceDirectory>target/oraclestorage-5.0.4884</warSourceDirectory>
248248
</configuration>
249249
</plugin>
250250
<plugin>

Java/springbootfsstorage/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.ithit.webdav.samples</groupId>
1111
<artifactId>springbootfsstorage</artifactId>
12-
<version>5.0.4872</version>
12+
<version>5.0.4884</version>
1313
<name>springbootfsstorage</name>
1414
<description>Demo project for Spring Boot</description>
1515

@@ -52,12 +52,12 @@
5252
<dependency>
5353
<groupId>com.ithit.webdav</groupId>
5454
<artifactId>webdav-server</artifactId>
55-
<version>5.0.4872</version>
55+
<version>5.0.4884</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.ithit.webdav.integration</groupId>
5959
<artifactId>servlet-integration</artifactId>
60-
<version>5.0.4872</version>
60+
<version>5.0.4884</version>
6161
</dependency>
6262

6363
<!-- JNA dependencies -->

Java/springbootoraclestorage/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.ithit.webdav.samples</groupId>
1111
<artifactId>springbootoraclestorage</artifactId>
12-
<version>5.0.4872</version>
12+
<version>5.0.4884</version>
1313
<name>springbootoraclestorage</name>
1414
<description>Demo project for Spring Boot</description>
1515

@@ -53,12 +53,12 @@
5353
<dependency>
5454
<groupId>com.ithit.webdav</groupId>
5555
<artifactId>webdav-server</artifactId>
56-
<version>5.0.4872</version>
56+
<version>5.0.4884</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.ithit.webdav.integration</groupId>
6060
<artifactId>servlet-integration</artifactId>
61-
<version>5.0.4872</version>
61+
<version>5.0.4884</version>
6262
</dependency>
6363

6464
<!-- Oracle dependencies -->

0 commit comments

Comments
 (0)