Skip to content

Commit

Permalink
fix: Debug goals work on webapp (Tomcat & Jetty)
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Jun 30, 2020
1 parent 565739c commit 370fd9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Usage:
* Fix #195: Added MigrateMojo for migrating projects from FMP to JKube
* Fix #261: DockerFileBuilder only supports *nix paths (Dockerfile Linux only), fixed invalid default configs
* Fix #238: Watch uses same logic as build to monitor changed assembly files
* Fix #245: Debug goals work on webapp (Tomcat & Jetty) > See https://github.com/jkubeio/jkube-images/releases/tag/v0.0.7

### 1.0.0-alpha-4 (2020-06-08)
* Fix #173: Use OpenShift compliant git/vcs annotations
Expand Down
2 changes: 1 addition & 1 deletion jkube-kit/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<version.wagon-ssh-external>2.3</version.wagon-ssh-external>

<!-- ======================================================= -->
<version.image.jkube-images>0.0.5</version.image.jkube-images>
<version.image.jkube-images>0.0.7</version.image.jkube-images>
<!-- === Java base image versions for docker, s2i (istag == s2i) -->
<!-- Upstream -->
<version.image.java.upstream.docker>${version.image.jkube-images}</version.image.java.upstream.docker>
Expand Down

0 comments on commit 370fd9a

Please sign in to comment.