Repository: shiro Updated Branches: refs/heads/master 579f7d9ee -> e3516697b
SHIRO-599 - updating parent pom to match 1.4 branch This removes the UTF-8 warnings durring the build. Project: http://git-wip-us.apache.org/repos/asf/shiro/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/e3516697 Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/e3516697 Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/e3516697 Branch: refs/heads/master Commit: e3516697b9669db65d8953d9090c4fa959e49574 Parents: 579f7d9 Author: Brian Demers <[email protected]> Authored: Fri Nov 4 13:00:35 2016 -0400 Committer: Brian Demers <[email protected]> Committed: Fri Nov 4 13:00:35 2016 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro/blob/e3516697/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ecf3a0f..03dc937 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>13</version> + <version>17</version> </parent> <groupId>org.apache.shiro</groupId>
