You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2017/08/26 10:10:31 UTC

incubator-tamaya-site git commit: Removed an old text fragment.

Repository: incubator-tamaya-site
Updated Branches:
  refs/heads/overhauling-release-guide 3acfb6016 -> 19abc870b


Removed an old text fragment.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/19abc870
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/19abc870
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/19abc870

Branch: refs/heads/overhauling-release-guide
Commit: 19abc870b6b2f59332e2cfc1b63f1eb16843e87a
Parents: 3acfb60
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sat Aug 26 12:10:09 2017 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sat Aug 26 12:10:09 2017 +0200

----------------------------------------------------------------------
 content/release-guide.adoc | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/19abc870/content/release-guide.adoc
----------------------------------------------------------------------
diff --git a/content/release-guide.adoc b/content/release-guide.adoc
index 28d2d54..f0175b7 100644
--- a/content/release-guide.adoc
+++ b/content/release-guide.adoc
@@ -138,18 +138,6 @@ or you try to fix the issues which hinders people to
 vote with yes. If you have choosen the second
 way then you have to prepare a new vote candidat.
 
----
-Rewritten until here
----
-
-
-//==== Creating a vote candidat in the Git repository
-
-
-* Create a release branch in git and switch to this branch:
-
-
-
 === Preparing the release without the Release Plugin
 
 [NOTE]
@@ -175,7 +163,7 @@ and to build the vote candidate.
 [code,text]
 .Creating the vote branch and building the vote candidat
 ----
-$ git checkout -b vote-[release version]-[attempt]                                       <1> <2>
+$ git checkout -b vote-[release version]-[attempt]                                         <1> <2>
 $ export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=200m"
 $ mvn versions:set versions:commit -DnewVersion=[release version] -DperformRelease=true
 $ mvn clean install -DperformRelease=true -Dgpg.keyname=[key] -Dgpg.passphrase=[passphrase] <3> <4>