Skip to content

Commit 8bd6504

Browse files
committed
4.2.2822
1 parent 76ef123 commit 8bd6504

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
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-4.2.2781.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
33+
'webdav-server-4.2.2822.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.2.2781', {
74+
implementation('com.ithit.webdav.integration:android-integration:4.2.2822', {
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.2.2781'
79+
jarJar 'com.ithit.webdav:webdav-server:4.2.2822'
8080
testImplementation 'junit:junit:4.12'
8181
}

Java/deltav/pom.xml

Lines changed: 7 additions & 7 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>4.2.2812</version>
9+
<version>4.2.2822</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>4.2.2812</version>
26+
<version>4.2.2822</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>commons-dbcp</groupId>
@@ -61,12 +61,12 @@
6161
<dependency>
6262
<groupId>org.apache.tika</groupId>
6363
<artifactId>tika-core</artifactId>
64-
<version>1.20</version>
64+
<version>1.22</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.apache.tika</groupId>
6868
<artifactId>tika-parsers</artifactId>
69-
<version>1.20</version>
69+
<version>1.22</version>
7070
<exclusions>
7171
<exclusion>
7272
<artifactId>cxf-core</artifactId>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.ithit.webdav</groupId>
127127
<artifactId>webdav-server</artifactId>
128-
<version>4.2.2812</version>
128+
<version>4.2.2822</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-4.2.2812/META-INF</outputDirectory>
168+
<outputDirectory>${project.build.directory}/deltav-4.2.2822/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-4.2.2812</warSourceDirectory>
247+
<warSourceDirectory>target/deltav-4.2.2822</warSourceDirectory>
248248
</configuration>
249249
</plugin>
250250
<plugin>

Java/filesystemstorage/pom.xml

Lines changed: 6 additions & 6 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>4.2.2812</version>
9+
<version>4.2.2822</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>4.2.2812</version>
37+
<version>4.2.2822</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>commons-io</groupId>
@@ -78,12 +78,12 @@
7878
<dependency>
7979
<groupId>org.apache.tika</groupId>
8080
<artifactId>tika-core</artifactId>
81-
<version>1.20</version>
81+
<version>1.22</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.apache.tika</groupId>
8585
<artifactId>tika-parsers</artifactId>
86-
<version>1.20</version>
86+
<version>1.22</version>
8787
<exclusions>
8888
<exclusion>
8989
<artifactId>cxf-core</artifactId>
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>com.ithit.webdav</groupId>
144144
<artifactId>webdav-server</artifactId>
145-
<version>4.2.2812</version>
145+
<version>4.2.2822</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-4.2.2812</warSourceDirectory>
231+
<warSourceDirectory>target/filesystemstorage-4.2.2822</warSourceDirectory>
232232
</configuration>
233233
</plugin>
234234
<plugin>

Java/oraclestorage/pom.xml

Lines changed: 7 additions & 7 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>4.2.2812</version>
9+
<version>4.2.2822</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>4.2.2812</version>
26+
<version>4.2.2822</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>commons-dbcp</groupId>
@@ -61,12 +61,12 @@
6161
<dependency>
6262
<groupId>org.apache.tika</groupId>
6363
<artifactId>tika-core</artifactId>
64-
<version>1.20</version>
64+
<version>1.22</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.apache.tika</groupId>
6868
<artifactId>tika-parsers</artifactId>
69-
<version>1.20</version>
69+
<version>1.22</version>
7070
<exclusions>
7171
<exclusion>
7272
<artifactId>cxf-core</artifactId>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.ithit.webdav</groupId>
127127
<artifactId>webdav-server</artifactId>
128-
<version>4.2.2812</version>
128+
<version>4.2.2822</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-4.2.2812/META-INF</outputDirectory>
168+
<outputDirectory>${project.build.directory}/oraclestorage-4.2.2822/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-4.2.2812</warSourceDirectory>
247+
<warSourceDirectory>target/oraclestorage-4.2.2822</warSourceDirectory>
248248
</configuration>
249249
</plugin>
250250
<plugin>

Kotlin/filesystemstorage/pom.xml

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

77
<groupId>com.ithit.webdav.samples</groupId>
88
<artifactId>kotlinfs</artifactId>
9-
<version>4.2.2812</version>
9+
<version>4.2.2822</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>4.2.2812</version>
37+
<version>4.2.2822</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>commons-io</groupId>
@@ -78,12 +78,12 @@
7878
<dependency>
7979
<groupId>org.apache.tika</groupId>
8080
<artifactId>tika-core</artifactId>
81-
<version>1.20</version>
81+
<version>1.22</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.apache.tika</groupId>
8585
<artifactId>tika-parsers</artifactId>
86-
<version>1.20</version>
86+
<version>1.22</version>
8787
<exclusions>
8888
<exclusion>
8989
<artifactId>cxf-core</artifactId>
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>com.ithit.webdav</groupId>
144144
<artifactId>webdav-server</artifactId>
145-
<version>4.2.2812</version>
145+
<version>4.2.2822</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>net.java.dev.jna</groupId>
@@ -170,7 +170,7 @@
170170
</repositories>
171171

172172
<build>
173-
<sourceDirectory>C:\Java\Release\WebdavJavaRepo\DeltaV\samples\kotlinfs/src/main/kotlin</sourceDirectory>
173+
<sourceDirectory>D:\myproj\Java\ithit\webdav-server-for-java\DeltaV\samples\kotlinfs/src/main/kotlin</sourceDirectory>
174174
<plugins>
175175
<plugin>
176176
<groupId>org.apache.maven.plugins</groupId>
@@ -240,7 +240,7 @@
240240
<server>filesystem</server>
241241
<port>11021</port>
242242
<path>/</path>
243-
<warSourceDirectory>target/kotlinfs-4.2.2812</warSourceDirectory>
243+
<warSourceDirectory>target/kotlinfs-4.2.2822</warSourceDirectory>
244244
</configuration>
245245
</plugin>
246246
<plugin>

0 commit comments

Comments
 (0)