From e748bfca627e7a56df3a3e3dde017d2be6d88bfa Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Mon, 19 Mar 2018 16:16:26 +0000
Subject: [PATCH] [ci skip] -DtagNameFormat="@{project.version}"
---
.travis.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 7e006cd..a9ac2a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@
- git config --local user.name "Open Identity Platform Community" && git config --local user.email "open-identity-platform-opendj@googlegroups.com"
- git checkout -f $TRAVIS_BRANCH
- git tag -f $git_version && git tag -d $git_version
- - mvn -q -B -DreleaseVersion="$git_version" -DignoreSnapshots=true -DpushChanges=false -DscmCommentPrefix="[ci skip] $git_version_last->$git_version " -DskipTests -Darguments=-DskipTests -Dresume=false release:prepare
+ - mvn -q -B -DreleaseVersion="$git_version" -DtagNameFormat="@{project.version}" -DignoreSnapshots=true -DpushChanges=false -DscmCommentPrefix="[ci skip] $git_version_last->$git_version " -DskipTests -Darguments=-DskipTests -Dresume=false clean release:prepare
- git push --quiet --force https://$GITHUBKEY@github.com/$TRAVIS_REPO_SLUG.git >/dev/null 2>&1
- git push --quiet --force https://$GITHUBKEY@github.com/$TRAVIS_REPO_SLUG.git $git_version >/dev/null 2>&1
deploy:
@@ -82,4 +82,4 @@
install:
- mvn -q -B -V -DskipTests -Dmaven.javadoc.skip=true install -f forgerock-parent
script:
- - mvn -B install $INSTALL_SUFFIX
\ No newline at end of file
+ - mvn -B install $INSTALL_SUFFIX
--
Gitblit v1.10.0