Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Feb 26, 2019
1 parent 90c5695 commit 701fcdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Expand Up @@ -38,7 +38,7 @@ apply plugin: 'com.jfrog.artifactory'

defaultTasks 'clean', 'publishToMavenLocal'

version '1.2-SNAPSHOT'
version '1.2.0'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion commons.gradle
Expand Up @@ -27,7 +27,7 @@ import org.gradle.api.internal.component.SoftwareComponentInternal
import org.gradle.api.tasks.compile.AbstractCompile
import groovy.util.Node

version = '1.2-SNAPSHOT'
version = '1.2.0'

def release = project.hasProperty('release')

Expand Down

0 comments on commit 701fcdc

Please sign in to comment.