Skip to content

Commit 0fe2e80

Browse files
committed
2.2.710
1 parent bafc440 commit 0fe2e80

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

deltav/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>deltav</artifactId>
9-
<version>2.2</version>
9+
<version>2.2.710</version>
1010
<packaging>war</packaging>
1111

1212
<properties>
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>com.ithit.webdav</groupId>
9090
<artifactId>webdav-server</artifactId>
91-
<version>2.2</version>
91+
<version>2.2.710</version>
9292
</dependency>
9393

9494
<dependency>
@@ -128,7 +128,7 @@
128128
<goal>copy-resources</goal>
129129
</goals>
130130
<configuration>
131-
<outputDirectory>${project.build.directory}/deltav-2.2/META-INF</outputDirectory>
131+
<outputDirectory>${project.build.directory}/deltav-2.2.710/META-INF</outputDirectory>
132132
<overwrite>true</overwrite>
133133
<resources>
134134
<resource>
@@ -207,7 +207,7 @@
207207
<server>filesystem</server>
208208
<port>11021</port>
209209
<path>/</path>
210-
<warSourceDirectory>target/deltav-2.2</warSourceDirectory>
210+
<warSourceDirectory>target/deltav-2.2.710</warSourceDirectory>
211211
</configuration>
212212
</plugin>
213213
<plugin>

filesystemstorage/pom.xml

Lines changed: 3 additions & 3 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>2.2</version>
9+
<version>2.2.710</version>
1010
<packaging>war</packaging>
1111

1212
<properties>
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>com.ithit.webdav</groupId>
109109
<artifactId>webdav-server</artifactId>
110-
<version>2.2</version>
110+
<version>2.2.710</version>
111111
</dependency>
112112
</dependencies>
113113

@@ -188,7 +188,7 @@
188188
<server>filesystem</server>
189189
<port>11021</port>
190190
<path>/</path>
191-
<warSourceDirectory>target/filesystemstorage-2.2</warSourceDirectory>
191+
<warSourceDirectory>target/filesystemstorage-2.2.710</warSourceDirectory>
192192
</configuration>
193193
</plugin>
194194
</plugins>

oraclestorage/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>oraclestorage</artifactId>
9-
<version>2.2</version>
9+
<version>2.2.710</version>
1010
<packaging>war</packaging>
1111

1212
<properties>
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>com.ithit.webdav</groupId>
9090
<artifactId>webdav-server</artifactId>
91-
<version>2.2</version>
91+
<version>2.2.710</version>
9292
</dependency>
9393

9494
<dependency>
@@ -128,7 +128,7 @@
128128
<goal>copy-resources</goal>
129129
</goals>
130130
<configuration>
131-
<outputDirectory>${project.build.directory}/oraclestorage-2.2/META-INF</outputDirectory>
131+
<outputDirectory>${project.build.directory}/oraclestorage-2.2.710/META-INF</outputDirectory>
132132
<overwrite>true</overwrite>
133133
<resources>
134134
<resource>
@@ -207,7 +207,7 @@
207207
<server>filesystem</server>
208208
<port>11021</port>
209209
<path>/</path>
210-
<warSourceDirectory>target/oraclestorage-2.2</warSourceDirectory>
210+
<warSourceDirectory>target/oraclestorage-2.2.710</warSourceDirectory>
211211
</configuration>
212212
</plugin>
213213
<plugin>

0 commit comments

Comments
 (0)