From 8aff545cbcbf0485ef009becafdf844224932279 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Wed, 21 Sep 2022 12:09:32 +0200 Subject: [PATCH] Release 0.0.3 --- CHANGELOG.md | 5 ++++- api/pom.xml | 2 +- build-config/pom.xml | 2 +- build/pom.xml | 2 +- code-parent/pom.xml | 2 +- examples/chat/client/pom.xml | 2 +- examples/chat/pom.xml | 2 +- examples/chat/proto/pom.xml | 2 +- examples/chat/service/pom.xml | 2 +- examples/helloworld/client/pom.xml | 2 +- examples/helloworld/pom.xml | 2 +- examples/helloworld/proto/pom.xml | 2 +- examples/helloworld/service/pom.xml | 2 +- examples/pom.xml | 2 +- feature-pack/pom.xml | 2 +- pom.xml | 2 +- provision.xml | 2 +- subsystem/pom.xml | 2 +- testsuite/integration/pom.xml | 2 +- testsuite/integration/subsystem/pom.xml | 2 +- testsuite/pom.xml | 2 +- 21 files changed, 24 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee2827..e822081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.0.3] - 2022-09-21 + ### Added - Enhance [community standards](https://github.com/wildfly-extras/wildfly-grpc-feature-pack/community) @@ -68,6 +70,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - for dependency upgrades --> -[Unreleased]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.0.2...HEAD +[Unreleased]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.0.3...HEAD +[0.0.3]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/vTemplate...v0.0.1 diff --git a/api/pom.xml b/api/pom.xml index e1d764c..9add16b 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -24,7 +24,7 @@ org.wildfly.extras.grpc wildfly-grpc-code-parent - 0.0.3-SNAPSHOT + 0.0.3.Final ../code-parent/pom.xml diff --git a/build-config/pom.xml b/build-config/pom.xml index 4af6f86..9f2eac7 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -22,7 +22,7 @@ org.wildfly.extras.grpc wildfly-grpc-parent - 0.0.3-SNAPSHOT + 0.0.3.Final ../pom.xml diff --git a/build/pom.xml b/build/pom.xml index cf62598..aff82e3 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -24,7 +24,7 @@ org.wildfly.extras.grpc wildfly-grpc-code-parent - 0.0.3-SNAPSHOT + 0.0.3.Final ../code-parent/pom.xml diff --git a/code-parent/pom.xml b/code-parent/pom.xml index 6a4e9ce..056400a 100644 --- a/code-parent/pom.xml +++ b/code-parent/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-parent - 0.0.3-SNAPSHOT + 0.0.3.Final ../pom.xml diff --git a/examples/chat/client/pom.xml b/examples/chat/client/pom.xml index 306f67d..5058941 100644 --- a/examples/chat/client/pom.xml +++ b/examples/chat/client/pom.xml @@ -24,7 +24,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples-chat - 0.0.3-SNAPSHOT + 0.0.3.Final ../pom.xml diff --git a/examples/chat/pom.xml b/examples/chat/pom.xml index 3cd9602..8dfe68a 100644 --- a/examples/chat/pom.xml +++ b/examples/chat/pom.xml @@ -24,7 +24,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples - 0.0.3-SNAPSHOT + 0.0.3.Final ../pom.xml diff --git a/examples/chat/proto/pom.xml b/examples/chat/proto/pom.xml index bdfe451..43f6e22 100644 --- a/examples/chat/proto/pom.xml +++ b/examples/chat/proto/pom.xml @@ -24,7 +24,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples-chat - 0.0.3-SNAPSHOT + 0.0.3.Final ../pom.xml diff --git a/examples/chat/service/pom.xml b/examples/chat/service/pom.xml index 151bb2c..e5f94a7 100644 --- a/examples/chat/service/pom.xml +++ b/examples/chat/service/pom.xml @@ -24,7 +24,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples-chat - 0.0.3-SNAPSHOT + 0.0.3.Final ../pom.xml diff --git a/examples/helloworld/client/pom.xml b/examples/helloworld/client/pom.xml index 11de828..27d2608 100644 --- a/examples/helloworld/client/pom.xml +++ b/examples/helloworld/client/pom.xml @@ -24,7 +24,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples-helloworld - 0.0.3-SNAPSHOT + 0.0.3.Final ../pom.xml diff --git a/examples/helloworld/pom.xml b/examples/helloworld/pom.xml index 77c31b6..c207aa3 100644 --- a/examples/helloworld/pom.xml +++ b/examples/helloworld/pom.xml @@ -24,7 +24,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples - 0.0.3-SNAPSHOT + 0.0.3.Final ../pom.xml diff --git a/examples/helloworld/proto/pom.xml b/examples/helloworld/proto/pom.xml index cf4c131..6af8ec9 100644 --- a/examples/helloworld/proto/pom.xml +++ b/examples/helloworld/proto/pom.xml @@ -24,7 +24,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples-helloworld - 0.0.3-SNAPSHOT + 0.0.3.Final ../pom.xml diff --git a/examples/helloworld/service/pom.xml b/examples/helloworld/service/pom.xml index d9afa56..607a1ea 100644 --- a/examples/helloworld/service/pom.xml +++ b/examples/helloworld/service/pom.xml @@ -24,7 +24,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples-helloworld - 0.0.3-SNAPSHOT + 0.0.3.Final ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index 525af8a..a3d8eb9 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -24,7 +24,7 @@ org.wildfly.extras.grpc wildfly-grpc-code-parent - 0.0.3-SNAPSHOT + 0.0.3.Final ../code-parent/pom.xml diff --git a/feature-pack/pom.xml b/feature-pack/pom.xml index b278c44..d904050 100644 --- a/feature-pack/pom.xml +++ b/feature-pack/pom.xml @@ -24,7 +24,7 @@ org.wildfly.extras.grpc wildfly-grpc-code-parent - 0.0.3-SNAPSHOT + 0.0.3.Final ../code-parent/pom.xml diff --git a/pom.xml b/pom.xml index 29e4041..27cd410 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.wildfly.extras.grpc wildfly-grpc-parent - 0.0.3-SNAPSHOT + 0.0.3.Final pom WildFly gRPC :: Parent WildFly gRPC subsystem diff --git a/provision.xml b/provision.xml index 580bd5d..2ef672f 100644 --- a/provision.xml +++ b/provision.xml @@ -29,7 +29,7 @@ - + diff --git a/subsystem/pom.xml b/subsystem/pom.xml index 87bbecb..a9fa797 100644 --- a/subsystem/pom.xml +++ b/subsystem/pom.xml @@ -24,7 +24,7 @@ org.wildfly.extras.grpc wildfly-grpc-code-parent - 0.0.3-SNAPSHOT + 0.0.3.Final ../code-parent/pom.xml diff --git a/testsuite/integration/pom.xml b/testsuite/integration/pom.xml index 6c9143c..36c7ee9 100644 --- a/testsuite/integration/pom.xml +++ b/testsuite/integration/pom.xml @@ -24,7 +24,7 @@ wildfly-grpc-testsuite org.wildfly.extras.grpc - 0.0.3-SNAPSHOT + 0.0.3.Final ../pom.xml diff --git a/testsuite/integration/subsystem/pom.xml b/testsuite/integration/subsystem/pom.xml index 1c3221a..de690be 100644 --- a/testsuite/integration/subsystem/pom.xml +++ b/testsuite/integration/subsystem/pom.xml @@ -24,7 +24,7 @@ wildfly-grpc-testsuite-integration org.wildfly.extras.grpc - 0.0.3-SNAPSHOT + 0.0.3.Final ../pom.xml diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 98ae7a1..89b393c 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -24,7 +24,7 @@ org.wildfly.extras.grpc wildfly-grpc-code-parent - 0.0.3-SNAPSHOT + 0.0.3.Final ../code-parent/pom.xml