You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2014/02/25 01:10:38 UTC

git commit: Fixes compile error.

Repository: activemq-apollo
Updated Branches:
  refs/heads/trunk 861d918d0 -> 85a7f85ba


Fixes compile error.

Project: http://git-wip-us.apache.org/repos/asf/activemq-apollo/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-apollo/commit/85a7f85b
Tree: http://git-wip-us.apache.org/repos/asf/activemq-apollo/tree/85a7f85b
Diff: http://git-wip-us.apache.org/repos/asf/activemq-apollo/diff/85a7f85b

Branch: refs/heads/trunk
Commit: 85a7f85ba16716287d8b8c724b7c327e011b538f
Parents: 861d918
Author: Hiram Chirino <hi...@hiramchirino.com>
Authored: Mon Feb 24 19:10:15 2014 -0500
Committer: Hiram Chirino <hi...@hiramchirino.com>
Committed: Mon Feb 24 19:10:15 2014 -0500

----------------------------------------------------------------------
 apollo-website/ext/Website.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/85a7f85b/apollo-website/ext/Website.scala
----------------------------------------------------------------------
diff --git a/apollo-website/ext/Website.scala b/apollo-website/ext/Website.scala
index 2f609e4..418a7e7 100644
--- a/apollo-website/ext/Website.scala
+++ b/apollo-website/ext/Website.scala
@@ -38,7 +38,7 @@ object Website {
   val project_snapshot_version= "99-trunk-SNAPSHOT"
   val project_versions = List(
         project_version,
-		"1.6"
+        "1.6",
         "1.5",
         "1.4",
         "1.3",