You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2016/09/18 12:22:12 UTC

jspwiki git commit: svn2git update to pom

Repository: jspwiki
Updated Branches:
  refs/heads/master 72e57887c -> cfea19b79


svn2git update to pom


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

Branch: refs/heads/master
Commit: cfea19b793bdfe21a9aa1a08f9ff0dc072e643c8
Parents: 72e5788
Author: Harry Metske <me...@apache.org>
Authored: Sun Sep 18 14:21:01 2016 +0200
Committer: Harry Metske <me...@apache.org>
Committed: Sun Sep 18 14:21:01 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/jspwiki/blob/cfea19b7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f8cd35c..280d4eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,9 +52,9 @@
   </prerequisites>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jspwiki/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jspwiki/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/jspwiki/trunk</url>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/jspwiki.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jspwiki.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=summary</url>
   </scm>
 
   <modules>
@@ -515,7 +515,7 @@
           <configuration>
             <excludes>
               <exclude>mvn_cheat-sheet.md</exclude> <!-- handy list of maven commands; will be moved to site once we've switched to Maven -->
-              <exclude>.svnignore</exclude>          <!-- svn exclusions -->
+              <exclude>.gitignore</exclude>          <!-- git exclusions -->
               <exclude>**/src/main/config/doc/LICENSE.*</exclude>               <!-- 3rd party License files -->
               <exclude>**/src/main/config/wikipages/**</exclude>                <!-- Default wikipages -->
               <exclude>**/src/main/config/dev/OldChangeLog</exclude>            <!-- ChangeLog excluded by default, this is, well, an old ChangeLog -->