-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
336 fix responses with no body return void (#337)
* Fix responses with no body and add test to check for no content * Update version to 5.3.6 * Change scs-multiapi-maven-plugin lombok version * Add developer information * Resolve conflicts in README.md
- Loading branch information
1 parent
fe2c468
commit e5dbf2c
Showing
8 changed files
with
73 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
<groupId>com.sngular</groupId> | ||
<artifactId>scs-multiapi-maven-plugin</artifactId> | ||
<version>5.4.0</version> | ||
<version>5.4.1</version> | ||
<packaging>maven-plugin</packaging> | ||
|
||
<name>AsyncApi - OpenApi Code Generator Maven Plugin</name> | ||
|
@@ -196,6 +196,12 @@ | |
</roles> | ||
<timezone>Europe/Madrid</timezone> | ||
</developer> | ||
<developer> | ||
<id>carlosaf-sngular</id> | ||
<name>Carlos Alonso Ferreira</name> | ||
<email>[email protected]</email> | ||
<organizationUrl>https://sngular.github.io/</organizationUrl> | ||
</developer> | ||
<developer> | ||
<id>MarcosFreireSngular</id> | ||
<name>Marcos Freire Patiño</name> | ||
|
@@ -254,7 +260,7 @@ | |
<dependency> | ||
<groupId>com.sngular</groupId> | ||
<artifactId>multiapi-engine</artifactId> | ||
<version>5.4.0</version> | ||
<version>5.4.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.maven</groupId> | ||
|