Skip to content

Commit

Permalink
fix: fixed project version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSafonov committed Jul 6, 2021
1 parent a02d2b7 commit 4c90d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

group = "com.github.mikesafonov"
version = "0.3.0"
version = "1.1.1"

repositories {
mavenCentral()
Expand Down Expand Up @@ -124,7 +124,7 @@ sonarqube {
property 'sonar.organization', 'mikesafonov-github'
property 'sonar.projectKey', 'MikeSafonov_jenkins-telegram-chatops'
property 'sonar.projectName', 'jenkins-telegram-chatops'
property 'sonar.projectVersion', '0.3.0'
property 'sonar.projectVersion', '1.1.1'
property 'sonar.sources', 'src/main'
property 'sonar.tests', 'src/test'
property 'sonar.coverage.jacoco.xmlReportPaths', 'build/reports/jacoco/test/jacocoTestReport.xml'
Expand Down

0 comments on commit 4c90d06

Please sign in to comment.