diff options
author | JulienBe <jb379x@att.com> | 2017-02-16 06:26:13 -0800 |
---|---|---|
committer | JulienBe <jb379x@att.com> | 2017-02-16 06:26:47 -0800 |
commit | 65b5bf2fcf15c930d1b6abd04dcfe0a53d33f47c (patch) | |
tree | c8a5f5107f6bab555997704b86d46cae952719a7 /jjb | |
parent | d3638c167d48ddbdad5173b00341db37511098d8 (diff) |
Removing version plugin from subproject
Projects that uses this template don't use this step
Change-Id: Ibc467c98b30a422ccf9c5f9b63a52e63eda95935
Signed-off-by: JulienBe <jb379x@att.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/global-templates-java.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml index 32770f276..c2d24c162 100644 --- a/jjb/global-templates-java.yaml +++ b/jjb/global-templates-java.yaml @@ -228,19 +228,6 @@ global-settings-file: 'global-settings' settings-file: '{mvn-settings}' - - inject: - properties-file: version.properties - - maven-target: - maven-version: 'mvn33' - pom: '{pom}' - goals: 'versions:set versions:update-child-modules versions:commit' - properties: - - 'newVersion=${{release_version}}' - settings: '{mvn-settings}' - settings-type: cfp - global-settings: 'global-settings' - global-settings-type: cfp - - maven-target: maven-version: 'mvn33' goals: 'clean deploy sonar:sonar -Dsonar.host.url=https://sonar.openecomp.org' |