Skip to content

Commit

Permalink
Remove the version from the build file
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchi committed Jun 30, 2016
1 parent 1ff1890 commit 2469c1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/frontend-js-spa-transitions-web/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version = '1.0.3'
sourceCompatibility = '1.8'

configJSModules {
Expand All @@ -13,4 +12,4 @@ dependencies {
compile group: "org.osgi", name: "org.osgi.core", version: "6.0.0"
compile group: "org.osgi", name: "org.osgi.service.component", version: "1.3.0"
compile group: "org.osgi", name: "org.osgi.service.component.annotations", version: "1.3.0"
}
}

0 comments on commit 2469c1d

Please sign in to comment.