We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21722f7 commit c65e2c8Copy full SHA for c65e2c8
build.gradle
@@ -52,7 +52,7 @@ dependencies {
52
53
jar {
54
manifest {
55
- attributes 'Implementation-Title': 'AWS Lambda OpenTracing Java SDK', 'Implementation-Version': '1.0.1'
+ attributes 'Implementation-Title': 'AWS Lambda OpenTracing Java SDK', 'Implementation-Version': project.version
56
}
57
58
gradle.properties
@@ -1,5 +1,5 @@
1
group = "com.newrelic.opentracing.contrib"
2
-version = '1.0-SNAPSHOT'
+version = 1.0-SNAPSHOT
3
4
5
0 commit comments