Skip to content

Commit

Permalink
7.2.10560
Browse files Browse the repository at this point in the history
  • Loading branch information
ITHitBuild committed Oct 3, 2024
1 parent 6c911f1 commit e9c9ff4
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 53 deletions.
6 changes: 3 additions & 3 deletions Java/android/androidfsstorage/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
jarJar {
rules = [
'stax-api-1.0.1.jar' : 'javax.xml.** com.ithit.webdav.xml.@1',
'webdav-server-7.2.10553.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
'webdav-server-7.2.10560.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
]
}

Expand Down Expand Up @@ -75,11 +75,11 @@ dependencies {
implementation 'commons-io:commons-io:2.7'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation('com.ithit.webdav.integration:android-integration:7.2.10553', {
implementation('com.ithit.webdav.integration:android-integration:7.2.10560', {
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:7.2.10553'
jarJar 'com.ithit.webdav:webdav-server:7.2.10560'
testImplementation 'junit:junit:4.12'
}
8 changes: 4 additions & 4 deletions Java/jakarta/collectionsync/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>collectionsync-jakarta</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
<packaging>war</packaging>

<properties>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>jakarta-integration</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -132,7 +132,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/collectionsync-jakarta-7.2.10553</warSourceDirectory>
<warSourceDirectory>target/collectionsync-jakarta-7.2.10560</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down
8 changes: 4 additions & 4 deletions Java/jakarta/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>7.2.10553</version>
<version>7.2.10560</version>
<packaging>war</packaging>

<properties>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>jakarta-integration</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -138,7 +138,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/filesystemstorage-jakarta-7.2.10553</warSourceDirectory>
<warSourceDirectory>target/filesystemstorage-jakarta-7.2.10560</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down
10 changes: 5 additions & 5 deletions Java/jakarta/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>7.2.10553</version>
<version>7.2.10560</version>
<packaging>war</packaging>

<properties>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>jakarta-integration</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
</dependencies>

Expand All @@ -90,7 +90,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/oraclestorage-jakarta-7.2.10553/META-INF</outputDirectory>
<outputDirectory>${project.build.directory}/oraclestorage-jakarta-7.2.10560/META-INF</outputDirectory>
<overwrite>true</overwrite>
<resources>
<resource>
Expand Down Expand Up @@ -169,7 +169,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/oraclestorage-jakarta-7.2.10553</warSourceDirectory>
<warSourceDirectory>target/oraclestorage-jakarta-7.2.10560</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down
6 changes: 3 additions & 3 deletions Java/jakarta/springboot3fsstorage/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>springboot3fsstorage</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
<name>springboot3fsstorage</name>
<description>Demo project for Spring Boot 3</description>

Expand Down Expand Up @@ -53,12 +53,12 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>jakarta-integration</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions Java/jakarta/springboot3s3storage/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>springboot3s3storage</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
<name>springboot3s3storage</name>
<description>Demo project for Spring Boot 3 S3 integration</description>

Expand Down Expand Up @@ -42,12 +42,12 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>jakarta-integration</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions Java/javax/collectionsync/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>collectionsync</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
<packaging>war</packaging>

<properties>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>javax-integration</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -143,7 +143,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/collectionsync-7.2.10553</warSourceDirectory>
<warSourceDirectory>target/collectionsync-7.2.10560</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down
10 changes: 5 additions & 5 deletions Java/javax/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>7.2.10553</version>
<version>7.2.10560</version>
<packaging>war</packaging>

<properties>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>javax-integration</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
</dependencies>

Expand All @@ -90,7 +90,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/deltav-7.2.10553/META-INF</outputDirectory>
<outputDirectory>${project.build.directory}/deltav-7.2.10560/META-INF</outputDirectory>
<overwrite>true</overwrite>
<resources>
<resource>
Expand Down Expand Up @@ -169,7 +169,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/deltav-7.2.10553</warSourceDirectory>
<warSourceDirectory>target/deltav-7.2.10560</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down
8 changes: 4 additions & 4 deletions Java/javax/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>7.2.10553</version>
<version>7.2.10560</version>
<packaging>war</packaging>

<properties>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>javax-integration</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -122,7 +122,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/filesystemstorage-7.2.10553</warSourceDirectory>
<warSourceDirectory>target/filesystemstorage-7.2.10560</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down
10 changes: 5 additions & 5 deletions Java/javax/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>7.2.10553</version>
<version>7.2.10560</version>
<packaging>war</packaging>

<properties>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>javax-integration</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
</dependencies>

Expand All @@ -90,7 +90,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/oraclestorage-7.2.10553/META-INF</outputDirectory>
<outputDirectory>${project.build.directory}/oraclestorage-7.2.10560/META-INF</outputDirectory>
<overwrite>true</overwrite>
<resources>
<resource>
Expand Down Expand Up @@ -169,7 +169,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/oraclestorage-7.2.10553</warSourceDirectory>
<warSourceDirectory>target/oraclestorage-7.2.10560</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down
6 changes: 3 additions & 3 deletions Java/javax/springbootfsstorage/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>springbootfsstorage</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
<name>springbootfsstorage</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>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>javax-integration</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions Java/javax/springbootoraclestorage/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>springbootoraclestorage</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
<name>springbootoraclestorage</name>
<description>Demo project for Spring Boot</description>

Expand Down Expand Up @@ -54,12 +54,12 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>javax-integration</artifactId>
<version>7.2.10553</version>
<version>7.2.10560</version>
</dependency>

<!-- Oracle dependencies -->
Expand Down
Loading

0 comments on commit e9c9ff4

Please sign in to comment.