Skip to content

Commit

Permalink
release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Ivar Hatledal committed Sep 25, 2018
1 parent e621592 commit 5f21d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/FMI4j/publisher.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class PublishPlugin implements Plugin<Project>{
project.apply(plugin: MavenPublishPlugin)
project.apply(plugin: SigningPlugin)

def snapshot = true
def snapshot = false
project.group = 'no.mechatronics.sfi.fmi4j'
project.version = snapshot? 'dev-SNAPSHOT' : '0.10.1'

Expand Down

0 comments on commit 5f21d61

Please sign in to comment.