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.6.0-SNAPSHOT '
12+ if (version == ' unspecified' ) version = ' 0.6.0'
1313if (! 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,
You can’t perform that action at this time.
0 commit comments