diff --git a/CHANGELOG.md b/CHANGELOG.md index 5576805..b5854c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Proteus Changelog. ## Unreleased ### No issue +**Fix for typo** + + +[4403a37f03eb1b1](https://github.com/noboomu/proteus/commit/4403a37f03eb1b1) noboomu *2022-07-07 01:05:50* + **Parsers passing all tests.** diff --git a/pom.xml b/pom.xml index 2b14429..008d2f9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 io.sinistral proteus-project pom - 0.5.1-SNAPSHOT + 0.5.2-SNAPSHOT Proteus Project Proteus is an extremely light, fast, and flexible Java REST API framework built atop Undertow. diff --git a/proteus-core/pom.xml b/proteus-core/pom.xml index 9884744..43d9fd6 100644 --- a/proteus-core/pom.xml +++ b/proteus-core/pom.xml @@ -3,7 +3,7 @@ proteus-project io.sinistral - 0.5.1-SNAPSHOT + 0.5.2-SNAPSHOT 4.0.0 diff --git a/proteus-openapi/pom.xml b/proteus-openapi/pom.xml index dca38cd..7852a48 100644 --- a/proteus-openapi/pom.xml +++ b/proteus-openapi/pom.xml @@ -3,7 +3,7 @@ proteus-project io.sinistral - 0.5.1-SNAPSHOT + 0.5.2-SNAPSHOT 4.0.0 diff --git a/release.properties b/release.properties deleted file mode 100644 index d32b856..0000000 --- a/release.properties +++ /dev/null @@ -1,11 +0,0 @@ -#release configuration -#Thu Nov 19 13:04:06 PST 2020 -projectVersionPolicyId=default -scm.tagNameFormat=v@{project.version} -remoteTagging=true -scm.commentPrefix=[maven-release-plugin] -pushChanges=true -completedPhase=check-poms -scm.url=scm\:git\:ssh\://github.com/noboomu/proteus.git -exec.snapshotReleasePluginAllowed=false -preparationGoals=clean verify