Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Mar 13, 2020
1 parent c07a4cc commit d898140
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

**Updated swagger ui.**


[c07a4cc717a1a52](https://github.com/noboomu/proteus/commit/c07a4cc717a1a52) Joshua Bauer *2020-03-05 20:13:40*

**Fix Double conversion and add BigDecimal support.**


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.4-SNAPSHOT</version>
<version>0.4.4</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.4-SNAPSHOT</version>
<version>0.4.4</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.4-SNAPSHOT</version>
<version>0.4.4</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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.4-SNAPSHOT</version>
<version>0.4.4</version>

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

0 comments on commit d898140

Please sign in to comment.