Skip to content

Commit

Permalink
Remove static version number
Browse files Browse the repository at this point in the history
Change-Id: I44fdbf4cb9380624aa1599666aa9e9d87d4fd70f
  • Loading branch information
SpOOnman committed Jan 13, 2015
1 parent b6a155a commit 5642fa1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ project.version = scmVersion.version
sourceCompatibility = 1.7
targetCompatibility = 1.7
group = 'pl.touk'
version = '1.4.0'
mainClassName = 'pl.touk.sputnik.Main'

run {
Expand Down Expand Up @@ -152,7 +151,7 @@ artifacts {
jar {
manifest {
attributes("Specification-Title": "Sputnik",
"Specification-Version": version,
"Specification-Version": scmVersion.rawVersion.version,
"Implementation-Title": "Sputnik",
"Implementation-Version": scmVersion.rawVersion.version)
}
Expand Down

0 comments on commit 5642fa1

Please sign in to comment.