Skip to content

Commit

Permalink
Updated tomcat-reloading-connector to newest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
schnatterer committed Jun 27, 2020
1 parent db68c08 commit 0aff289
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM bitnami/tomcat:9.0.35-debian-10-r1 as tomcat
FROM tomcat as aggregator
ARG DUMB_INIT_VERSION=1.2.2
ARG DEHYDRATED_VERSION=0.6.5
ARG RELOADING_CONNECTOR_VERSION=0.2.0
ARG RELOADING_CONNECTOR_VERSION=0.3.0
USER root

RUN apt-get update && apt-get install -y gpg
Expand Down
2 changes: 1 addition & 1 deletion examples/embedded-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- Make tomcat automatically reload certificates at runtime -->
<groupId>info.schnatterer.tomcat-reloading-connector</groupId>
<artifactId>reloading-connector-embedded-tomcat</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<!-- Make tomcat automatically reload certificates at runtime -->
<groupId>info.schnatterer.tomcat-reloading-connector</groupId>
<artifactId>reloading-connector-spring-boot</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 0aff289

Please sign in to comment.