We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39751b commit 871fce6Copy full SHA for 871fce6
pom.xml
@@ -53,7 +53,7 @@
53
</contributors>
54
55
<scm>
56
- <url>http://github.com/mybatis/freemarker-scripting</url>
+ <url>https://github.com/mybatis/freemarker-scripting</url>
57
<connection>scm:git:ssh://github.com/mybatis/freemarker-scripting.git</connection>
58
<developerConnection>scm:git:ssh://[email protected]/mybatis/freemarker-scripting.git</developerConnection>
59
<tag>HEAD</tag>
@@ -79,6 +79,8 @@
79
<maven.compiler.target>1.7</maven.compiler.target>
80
<maven.compiler.testTarget>1.7</maven.compiler.testTarget>
81
<maven.compiler.testSource>1.7</maven.compiler.testSource>
82
+
83
+ <clirr.comparisonVersion>1.1.2</clirr.comparisonVersion>
84
</properties>
85
86
<dependencies>
0 commit comments