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 {
170
170
}
171
171
172
172
pom {
173
+ name.set(" AWS Distro for OpenTelemetry Java Agent" )
173
174
description.set(
174
175
" The Amazon Web Services distribution of the OpenTelemetry Java Instrumentation."
175
176
)
177
+ url.set(" https:/github.com/aws-observability/aws-otel-java-instrumentation" )
176
178
177
179
licenses {
178
180
license {
@@ -190,6 +192,12 @@ allprojects {
190
192
roles.add(" developer" )
191
193
}
192
194
}
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
+ }
193
201
}
194
202
}
195
203
}
You can’t perform that action at this time.
0 commit comments