-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
49 increment coverage for testing PR (#51)
* Building test * Mocking Random Generator. * Add custom Dates Format * Add Test * Add Test * Add Test * Add Test * Standardize test section * README.md codacy corrections * README.md codacy corrections * README.md codacy corrections * Fix import & format * #14 Merge Master fix things * Align style files with main branch * #14 Merge Master fix things * #14 Fix MarkdownLint complains * #14 fix Codacy issues * #14 Merge Master fix things * Short random values limitation fix * BigInteger imports missed * #14 Fix numbers * #14 Fix Date Parser * #14 Fix Date Parser * #14 Merge with Master * #14 Merge with Master * 49-increment-coverage-for-testing * #49 Version bump --------- Co-authored-by: Jose Enrique García Maciñeiras <[email protected]> Co-authored-by: Alejandro Pena Lorenzo <[email protected]> Co-authored-by: Jose E. Garcia Maciñeiras <[email protected]>
- Loading branch information
1 parent
eb3193f
commit 5e906db
Showing
5 changed files
with
338 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
<groupId>com.sngular</groupId> | ||
<artifactId>pact-annotation-processor</artifactId> | ||
<version>1.2.1</version> | ||
<version>1.2.2</version> | ||
|
||
<name>PactDslBuilder - Annotation Processor</name> | ||
<description>Pact DSL Builder annotation processor.</description> | ||
|
@@ -60,6 +60,16 @@ | |
</roles> | ||
<timezone>Europe/Madrid</timezone> | ||
</developer> | ||
<developer> | ||
<id>MiguelSngularGithub</id> | ||
<name>Miguel Angel Escobar Perez</name> | ||
<email>[email protected]</email> | ||
<organizationUrl /> | ||
<roles> | ||
<role>Software Engineer</role> | ||
</roles> | ||
<timezone>America/CDMX</timezone> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
|
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
Oops, something went wrong.