Repository: shiro Updated Branches: refs/heads/master 2f4d63585 -> 0aabcfa54
Minor pom correct after the last few cherry-picks from the 1.4 branch Project: http://git-wip-us.apache.org/repos/asf/shiro/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/0aabcfa5 Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/0aabcfa5 Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/0aabcfa5 Branch: refs/heads/master Commit: 0aabcfa54b7eb64e2b232abe40dc97900e57dbc4 Parents: 2f4d635 Author: Brian Demers <[email protected]> Authored: Fri Oct 21 10:43:52 2016 -0400 Committer: Brian Demers <[email protected]> Committed: Fri Oct 21 10:43:52 2016 -0400 ---------------------------------------------------------------------- integration-tests/support/pom.xml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro/blob/0aabcfa5/integration-tests/support/pom.xml ---------------------------------------------------------------------- diff --git a/integration-tests/support/pom.xml b/integration-tests/support/pom.xml index 13901fe..3ab1244 100644 --- a/integration-tests/support/pom.xml +++ b/integration-tests/support/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro.integrationtests</groupId> <artifactId>shiro-integration-tests</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>2.alpha.0-SNAPSHOT</version> </parent> <artifactId>shiro-its-support</artifactId> http://git-wip-us.apache.org/repos/asf/shiro/blob/0aabcfa5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 49b791d..ecf3a0f 100644 --- a/pom.xml +++ b/pom.xml @@ -761,14 +761,14 @@ <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-config-ogdl</artifactId> - <version>${project.version}</version> + <version>2.alpha.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.shiro.integrationtests</groupId> <artifactId>shiro-its-support</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>2.alpha.0-SNAPSHOT</version> </dependency> <!-- 3rd party dependencies -->
