Skip to content

Commit 248bd73

Browse files
committed
4.1.2743
1 parent e97cc26 commit 248bd73

File tree

7 files changed

+123
-123
lines changed

7 files changed

+123
-123
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.1.2742.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
33+
'webdav-server-4.1.2743.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.1.2742', {
74+
implementation('com.ithit.webdav.integration:android-integration:4.1.2743', {
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.1.2742'
79+
jarJar 'com.ithit.webdav:webdav-server:4.1.2743'
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>4.1.2742</version>
9+
<version>4.1.2743</version>
1010
<packaging>war</packaging>
1111

1212
<properties>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.ithit.webdav.integration</groupId>
2626
<artifactId>servlet-integration</artifactId>
27-
<version>4.1.2742</version>
27+
<version>4.1.2743</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>commons-dbcp</groupId>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>com.ithit.webdav</groupId>
128128
<artifactId>webdav-server</artifactId>
129-
<version>4.1.2742</version>
129+
<version>4.1.2743</version>
130130
</dependency>
131131

132132
<dependency>
@@ -166,7 +166,7 @@
166166
<goal>copy-resources</goal>
167167
</goals>
168168
<configuration>
169-
<outputDirectory>${project.build.directory}/deltav-4.1.2742/META-INF</outputDirectory>
169+
<outputDirectory>${project.build.directory}/deltav-4.1.2743/META-INF</outputDirectory>
170170
<overwrite>true</overwrite>
171171
<resources>
172172
<resource>
@@ -245,7 +245,7 @@
245245
<server>filesystem</server>
246246
<port>11021</port>
247247
<path>/</path>
248-
<warSourceDirectory>target/deltav-4.1.2742</warSourceDirectory>
248+
<warSourceDirectory>target/deltav-4.1.2743</warSourceDirectory>
249249
</configuration>
250250
</plugin>
251251
<plugin>

Java/deltav/src/main/dbresources/db/deltav.sql

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

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>4.1.2742</version>
9+
<version>4.1.2743</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.1.2742</version>
37+
<version>4.1.2743</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>commons-io</groupId>
@@ -136,7 +136,7 @@
136136
<dependency>
137137
<groupId>com.ithit.webdav</groupId>
138138
<artifactId>webdav-server</artifactId>
139-
<version>4.1.2742</version>
139+
<version>4.1.2743</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>net.java.dev.jna</groupId>
@@ -222,7 +222,7 @@
222222
<server>filesystem</server>
223223
<port>11021</port>
224224
<path>/</path>
225-
<warSourceDirectory>target/filesystemstorage-4.1.2742</warSourceDirectory>
225+
<warSourceDirectory>target/filesystemstorage-4.1.2743</warSourceDirectory>
226226
</configuration>
227227
</plugin>
228228
<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>4.1.2742</version>
9+
<version>4.1.2743</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.1.2742</version>
26+
<version>4.1.2743</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>4.1.2742</version>
128+
<version>4.1.2743</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.1.2742/META-INF</outputDirectory>
168+
<outputDirectory>${project.build.directory}/oraclestorage-4.1.2743/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.1.2742</warSourceDirectory>
247+
<warSourceDirectory>target/oraclestorage-4.1.2743</warSourceDirectory>
248248
</configuration>
249249
</plugin>
250250
<plugin>

0 commit comments

Comments
 (0)