diff options
author | Julien Eluard <[email protected]> | 2010-11-15 10:57:15 +0100 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2010-11-15 10:57:15 +0100 |
commit | afc3c2c76049666a966d2129ed57cb7a8d640315 (patch) | |
tree | 5cbe2e0c66c8e06ffea7dd59f7d21bc0feefb659 /project-summary.html | |
parent | 501356cd7ed7ff127d5e8022fdc6f6342d0d8c07 (diff) |
Cleanup
Diffstat (limited to 'project-summary.html')
-rw-r--r-- | project-summary.html | 242 |
1 files changed, 0 insertions, 242 deletions
diff --git a/project-summary.html b/project-summary.html deleted file mode 100644 index 6875037..0000000 --- a/project-summary.html +++ /dev/null @@ -1,242 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-
-
-
-
-
-
-
-
-
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>semantic-versioning - Project Summary</title>
- <style type="text/css" media="all">
- @import url("./css/maven-base.css");
- @import url("./css/maven-theme.css");
- @import url("./css/site.css");
- </style>
- <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
- </head>
- <body class="composite">
- <div id="banner">
- <span id="bannerLeft">
-
- semantic-versioning
-
- </span>
- <div class="clear">
- <hr/>
- </div>
- </div>
- <div id="breadcrumbs">
-
-
-
-
-
-
-
-
- <div class="xleft">
- Last Published: 2010-11-14
- </div>
- <div class="xright">
-
-
-
-
-
-
-
- </div>
- <div class="clear">
- <hr/>
- </div>
- </div>
- <div id="leftColumn">
- <div id="navcolumn">
-
-
-
-
-
-
-
-
- <h5>Overview</h5>
- <ul>
-
- <li class="none">
- <a href="index.html">Introduction</a>
- </li>
- </ul>
- <h5>Modules</h5>
- <ul>
-
- <li class="none">
- <a href="api/index.html">API</a>
- </li>
-
- <li class="none">
- <a href="enforcer-rule/index.html">Maven Enforcer Rule</a>
- </li>
- </ul>
- <h5>Project Documentation</h5>
- <ul>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <li class="expanded">
- <a href="project-info.html">Project Information</a>
- <ul>
-
- <li class="none">
- <a href="integration.html">Continuous Integration</a>
- </li>
-
- <li class="none">
- <a href="dependencies.html">Dependencies</a>
- </li>
-
- <li class="none">
- <a href="dependency-convergence.html">Dependency Convergence</a>
- </li>
-
- <li class="none">
- <a href="issue-tracking.html">Issue Tracking</a>
- </li>
-
- <li class="none">
- <a href="mail-lists.html">Mailing Lists</a>
- </li>
-
- <li class="none">
- <a href="plugin-management.html">Plugin Management</a>
- </li>
-
- <li class="none">
- <a href="license.html">Project License</a>
- </li>
-
- <li class="none">
- <a href="plugins.html">Project Plugins</a>
- </li>
-
- <li class="none">
- <strong>Project Summary</strong>
- </li>
-
- <li class="none">
- <a href="team-list.html">Project Team</a>
- </li>
-
- <li class="none">
- <a href="source-repository.html">Source Repository</a>
- </li>
- </ul>
- </li>
- </ul>
- <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
- <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
- </a>
-
-
-
-
-
-
-
-
- </div>
- </div>
- <div id="bodyColumn">
- <div id="contentBox">
- <div class="section"><h2>Project Summary</h2> -<div class="section"><h3>Project Information</h3> -<table class="bodyTable"><tr class="a"><th>Field</th> -<th>Value</th> -</tr> -<tr class="b"><td>Name</td> -<td>semantic-versioning</td> -</tr> -<tr class="a"><td>Description</td> -<td>A library to automatically validate if your project's version number follows Semantic Versioning principles</td> -</tr> -<tr class="b"><td>Homepage</td> -<td><a class="externalLink" href="http://github.com/jeluard/semantic-versioning">http://github.com/jeluard/semantic-versioning</a></td> -</tr> -</table> -</div> -<div class="section"><h3>Project Organization</h3> -<p>This project does not belong to an organization.</p> -</div> -<div class="section"><h3>Build Information</h3> -<table class="bodyTable"><tr class="a"><th>Field</th> -<th>Value</th> -</tr> -<tr class="b"><td>GroupId</td> -<td>org.semantic-versioning</td> -</tr> -<tr class="a"><td>ArtifactId</td> -<td>parent</td> -</tr> -<tr class="b"><td>Version</td> -<td>0.9-SNAPSHOT</td> -</tr> -<tr class="a"><td>Type</td> -<td>pom</td> -</tr> -</table> -</div> -</div> -
- </div>
- </div>
- <div class="clear">
- <hr/>
- </div>
- <div id="footer">
- <div class="xright">©
- 2010
-
-
-
-
-
-
-
-
-
- </div>
- <div class="clear">
- <hr/>
- </div>
- </div>
- </body>
-</html>
|