* Fix release.sh update-version to work with new parent pom hierarchy
* Update CHANGELOG for 1.3.0 release
* fix release script to deal with maven timestamps
* Update graal tests to work with new parent pom hierarchy
* Update release.sh to set helidon.version correctly
* Move gpg plugin management and execution for the release profile under parent/pom.xml
Move nexus plugin extension for the release profile under parent/pom.xml
Move the staging profile under parent/pom.xml
Added missing snapshot repository under distribution management in parent/pom.xml
* Fixes#1024 - Bad build time subsitution for bare archetypes pom
Fixes#1025 - archetype-packaging plugin needs to be declared as an extension
Reverting dependencies on helidon-metrics2 back helidon-metrics for all SE examples
Removing helidon-metrics2 from the BOM pom to prevent end-user from using it
Update examples/grpc/metrics README to fix test step.
* Update version to 1.3.1-SNAPSHOT
Create a new parent pom hierarchy to fit new applications-pom
Updated all examples to use the new application-poms
Normalized examples README.md
Updated examples Dockerfile to multi-stage
Remove dependency management for microprofile-metrics-api and leverage the transitive dependencies of helidon-metrics and helidon-metrics2.
* Initial gRPC server/framework implementation
* Fixes for corrupted source files
* Checkstyle fix
* POM changes based on PR comments by @romain-grecourt
* Added missing gRPC documentation sections
* Change gRPC module to versions 1.0.4-SNAPSHOT
* Change netty tcnative to 2.0.22.Final
* Changes from Helidon review meeting (#84)
* Initial gRPC server/framework implementation
* Remove @author JavaDoc tags
* Rename gRPC server `ServiceDescriptor.Config` interface to `ServiceDescriptor.Rules` and `MethodDescriptor.Config` to `MethodDescriptor.Rules` based on pull-request feedback. Also changed corresponding variable names, parameter names and documentation usage.
* Split gRPC metrics out of the gRPC server module into its own module.
* Change configuration examples in gRPC documentation to yaml
* Fix gRPC security documentation error
* gRPC metrics clean-up based on review comments
* gRPC metrics docs change
* Change gRPC security example configuration to use yaml
* Remove the custom `BasicAuthCallCredentials` class from the security examples #90
* Change gRPC interceptor priority to be an `int` #91
* Fixing checkstyle errors
* Fix incorrect comment in gRPC examples basic `Server.java`
Change gRPC Open Tracing example to build the `Tracer` from config
* Checkstyle fix
* Support the Helidon Prioritized interface as a way to specify gRPC interceptor priority.
* Resolve merge conflict
* Update the gRPC introduction doc to make it clear that Helidon gRPC is currently an experimental feature