From 8e24bb3497f1fd07a5ce2399d0e374061be38e1e Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Fri, 11 Oct 2024 17:49:55 +0200 Subject: [PATCH] Release 0.1.7 --- CHANGELOG.md | 5 ++++- 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 +- galleon-pack/common/pom.xml | 2 +- galleon-pack/feature-pack/pom.xml | 2 +- galleon-pack/pom.xml | 2 +- galleon-pack/preview-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 +- 23 files changed, 26 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e73e480..a53b6a6 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.1.7] - 2024-10-11 + ## [0.1.6] - 2024-10-11 ## [0.1.5] - 2024-10-11 @@ -177,7 +179,8 @@ Lots of new features, bug fixes and dependency upgrades went into this release. - for dependency upgrades --> -[Unreleased]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.1.6...HEAD +[Unreleased]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.1.7...HEAD +[0.1.7]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.1.3...v0.1.4 diff --git a/build-config/pom.xml b/build-config/pom.xml index 509125f..be667f0 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -22,7 +22,7 @@ org.wildfly.extras.grpc wildfly-grpc-parent - 0.1.7-SNAPSHOT + 0.1.7.Final ../pom.xml diff --git a/build/pom.xml b/build/pom.xml index 8c4615c..5cc25dd 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-code-parent - 0.1.7-SNAPSHOT + 0.1.7.Final ../code-parent/pom.xml diff --git a/code-parent/pom.xml b/code-parent/pom.xml index 2f9790e..bc64773 100644 --- a/code-parent/pom.xml +++ b/code-parent/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-parent - 0.1.7-SNAPSHOT + 0.1.7.Final ../pom.xml diff --git a/examples/chat/client/pom.xml b/examples/chat/client/pom.xml index 525583b..54f440b 100644 --- a/examples/chat/client/pom.xml +++ b/examples/chat/client/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples-chat - 0.1.7-SNAPSHOT + 0.1.7.Final ../pom.xml diff --git a/examples/chat/pom.xml b/examples/chat/pom.xml index 4ed977e..7d52d36 100644 --- a/examples/chat/pom.xml +++ b/examples/chat/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples - 0.1.7-SNAPSHOT + 0.1.7.Final ../pom.xml diff --git a/examples/chat/proto/pom.xml b/examples/chat/proto/pom.xml index 245f4ac..f92e2a2 100644 --- a/examples/chat/proto/pom.xml +++ b/examples/chat/proto/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples-chat - 0.1.7-SNAPSHOT + 0.1.7.Final ../pom.xml diff --git a/examples/chat/service/pom.xml b/examples/chat/service/pom.xml index 82cc820..65b7a81 100644 --- a/examples/chat/service/pom.xml +++ b/examples/chat/service/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples-chat - 0.1.7-SNAPSHOT + 0.1.7.Final ../pom.xml diff --git a/examples/helloworld/client/pom.xml b/examples/helloworld/client/pom.xml index 84ae4be..83c0111 100644 --- a/examples/helloworld/client/pom.xml +++ b/examples/helloworld/client/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples-helloworld - 0.1.7-SNAPSHOT + 0.1.7.Final ../pom.xml diff --git a/examples/helloworld/pom.xml b/examples/helloworld/pom.xml index 5a3d33e..d934cfe 100644 --- a/examples/helloworld/pom.xml +++ b/examples/helloworld/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples - 0.1.7-SNAPSHOT + 0.1.7.Final ../pom.xml diff --git a/examples/helloworld/proto/pom.xml b/examples/helloworld/proto/pom.xml index c85182d..32bc860 100644 --- a/examples/helloworld/proto/pom.xml +++ b/examples/helloworld/proto/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples-helloworld - 0.1.7-SNAPSHOT + 0.1.7.Final ../pom.xml diff --git a/examples/helloworld/service/pom.xml b/examples/helloworld/service/pom.xml index a68db03..c0b67d0 100644 --- a/examples/helloworld/service/pom.xml +++ b/examples/helloworld/service/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-examples-helloworld - 0.1.7-SNAPSHOT + 0.1.7.Final ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index 72025b3..698b3be 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-code-parent - 0.1.7-SNAPSHOT + 0.1.7.Final ../code-parent/pom.xml diff --git a/galleon-pack/common/pom.xml b/galleon-pack/common/pom.xml index dec6b0a..9b39498 100644 --- a/galleon-pack/common/pom.xml +++ b/galleon-pack/common/pom.xml @@ -22,7 +22,7 @@ org.wildfly.extras.grpc wildfly-grpc-galleon-pack-parent - 0.1.7-SNAPSHOT + 0.1.7.Final ../pom.xml diff --git a/galleon-pack/feature-pack/pom.xml b/galleon-pack/feature-pack/pom.xml index 3ec987d..49f535d 100644 --- a/galleon-pack/feature-pack/pom.xml +++ b/galleon-pack/feature-pack/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-galleon-pack-parent - 0.1.7-SNAPSHOT + 0.1.7.Final ../pom.xml diff --git a/galleon-pack/pom.xml b/galleon-pack/pom.xml index a18f1a9..52e293e 100644 --- a/galleon-pack/pom.xml +++ b/galleon-pack/pom.xml @@ -22,7 +22,7 @@ org.wildfly.extras.grpc wildfly-grpc-code-parent - 0.1.7-SNAPSHOT + 0.1.7.Final ../code-parent/pom.xml diff --git a/galleon-pack/preview-feature-pack/pom.xml b/galleon-pack/preview-feature-pack/pom.xml index a81176b..efc7840 100644 --- a/galleon-pack/preview-feature-pack/pom.xml +++ b/galleon-pack/preview-feature-pack/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-galleon-pack-parent - 0.1.7-SNAPSHOT + 0.1.7.Final ../pom.xml diff --git a/pom.xml b/pom.xml index 5115c9e..df4d2a0 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.wildfly.extras.grpc wildfly-grpc-parent - 0.1.7-SNAPSHOT + 0.1.7.Final pom WildFly gRPC :: Parent WildFly gRPC subsystem diff --git a/provision.xml b/provision.xml index 6c2e74c..3f503d2 100644 --- a/provision.xml +++ b/provision.xml @@ -29,7 +29,7 @@ - + diff --git a/subsystem/pom.xml b/subsystem/pom.xml index 9b4a0d1..4c4b743 100644 --- a/subsystem/pom.xml +++ b/subsystem/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-code-parent - 0.1.7-SNAPSHOT + 0.1.7.Final ../code-parent/pom.xml diff --git a/testsuite/integration/pom.xml b/testsuite/integration/pom.xml index a0d1bdd..fc8daca 100644 --- a/testsuite/integration/pom.xml +++ b/testsuite/integration/pom.xml @@ -23,7 +23,7 @@ wildfly-grpc-testsuite org.wildfly.extras.grpc - 0.1.7-SNAPSHOT + 0.1.7.Final ../pom.xml diff --git a/testsuite/integration/subsystem/pom.xml b/testsuite/integration/subsystem/pom.xml index 8967e5d..666866d 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.1.7-SNAPSHOT + 0.1.7.Final ../pom.xml diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 1cc24ef..0bb9eee 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -23,7 +23,7 @@ org.wildfly.extras.grpc wildfly-grpc-code-parent - 0.1.7-SNAPSHOT + 0.1.7.Final ../code-parent/pom.xml