Skip to content

Commit

Permalink
#1 skin 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Aug 19, 2014
1 parent fb125cd commit e6dfc34
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/site/site.xml
Expand Up @@ -29,31 +29,33 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd" name="jcabi-maven-slf4j">
<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
name="jcabi-maven-slf4j">
<skin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-skin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.4</version>
</skin>
<bannerLeft>
<name>jcabi</name>
<src>http://img.jcabi.com/logo.png</src>
<src>http://img.jcabi.com/logo-square.svg</src>
<href>http://www.jcabi.com/</href>
<width>200</width>
<height>48</height>
<width>64</width>
<height>64</height>
</bannerLeft>
<googleAnalyticsAccountId>UA-1963507-23</googleAnalyticsAccountId>
<body>
<head>
<link href="http://img.jcabi.com/favicon.ico" rel="shortcut icon"/>
<link href="https://plus.google.com/u/0/114792568016408327418?rel=author" rel="author"/>
</head>
<menu ref="parent"/>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="API ${project.version} (JavaDoc)" href="./apidocs-${project.version}/index.html"/>
<item name="JavaDoc ${project.version}" href="./apidocs-${project.version}/index.html"/>
<item name="Test coverage" href="./cobertura/index.html"/>
<item name="Release History" href="./changes-report.html"/>
<item name="Release History" href="https://github.com/jcabi/jcabi-maven-slf4j/releases"/>
</menu>
<menu ref="reports"/>
</body>
Expand Down

0 comments on commit e6dfc34

Please sign in to comment.