|
2 | 2 | <!-- |
3 | 3 | * SPDX-FileCopyrightText: Copyright (c) 2013-2025 Yegor Bugayenko |
4 | 4 | * SPDX-License-Identifier: MIT |
5 | | - * |
6 | | - * Redistribution and use in source and binary forms, with or without |
7 | | - * modification, are permitted provided that the following conditions |
8 | | - * are met: 1) Redistributions of source code must retain the above |
9 | | - * copyright notice, this list of conditions and the following |
10 | | - * disclaimer. 2) Redistributions in binary form must reproduce the above |
11 | | - * copyright notice, this list of conditions and the following |
12 | | - * disclaimer in the documentation and/or other materials provided |
13 | | - * with the distribution. 3) Neither the name of the jcabi.com nor |
14 | | - * the names of its contributors may be used to endorse or promote |
15 | | - * products derived from this software without specific prior written |
16 | | - * permission. |
17 | | - * |
18 | | - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
19 | | - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT |
20 | | - * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
21 | | - * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
22 | | - * THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, |
23 | | - * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
24 | | - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
25 | | - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
26 | | - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
27 | | - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
28 | | - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
29 | | - * OF THE POSSIBILITY OF SUCH DAMAGE. |
30 | 5 | --> |
31 | 6 | <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-github"> |
32 | 7 | <skin> |
33 | 8 | <groupId>com.jcabi</groupId> |
34 | 9 | <artifactId>jcabi-maven-skin</artifactId> |
35 | | - <version>1.7.1</version> |
| 10 | + <version>1.8.1</version> |
36 | 11 | </skin> |
37 | 12 | <bannerLeft> |
38 | 13 | <name>jcabi</name> |
|
41 | 16 | <width>64</width> |
42 | 17 | <height>64</height> |
43 | 18 | </bannerLeft> |
44 | | - <googleAnalyticsAccountId>UA-1963507-23</googleAnalyticsAccountId> |
45 | 19 | <body> |
46 | 20 | <head> |
47 | 21 | <link href="https://www.jcabi.com/logo-square.svg" rel="shortcut icon"/> |
48 | | - <link href="https://plus.google.com/u/0/114792568016408327418?rel=author" rel="author"/> |
49 | 22 | </head> |
50 | 23 | <menu name="Overview"> |
51 | 24 | <item name="Introduction" href="index.html"/> |
|
0 commit comments