Skip to content

Commit 9403eca

Browse files
committed
Increment version to 0.6.0
1 parent 5b87328 commit 9403eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (localGradleFile.isFile()) {
99
apply from: localGradleFile
1010
}
1111

12-
if (version == 'unspecified') version = '0.6.0-SNAPSHOT'
12+
if (version == 'unspecified') version = '0.6.0'
1313
if (!project.hasProperty('org.name'))
1414
project.ext.set('org.name', ((group == 'com.admc')
1515
? 'Axis Data Management Corp.' : System.properties['user.name']))
@@ -30,7 +30,7 @@ jar { doFirst {
3030
exclude '**/.*/**'
3131
jar { manifest { attributes(
3232
'Specification-Title': 'JavaPropFile Gradle Plugin',
33-
'Specification-Version': '0.6.0-SNAPSHOT',
33+
'Specification-Version': '0.6.0',
3434
'Specification-Vendor': 'Axis Data Management Corp.',
3535
'Implementation-Title': project.property('jar.title'),
3636
'Implementation-Version': project.version,

0 commit comments

Comments
 (0)