Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
paultuckey committed Jul 16, 2023
1 parent dc00090 commit 3c39547
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions container-test/example-webapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.tuckey</groupId>
<artifactId>example-webapp</artifactId>
<packaging>war</packaging>
<version>5.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Example Webapp</name>
<url>http://www.tuckey.org/urlrewrite/</url>
<inceptionYear>2001</inceptionYear>
Expand Down Expand Up @@ -58,7 +58,7 @@
<!-- run `mvn install` locally root of project -->
<groupId>org.tuckey</groupId>
<artifactId>urlrewritefilter</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
Expand Down
6 changes: 3 additions & 3 deletions container-test/test-with-testcontainers/pom.xml
Expand Up @@ -8,7 +8,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<version>5.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>UrlRewriteFilter Container Tests</name>
<url>http://www.tuckey.org/urlrewrite/</url>
<inceptionYear>2001</inceptionYear>
Expand Down Expand Up @@ -46,13 +46,13 @@
<!-- run `mvn install` locally root of project -->
<groupId>org.tuckey</groupId>
<artifactId>urlrewritefilter</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<!-- run `mvn install` locally in example-webapp -->
<groupId>org.tuckey</groupId>
<artifactId>example-webapp</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<type>war</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.tuckey</groupId>
<artifactId>urlrewritefilter</artifactId>
<packaging>jar</packaging>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<name>UrlRewriteFilter</name>
<url>http://www.tuckey.org/urlrewrite/</url>
<inceptionYear>2001</inceptionYear>
Expand Down

0 comments on commit 3c39547

Please sign in to comment.