Skip to content

Commit

Permalink
3.0.1035
Browse files Browse the repository at this point in the history
  • Loading branch information
ITHitBuild committed Oct 12, 2017
1 parent f9648cb commit ebef1a1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions 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>3.0.1012</version>
<version>3.0.1035</version>
<packaging>war</packaging>

<properties>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>servlet-integration</artifactId>
<version>3.0.1012</version>
<version>3.0.1035</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>3.0.1012</version>
<version>3.0.1035</version>
</dependency>

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

<properties>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>servlet-integration</artifactId>
<version>3.0.1012</version>
<version>3.0.1035</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>3.0.1012</version>
<version>3.0.1035</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down Expand Up @@ -198,7 +198,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/filesystemstorage-3.0.1012</warSourceDirectory>
<warSourceDirectory>target/filesystemstorage-3.0.1035</warSourceDirectory>
</configuration>
</plugin>
</plugins>
Expand Down
10 changes: 5 additions & 5 deletions 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>3.0.1012</version>
<version>3.0.1035</version>
<packaging>war</packaging>

<properties>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>servlet-integration</artifactId>
<version>3.0.1012</version>
<version>3.0.1035</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>3.0.1012</version>
<version>3.0.1035</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -133,7 +133,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/oraclestorage-3.0.1012/META-INF</outputDirectory>
<outputDirectory>${project.build.directory}/oraclestorage-3.0.1035/META-INF</outputDirectory>
<overwrite>true</overwrite>
<resources>
<resource>
Expand Down Expand Up @@ -212,7 +212,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/oraclestorage-3.0.1012</warSourceDirectory>
<warSourceDirectory>target/oraclestorage-3.0.1035</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit ebef1a1

Please sign in to comment.