Skip to content

Commit

Permalink
4.3.3515
Browse files Browse the repository at this point in the history
  • Loading branch information
ITHitBuild committed Jan 29, 2020
1 parent e5cb588 commit 90db86a
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions Java/androidfsstorage/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
jarJar {
rules = [
'stax-api-1.0.1.jar' : 'javax.xml.** com.ithit.webdav.xml.@1',
'webdav-server-4.3.3512.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
'webdav-server-4.3.3514.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
]
}

Expand Down Expand Up @@ -71,11 +71,11 @@ dependencies {
implementation 'commons-io:commons-io:2.4'
implementation 'com.google.code.gson:gson:2.7'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation('com.ithit.webdav.integration:android-integration:4.3.3512', {
implementation('com.ithit.webdav.integration:android-integration:4.3.3514', {
exclude group: 'org.nanohttpd', module: 'nanohttpd'
})
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
jarJar 'stax:stax-api:1.0.1'
jarJar 'com.ithit.webdav:webdav-server:4.3.3512'
jarJar 'com.ithit.webdav:webdav-server:4.3.3514'
testImplementation 'junit:junit:4.12'
}
10 changes: 5 additions & 5 deletions Java/deltav/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ithit.webdav.samples</groupId>
<artifactId>deltav</artifactId>
<version>4.2.2825</version>
<version>4.3.3515</version>
<packaging>war</packaging>

<properties>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>servlet-integration</artifactId>
<version>4.2.2825</version>
<version>4.3.3515</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
Expand Down Expand Up @@ -125,7 +125,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>4.2.2825</version>
<version>4.3.3515</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -165,7 +165,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/deltav-4.2.2825/META-INF</outputDirectory>
<outputDirectory>${project.build.directory}/deltav-4.3.3515/META-INF</outputDirectory>
<overwrite>true</overwrite>
<resources>
<resource>
Expand Down Expand Up @@ -244,7 +244,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/deltav-4.2.2825</warSourceDirectory>
<warSourceDirectory>target/deltav-4.3.3515</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down
8 changes: 4 additions & 4 deletions Java/filesystemstorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ithit.webdav.samples</groupId>
<artifactId>filesystemstorage</artifactId>
<version>4.2.2825</version>
<version>4.3.3515</version>
<packaging>war</packaging>

<properties>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>servlet-integration</artifactId>
<version>4.2.2825</version>
<version>4.3.3515</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>4.2.2825</version>
<version>4.3.3515</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down Expand Up @@ -228,7 +228,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/filesystemstorage-4.2.2825</warSourceDirectory>
<warSourceDirectory>target/filesystemstorage-4.3.3515</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down
10 changes: 5 additions & 5 deletions Java/oraclestorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ithit.webdav.samples</groupId>
<artifactId>oraclestorage</artifactId>
<version>4.2.2825</version>
<version>4.3.3515</version>
<packaging>war</packaging>

<properties>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>servlet-integration</artifactId>
<version>4.2.2825</version>
<version>4.3.3515</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
Expand Down Expand Up @@ -125,7 +125,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>4.2.2825</version>
<version>4.3.3515</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -165,7 +165,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/oraclestorage-4.2.2825/META-INF</outputDirectory>
<outputDirectory>${project.build.directory}/oraclestorage-4.3.3515/META-INF</outputDirectory>
<overwrite>true</overwrite>
<resources>
<resource>
Expand Down Expand Up @@ -244,7 +244,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/oraclestorage-4.2.2825</warSourceDirectory>
<warSourceDirectory>target/oraclestorage-4.3.3515</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down
6 changes: 3 additions & 3 deletions Java/springbootsample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.ithit.webdav.samples</groupId>
<artifactId>springbootsample</artifactId>
<version>4.2.2825</version>
<version>4.3.3515</version>
<name>springbootsample</name>
<description>Demo project for Spring Boot</description>

Expand Down Expand Up @@ -52,12 +52,12 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>4.2.2825</version>
<version>4.3.3515</version>
</dependency>
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>servlet-integration</artifactId>
<version>4.2.2825</version>
<version>4.3.3515</version>
</dependency>

<!-- JNA dependencies -->
Expand Down
8 changes: 4 additions & 4 deletions Kotlin/filesystemstorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ithit.webdav.samples</groupId>
<artifactId>kotlinfs</artifactId>
<version>4.2.2825</version>
<version>4.3.3515</version>
<packaging>war</packaging>

<properties>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>servlet-integration</artifactId>
<version>4.2.2825</version>
<version>4.3.3515</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>4.2.2825</version>
<version>4.3.3515</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down Expand Up @@ -240,7 +240,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/kotlinfs-4.2.2825</warSourceDirectory>
<warSourceDirectory>target/kotlinfs-4.3.3515</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 90db86a

Please sign in to comment.