You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/28 16:00:34 UTC

httpcomponents-stylecheck git commit: Updated repository details in POM; upgraded Apache parent to version 18

Repository: httpcomponents-stylecheck
Updated Branches:
  refs/heads/master a2c41f0f1 -> 35609917f


Updated repository details in POM; upgraded Apache parent to version 18


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/commit/35609917
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/tree/35609917
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/diff/35609917

Branch: refs/heads/master
Commit: 35609917f921dc06658e976100f86e3e8ba1680c
Parents: a2c41f0
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Sun May 28 17:59:20 2017 +0200
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Sun May 28 18:00:10 2017 +0200

----------------------------------------------------------------------
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/35609917/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 71b991b..07aaad1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>13</version>
+    <version>18</version>
   </parent>
   <groupId>org.apache.httpcomponents</groupId>
   <artifactId>hc-stylecheck</artifactId>
@@ -44,9 +44,10 @@
   </organization>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk</url>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck.git</developerConnection>
+    <url>https://github.com/apache/httpcomponents-stylecheck/tree/${project.scm.tag}</url>
+    <tag>master</tag>
   </scm>
 
   <profiles>