Skip to content

Commit 4594a98

Browse files
committed
Merge pull request #620 from hazendaz/master
Update slf4j and site xsd
2 parents c37b7b1 + 2bfc1eb commit 4594a98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@
158158
<dependency>
159159
<groupId>org.slf4j</groupId>
160160
<artifactId>slf4j-api</artifactId>
161-
<version>1.7.19</version>
161+
<version>1.7.20</version>
162162
<optional>true</optional>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.slf4j</groupId>
166166
<artifactId>slf4j-log4j12</artifactId>
167-
<version>1.7.19</version>
167+
<version>1.7.20</version>
168168
<optional>true</optional>
169169
</dependency>
170170
<dependency>

src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
limitations under the License.
1616
-->
1717
<!-- version: $Id$ -->
18-
<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.6.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd">
18+
<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd">
2020

2121
<body>
2222
<menu name="Reference Documentation">

0 commit comments

Comments
 (0)