Repository: shiro Updated Branches: refs/heads/1.2.x 732dd1876 -> 145bbe736
Updating 1.2.x branch with git info Project: http://git-wip-us.apache.org/repos/asf/shiro/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/145bbe73 Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/145bbe73 Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/145bbe73 Branch: refs/heads/1.2.x Commit: 145bbe736fb06787794df49a5b026be3a04de94e Parents: 732dd18 Author: bdemers <[email protected]> Authored: Wed Mar 16 20:37:18 2016 -0400 Committer: bdemers <[email protected]> Committed: Wed Mar 16 20:37:18 2016 -0400 ---------------------------------------------------------------------- pom.xml | 13 +++++++------ shiro.doap.rdf | 8 ++++---- 2 files changed, 11 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro/blob/145bbe73/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fa91f54..abc8e26 100644 --- a/pom.xml +++ b/pom.xml @@ -41,9 +41,10 @@ <inceptionYear>2004</inceptionYear> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/shiro/branches/1.2.x</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shiro/branches/1.2.x</developerConnection> - <url>http://svn.apache.org/repos/asf/shiro/branches/1.2.x</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/shiro.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/shiro.git</developerConnection> + <url>https://github.com/apache/shiro/tree/${project.scm.tag}</url> + <tag>1.2.x</tag> </scm> <issueManagement> <system>Jira</system> @@ -384,12 +385,12 @@ </executions> </plugin> <plugin> - <!-- Add SVN Revision To A JAR Manifest + <!-- Add Git sha1 To A JAR Manifest - http://maven.apache.org/plugin-developers/cookbook/add-svn-revision-to-manifest.html --> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> - <version>1.0-beta-4</version> + <version>1.4</version> <executions> <execution> <phase>validate</phase> @@ -909,7 +910,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.8</version> + <version>0.11</version> <configuration> <!-- note that this configuration needs to be maintain both in pluginManagement and reporting sections --> <excludes> http://git-wip-us.apache.org/repos/asf/shiro/blob/145bbe73/shiro.doap.rdf ---------------------------------------------------------------------- diff --git a/shiro.doap.rdf b/shiro.doap.rdf index 9b79ffb..92b51a0 100644 --- a/shiro.doap.rdf +++ b/shiro.doap.rdf @@ -50,10 +50,10 @@ </Version> </release> <repository> - <SVNRepository> - <location rdf:resource="http://svn.apache.org/repos/asf/shiro"/> - <browse rdf:resource="http://svn.apache.org/repos/asf/shiro"/> - </SVNRepository> + <GitRepository> + <location rdf:resource="https://git.apache.org/shiro.git"/> + <browse rdf:resource="https://git.apache.org/shiro.git"/> + </GitRepository> </repository> <maintainer> <foaf:Person>
