Skip to content

Commit

Permalink
Release 0.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Dec 26, 2019
1 parent 734c56a commit d53b685
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Proteus Changelog.
## Unreleased
### No issue

**Bump version.**


[734c56ab0883459](https://github.com/noboomu/proteus/commit/734c56ab0883459) Joshua Bauer *2019-12-26 20:54:55*

**Improve swagger css.**


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.sinistral</groupId>
<artifactId>proteus-project</artifactId>
<packaging>pom</packaging>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<name>Proteus Project</name>

<description>Proteus is an extremely light, fast, and flexible Java REST API framework built atop Undertow.</description>
Expand Down
2 changes: 1 addition & 1 deletion proteus-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>proteus-project</artifactId>
<groupId>io.sinistral</groupId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion proteus-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>proteus-project</artifactId>
<groupId>io.sinistral</groupId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>

</parent>

Expand Down
2 changes: 1 addition & 1 deletion proteus-swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>proteus-project</artifactId>
<groupId>io.sinistral</groupId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit d53b685

Please sign in to comment.