Skip to content

Commit

Permalink
7.2.10601
Browse files Browse the repository at this point in the history
  • Loading branch information
ITHitBuild committed Feb 3, 2025
1 parent e9c9ff4 commit 3cefdcb
Show file tree
Hide file tree
Showing 38 changed files with 159 additions and 160 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.10560.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
'webdav-server-7.2.10601.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.10560', {
implementation('com.ithit.webdav.integration:android-integration:7.2.10601', {
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.10560'
jarJar 'com.ithit.webdav:webdav-server:7.2.10601'
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.10560</version>
<version>7.2.10601</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.10560</version>
<version>7.2.10601</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.10560</version>
<version>7.2.10601</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.10560</warSourceDirectory>
<warSourceDirectory>target/collectionsync-jakarta-7.2.10601</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"webdav.client": "*"
"webdav.client": "beta"
}
}
10 changes: 5 additions & 5 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.10560</version>
<version>7.2.10601</version>
<packaging>war</packaging>

<properties>
Expand All @@ -25,12 +25,12 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>jakarta-integration</artifactId>
<version>7.2.10560</version>
<version>7.2.10601</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.14.0</version>
<version>2.17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>7.2.10560</version>
<version>7.2.10601</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.10560</warSourceDirectory>
<warSourceDirectory>target/filesystemstorage-jakarta-7.2.10601</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"webdav.client": "*"
"webdav.client": "beta"
}
}
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.10560</version>
<version>7.2.10601</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.10560</version>
<version>7.2.10601</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.10560</version>
<version>7.2.10601</version>
</dependency>
</dependencies>

Expand All @@ -90,7 +90,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/oraclestorage-jakarta-7.2.10560/META-INF</outputDirectory>
<outputDirectory>${project.build.directory}/oraclestorage-jakarta-7.2.10601/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.10560</warSourceDirectory>
<warSourceDirectory>target/oraclestorage-jakarta-7.2.10601</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"webdav.client": "*"
"webdav.client": "beta"
}
}
12 changes: 6 additions & 6 deletions Java/jakarta/springboot3fsstorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.2</version>
<version>3.4.2</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.ithit.webdav.samples</groupId>
<artifactId>springboot3fsstorage</artifactId>
<version>7.2.10560</version>
<version>7.2.10601</version>
<name>springboot3fsstorage</name>
<description>Demo project for Spring Boot 3</description>

<properties>
<spring-cloud-azure.version>5.3.0</spring-cloud-azure.version>
<spring-cloud-azure.version>5.19.0</spring-cloud-azure.version>
<java.version>17</java.version>
<lucene-core.version>7.5.0</lucene-core.version>
<tika-core.version>2.9.2</tika-core.version>
Expand Down Expand Up @@ -53,18 +53,18 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>7.2.10560</version>
<version>7.2.10601</version>
</dependency>
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>jakarta-integration</artifactId>
<version>7.2.10560</version>
<version>7.2.10601</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.14.0</version>
<version>2.17.0</version>
<scope>compile</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"webdav.client": "*"
"webdav.client": "beta"
}
}
10 changes: 5 additions & 5 deletions Java/jakarta/springboot3s3storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.2</version>
<version>3.4.2</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.ithit.webdav.samples</groupId>
<artifactId>springboot3s3storage</artifactId>
<version>7.2.10560</version>
<version>7.2.10601</version>
<name>springboot3s3storage</name>
<description>Demo project for Spring Boot 3 S3 integration</description>

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

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.14.0</version>
<version>2.17.0</version>
<scope>compile</scope>
</dependency>

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"webdav.client": "^5.21.5862"
"webdav.client": "beta"
}
}
Loading

0 comments on commit 3cefdcb

Please sign in to comment.