Skip to content

Commit

Permalink
#11 skin 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Aug 20, 2014
1 parent 67cd7e7 commit f739974
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,21 @@
* 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-urn">
<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-urn">
<skin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-skin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.3</version>
</skin>
<bannerLeft>
<name>jcabi</name>
<src>http://img.jcabi.com/logo-square.png</src>
<src>http://img.jcabi.com/logo-square.svg</src>
<href>http://www.jcabi.com/</href>
<width>59</width>
<height>59</height>
<width>64</width>
<height>64</height>
</bannerLeft>
<googleAnalyticsAccountId>UA-1963507-23</googleAnalyticsAccountId>
<body>
Expand All @@ -50,8 +53,7 @@
</head>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="API ${project.version} (JavaDoc)" href="./apidocs-${project.version}/index.html"/>
<item name="Test API ${project.version}" href="./testapidocs-${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="https://github.com/jcabi/jcabi-urn/releases"/>
</menu>
Expand Down

0 comments on commit f739974

Please sign in to comment.