Skip to content

Commit

Permalink
cuba-platform#143 reverted incorrect artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus7 committed Jul 2, 2021
1 parent a93309b commit 375775d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def projectName = "YARG (Yet another report generator)"
def projectDescription = "Open source library for report generation. Provided by Haulmont."
def projectUrl = "https://github.com/cuba-platform/yarg"

def artifactVersion = '2.3-KLAUS'
def artifactVersion = '2.2-SNAPSHOT'
if (rootProject.hasProperty('buildVersion')) {
artifactVersion = rootProject['buildVersion']
}
Expand Down

0 comments on commit 375775d

Please sign in to comment.