File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if (localGradleFile.isFile()) {
99 apply from: localGradleFile
1010}
1111
12- if (version == 'unspecified') version = '0.7.0c '
12+ if (version == 'unspecified') version = '0.7.0b '
1313// N.b. As of today, Bintray doesn't accept snapshots
1414if (!project.hasProperty('org.name'))
1515 project.ext.set('org.name', ((group == 'com.admc')
@@ -45,7 +45,7 @@ jar { doFirst {
4545 exclude '**/.*/**'
4646 jar { manifest { attributes(
4747 'Specification-Title': 'JavaPropFile Gradle Plugin',
48- 'Specification-Version': '0.7.0c ',
48+ 'Specification-Version': '0.7.0b ',
4949 // N.b. As of today, Bintray doesn't accept snapshots
5050 'Specification-Vendor': 'Axis Data Management Corp.',
5151 'Implementation-Title': project.property('jar.title'),
You can’t perform that action at this time.
0 commit comments