Skip to content

Commit 58b974b

Browse files
committed
4.2.2815
1 parent 8bd6504 commit 58b974b

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

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.2.2822</version>
9+
<version>4.2.2815</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.2822</version>
26+
<version>4.2.2815</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.2.2822</version>
128+
<version>4.2.2815</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.2822/META-INF</outputDirectory>
168+
<outputDirectory>${project.build.directory}/deltav-4.2.2815/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.2822</warSourceDirectory>
247+
<warSourceDirectory>target/deltav-4.2.2815</warSourceDirectory>
248248
</configuration>
249249
</plugin>
250250
<plugin>

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.2.2822</version>
9+
<version>4.2.2815</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.2822</version>
37+
<version>4.2.2815</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>commons-io</groupId>
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>com.ithit.webdav</groupId>
144144
<artifactId>webdav-server</artifactId>
145-
<version>4.2.2822</version>
145+
<version>4.2.2815</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.2822</warSourceDirectory>
231+
<warSourceDirectory>target/filesystemstorage-4.2.2815</warSourceDirectory>
232232
</configuration>
233233
</plugin>
234234
<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.2.2822</version>
9+
<version>4.2.2815</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.2822</version>
26+
<version>4.2.2815</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.2.2822</version>
128+
<version>4.2.2815</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.2822/META-INF</outputDirectory>
168+
<outputDirectory>${project.build.directory}/oraclestorage-4.2.2815/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.2822</warSourceDirectory>
247+
<warSourceDirectory>target/oraclestorage-4.2.2815</warSourceDirectory>
248248
</configuration>
249249
</plugin>
250250
<plugin>

Kotlin/filesystemstorage/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>kotlinfs</artifactId>
9-
<version>4.2.2822</version>
9+
<version>4.2.2815</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.2822</version>
37+
<version>4.2.2815</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>commons-io</groupId>
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>com.ithit.webdav</groupId>
144144
<artifactId>webdav-server</artifactId>
145-
<version>4.2.2822</version>
145+
<version>4.2.2815</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>net.java.dev.jna</groupId>
@@ -170,7 +170,7 @@
170170
</repositories>
171171

172172
<build>
173-
<sourceDirectory>D:\myproj\Java\ithit\webdav-server-for-java\DeltaV\samples\kotlinfs/src/main/kotlin</sourceDirectory>
173+
<sourceDirectory>C:\Java\Release\WebdavJavaRepo\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.2822</warSourceDirectory>
243+
<warSourceDirectory>target/kotlinfs-4.2.2815</warSourceDirectory>
244244
</configuration>
245245
</plugin>
246246
<plugin>

0 commit comments

Comments
 (0)