Skip to content

Commit

Permalink
Restructure modules to support parent artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Nov 21, 2019
1 parent 36b065e commit e529d9e
Show file tree
Hide file tree
Showing 94 changed files with 15 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Proteus Changelog.
## Unreleased
### No issue

**Bumped version in README.md**


[36b065e4fe3efad](https://github.com/noboomu/proteus/commit/36b065e4fe3efad) Joshua Bauer *2019-11-20 19:47:34*

**Support wrapping ServerResponse in a CompletableFuture**


[e9ea1af37128516](https://github.com/noboomu/proteus/commit/e9ea1af37128516) Joshua Bauer *2019-10-16 23:49:35*

**Added max min annotation support.**


Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
<artifactId>proteus-project</artifactId>
<packaging>pom</packaging>
<version>0.4.3-SNAPSHOT</version>
<name>Proteus Project</name>

<description>Proteus is an extremely light, fast, and flexible Java REST API framework built atop Undertow.</description>
<url>http://github.com/noboomu/proteus</url>


<modules>
<module>core</module>
<module>swagger</module>
<module>openapi</module>
<module>proteus-core</module>
<module>proteus-swagger</module>
<module>proteus-openapi</module>
</modules>

<licenses>
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion core/pom.xml → proteus-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<artifactId>proteus-project</artifactId>
<groupId>io.sinistral</groupId>
<version>0.4.3-SNAPSHOT</version>
<relativePath> ../pom.xml</relativePath>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions openapi/pom.xml → proteus-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
<artifactId>proteus-project</artifactId>
<groupId>io.sinistral</groupId>
<version>0.4.3-SNAPSHOT</version>
<relativePath> ../pom.xml</relativePath>

</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>proteus-openapi</artifactId>


<name>Proteus OpenAPI</name>

<packaging>jar</packaging>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion swagger/pom.xml → proteus-swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<artifactId>proteus-project</artifactId>
<groupId>io.sinistral</groupId>
<version>0.4.3-SNAPSHOT</version>
<relativePath> ../pom.xml</relativePath>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e529d9e

Please sign in to comment.