Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bacciotti committed Jul 13, 2023
1 parent 7b8702b commit 8cc79a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ String getComponentsDirectories(String affectedComponents ) {

def getVersionFromPom() {
// def pom = readMavenPom file: 'pom.xml'
return readMavenPom().getParent().getGroupId()
return readMavenPom().getParent().getVersion()
}

0 comments on commit 8cc79a2

Please sign in to comment.