Repository: commons-dbutils Updated Branches: refs/heads/master 2f48485a8 -> 865eca4b0
Add .gitignore Update scm urls to use git Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/865eca4b Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/865eca4b Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/865eca4b Branch: refs/heads/master Commit: 865eca4b0852404368b66d774f687038c238c8f0 Parents: 2f48485 Author: Carl Hall <[email protected]> Authored: Sat Jul 8 16:04:07 2017 -0700 Committer: Carl Hall <[email protected]> Committed: Sat Jul 8 16:04:07 2017 -0700 ---------------------------------------------------------------------- .gitignore | 3 +++ pom.xml | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/865eca4b/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7466b12 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +*.iml +target/ http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/865eca4b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9934961..92e6653 100644 --- a/pom.xml +++ b/pom.xml @@ -31,17 +31,17 @@ <description>The Apache Commons DbUtils package is a set of Java utility classes for easing JDBC development.</description> - <url>http://commons.apache.org/proper/commons-dbutils/</url> + <url>https://commons.apache.org/proper/commons-dbutils/</url> <issueManagement> <system>jira</system> - <url>http://issues.apache.org/jira/browse/DBUTILS</url> + <url>https://issues.apache.org/jira/browse/DBUTILS</url> </issueManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/dbutils/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/dbutils/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/commons/proper/dbutils/trunk</url> + <connection>scm:git:git://git.apache.org/commons-dbutils.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-dbutils.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=commons-dbutils.git</url> </scm> <developers>
