Skip to content

Commit

Permalink
JBoss Overlord -> Overlord
Browse files Browse the repository at this point in the history
  • Loading branch information
brmeyer committed Aug 5, 2014
1 parent 0421794 commit 698555c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="author" content="">
<link rel="shortcut icon" href="img/favicon.png">

<title>JBoss Overlord</title>
<title>Overlord</title>

<link href="lib/bootstrap-3.1.1/css/bootstrap.css" rel="stylesheet">
<link href="css/overlord-web.css" rel="stylesheet">
Expand All @@ -23,7 +23,7 @@

<div class="container">
<div class="jumbotron" style="position:relative">
<h1>JBoss Overlord</h1>
<h1>Overlord</h1>
<span class="lead">&nbsp;</span>
<p><a class="btn btn-lg btn-success" href="https://github.com/Governance/overlord#getting-started-from-source">Get Started Now</a>
</div>
Expand Down Expand Up @@ -73,7 +73,7 @@ <h3>Design Time Governance</h3>
<div class="citem">
<h3>Latest Beta Version <span class="version pull-right hide-480">1.1.0.Beta1</span></h3>
<p>
The first Beta release of JBoss Overlord 1.1 is in progress. We have released the sub-projects
The first Beta release of Overlord 1.1 is in progress. We have released the sub-projects
(<b style="color: #a44">please click through to each sub-project site above for details</b>) but do not yet have the combined
installer ready to go. The combined installer will be ready for 1.1.0.Final though!
(Released on July 2, 2014)
Expand All @@ -84,7 +84,7 @@ <h3>Latest Beta Version <span class="version pull-right hide-480">1.1.0.Beta1</s
<div class="citem minor">
<h3>Latest Stable Version <span class="version pull-right hide-480">1.0.0.Final</span></h3>
<p>
The first stable JBoss Overlord distribution, which includes S-RAMP and Design Time Governance
The first stable Overlord distribution, which includes S-RAMP and Design Time Governance
and supports JBoss EAP 6.1 and Tomcat 7! Runtime Governance will be coming soon, we
promise. (Released on March 13, 2014)
</p>
Expand All @@ -111,7 +111,7 @@ <h3>Join the Conversation</h3>
<!-- Right side -->
<div class="col-lg-6">
<div class="citem">
<h3>What is JBoss Overlord?</h3>
<h3>What is Overlord?</h3>
<div class="project-description">
<p>
Any computer system, whether it is centralized or distributed, needs some form of governance, i.e.,
Expand All @@ -136,7 +136,7 @@ <h3>What is JBoss Overlord?</h3>

<!-- Site footer -->
<div class="footer">
JBoss Overlord - 2014
Overlord - 2014
</div>

</div> <!-- /container -->
Expand Down
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<issueManagement>
<system>jira</system>
<url>https://issues.jboss.org/browse/DTGOV</url>
<url>https://issues.jboss.org/browse/Overlord</url>
</issueManagement>

<scm>
Expand Down Expand Up @@ -65,6 +65,15 @@
<role>Developer</role>
</roles>
</developer>
<developer>
<name>Brett Meyer</name>
<id>brmeyer</id>
<email>[email protected]</email>
<organization>Red Hat</organization>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>

<properties>
Expand Down

0 comments on commit 698555c

Please sign in to comment.