Skip to content

Commit ea662a0

Browse files
committed
Revert version back to 0.7.0b. Learned how to remove a tag
1 parent 261a7d1 commit ea662a0

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.7.0c'
12+
if (version == 'unspecified') version = '0.7.0b'
1313
// N.b. As of today, Bintray doesn't accept snapshots
1414
if (!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'),

0 commit comments

Comments
 (0)