File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -170,9 +170,11 @@ allprojects {
170170 }
171171
172172 pom {
173+ name.set(" AWS Distro for OpenTelemetry Java Agent" )
173174 description.set(
174175 " The Amazon Web Services distribution of the OpenTelemetry Java Instrumentation."
175176 )
177+ url.set(" https:/github.com/aws-observability/aws-otel-java-instrumentation" )
176178
177179 licenses {
178180 license {
@@ -190,6 +192,12 @@ allprojects {
190192 roles.add(" developer" )
191193 }
192194 }
195+
196+ scm {
197+ connection.set(
" scm:git:[email protected] :aws-observability/aws-otel-java-instrumentation.git" )
198+ developerConnection.set(
" scm:git:[email protected] :aws-observability/aws-otel-java-instrumentation.git" )
199+ url.set(" https://github.com/aws-observability/aws-otel-java-instrumentation.git" )
200+ }
193201 }
194202 }
195203 }
You can’t perform that action at this time.
0 commit comments