Repository: shiro Updated Branches: refs/heads/1.2.x 20f234834 -> 61aa3930e
Updating parent and release plugin usage Project: http://git-wip-us.apache.org/repos/asf/shiro/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/ebd95c96 Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/ebd95c96 Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/ebd95c96 Branch: refs/heads/1.2.x Commit: ebd95c96ae9a5d9e4f343f91ac0e6227cd8936c1 Parents: 91531d6 Author: bdemers <[email protected]> Authored: Wed May 11 15:01:39 2016 -0400 Committer: bdemers <[email protected]> Committed: Wed May 11 18:34:13 2016 -0400 ---------------------------------------------------------------------- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro/blob/ebd95c96/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 92b6e6e..236b9d4 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>7</version> + <version>17</version> </parent> <groupId>org.apache.shiro</groupId> @@ -211,7 +211,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -427,6 +426,9 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> + <!-- do not update upstream, with a pending release. --> + <pushChanges>false</pushChanges> + <localCheckout>true</localCheckout> <!-- "install" needed because we have interrelated dependencies between the modules and we are releasing them all the same - especially consider shiro-all --> <preparationGoals>clean apache-rat:check install</preparationGoals> <autoVersionSubmodules>true</autoVersionSubmodules> @@ -993,7 +995,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>2.0.4</version> <executions> <execution> <id>attach-sources</id>
