Skip to content

Commit

Permalink
4.2.2815
Browse files Browse the repository at this point in the history
  • Loading branch information
ITHitBuild committed Sep 9, 2019
1 parent 8bd6504 commit 58b974b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
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.2822</version>
<version>4.2.2815</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.2822</version>
<version>4.2.2815</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.2822</version>
<version>4.2.2815</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -165,7 +165,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/deltav-4.2.2822/META-INF</outputDirectory>
<outputDirectory>${project.build.directory}/deltav-4.2.2815/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.2822</warSourceDirectory>
<warSourceDirectory>target/deltav-4.2.2815</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.2822</version>
<version>4.2.2815</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.2822</version>
<version>4.2.2815</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.2822</version>
<version>4.2.2815</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.2822</warSourceDirectory>
<warSourceDirectory>target/filesystemstorage-4.2.2815</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.2822</version>
<version>4.2.2815</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.2822</version>
<version>4.2.2815</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.2822</version>
<version>4.2.2815</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -165,7 +165,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/oraclestorage-4.2.2822/META-INF</outputDirectory>
<outputDirectory>${project.build.directory}/oraclestorage-4.2.2815/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.2822</warSourceDirectory>
<warSourceDirectory>target/oraclestorage-4.2.2815</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down
10 changes: 5 additions & 5 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.2822</version>
<version>4.2.2815</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.2822</version>
<version>4.2.2815</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.2822</version>
<version>4.2.2815</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down Expand Up @@ -170,7 +170,7 @@
</repositories>

<build>
<sourceDirectory>D:\myproj\Java\ithit\webdav-server-for-java\DeltaV\samples\kotlinfs/src/main/kotlin</sourceDirectory>
<sourceDirectory>C:\Java\Release\WebdavJavaRepo\DeltaV\samples\kotlinfs/src/main/kotlin</sourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -240,7 +240,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/kotlinfs-4.2.2822</warSourceDirectory>
<warSourceDirectory>target/kotlinfs-4.2.2815</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 58b974b

Please sign in to comment.