Skip to content

Commit c65e2c8

Browse files
author
jwatson
committed
Fix the version and use for the manifest
1 parent 21722f7 commit c65e2c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252

5353
jar {
5454
manifest {
55-
attributes 'Implementation-Title': 'AWS Lambda OpenTracing Java SDK', 'Implementation-Version': '1.0.1'
55+
attributes 'Implementation-Title': 'AWS Lambda OpenTracing Java SDK', 'Implementation-Version': project.version
5656
}
5757
}
5858

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = "com.newrelic.opentracing.contrib"
2-
version = '1.0-SNAPSHOT'
2+
version = 1.0-SNAPSHOT
33

44

55

0 commit comments

Comments
 (0)