Skip to content

Commit d221828

Browse files
authored
Merge pull request #22 from hazendaz/master
Update dependencies and misc cleanup
2 parents 6843c6f + ea59c60 commit d221828

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</contributors>
5454

5555
<scm>
56-
<url>http://github.com/mybatis/freemarker-scripting</url>
56+
<url>https://github.com/mybatis/freemarker-scripting</url>
5757
<connection>scm:git:ssh://github.com/mybatis/freemarker-scripting.git</connection>
5858
<developerConnection>scm:git:ssh://[email protected]/mybatis/freemarker-scripting.git</developerConnection>
5959
<tag>HEAD</tag>
@@ -79,6 +79,8 @@
7979
<maven.compiler.target>1.7</maven.compiler.target>
8080
<maven.compiler.testTarget>1.7</maven.compiler.testTarget>
8181
<maven.compiler.testSource>1.7</maven.compiler.testSource>
82+
83+
<clirr.comparisonVersion>1.1.2</clirr.comparisonVersion>
8284
</properties>
8385

8486
<dependencies>
@@ -90,7 +92,7 @@
9092
<dependency>
9193
<groupId>org.freemarker</groupId>
9294
<artifactId>freemarker</artifactId>
93-
<version>2.3.23</version>
95+
<version>2.3.26-incubating</version>
9496
</dependency>
9597

9698
<!-- TEST -->

travis/after_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Copyright 2015-2016 the original author or authors.
3+
# Copyright 2015-2017 the original author or authors.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)