GoogleCloudPlatform / opentelemetry-operations-java

Apache License 2.0
73 stars 39 forks source link

Hardcode versions on all samples #384

Closed psx95 closed 3 weeks ago

psx95 commented 4 weeks ago

This PR hard-codes version number on all samples since they are not meant to be published on maven.

Hardcoding samples simplifies writing docs and instructions as it gives us deterministic file names from the build output.

Also removes group declaration on a few example modules to keep things consistent.