From 1f15c8e463b92ecd73c3f42bfeea7a6a5b2bb8d0 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 16 Jun 2014 11:58:13 -0400
Subject: [PATCH] Updated README
---
README.markdown | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/README.markdown b/README.markdown
index e720bf5..a226049 100644
--- a/README.markdown
+++ b/README.markdown
@@ -13,6 +13,22 @@
Gitblit is distributed under the terms of the [Apache Software Foundation license, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
The text of the license is included in the file LICENSE in the root of the project.
+Java Runtime Requirement
+------------------------------------
+
+Gitblit requires at Java 7 Runtime Environment (JRE) or a Java 7 Development Kit (JDK).
+
+Getting help
+------------
+
+| Source | Location |
+| ------------- |--------------------------------------------------------|
+| Documentation | [Gitblit website](http://gitblit.com) |
+| Issues | [Google Code](http://code.google.com/p/gitblit) |
+| Forums | [Google Groups](https://groups.google.com/forum/#!forum/gitblit) |
+| Twitter | @gitblit or @jamesmoger |
+| Google+ | +gitblit or +jamesmoger |
+
Contributing
------------
@@ -37,22 +53,6 @@
**Releasing**
When Gitblit is preparing for a release, a **release-{milestone}** branch will be created, tested, & fixed until it is ready to be merged to **master** and tagged as the next major release. After the release is tagged, the **release-{milestone}** branch will also be merged back into **develop** and then the release branch will be removed.
-
-Java Runtime Requirement
-------------------------------------
-
-Gitblit requires at Java 7 Runtime Environment (JRE) or a Java 7 Development Kit (JDK).
-
-Getting help
-------------
-
-| Source | Location |
-| ------------- |--------------------------------------------------------|
-| Documentation | [Gitblit website](http://gitblit.com) |
-| Issues | [Google Code](http://code.google.com/p/gitblit) |
-| Forums | [Google Groups](https://groups.google.com/forum/#!forum/gitblit) |
-| Twitter | @gitblit or @jamesmoger |
-| Google+ | +gitblit or +jamesmoger |
Building Gitblit
----------------
--
Gitblit v1.9.1