Skip to content

Commit

Permalink
Prepares for release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Zamani committed Jan 5, 2020
1 parent 99a1ec4 commit 65fb2e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ This bundle comes with out-of-the-box support for:

For more information on the Kubernetes API, take a look at the official documentation here: https://kubernetes.io/docs/reference/#api-reference

## Dropwizard Version Support Matrix
dropwizard-kubernetes | Dropwizard v1.3.x | Dropwizard v2.0.x
----------------------- | ------------------ | ------------------
v1.3.x | :white_check_mark: | :white_check_mark:
v1.4.x | :white_check_mark: | :white_check_mark:


## Usage
Add dependency on library.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-kubernetes</artifactId>
<version>1.3.13-2-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>jar</packaging>

<name>dropwizard-kubernetes</name>
Expand Down Expand Up @@ -37,7 +37,7 @@
<developerConnection>scm:git:[email protected]:dropwizard/dropwizard-kubernetes.git</developerConnection>
<connection>scm:git:https://github.com/dropwizard/dropwizard-kubernetes.git</connection>
<url>https://github.com/dropwizard/dropwizard-kubernetes</url>
<tag>HEAD</tag>
<tag>dropwizard-foundationdb-1.4.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 65fb2e6

Please sign in to comment.