summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2008-01-09 18:57:39 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2008-01-09 18:57:39 +0000
commitd861526b5edde9f309cf87de62ab3c725cab1ae1 (patch)
treed7dfabb22d0950247d9654fd0d2f9b6ec3e630fe
parent0be5861ca15d22358103acb1180012f23ceb22df (diff)
downloadjackcess-d861526b5edde9f309cf87de62ab3c725cab1ae1.tar.gz
jackcess-d861526b5edde9f309cf87de62ab3c725cab1ae1.zip
using subversion now
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@209 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index ba03c1f..5c15851 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,11 +39,10 @@
<url>http://sourceforge.net/tracker/?group_id=134943&amp;atid=731445</url>
</issueManagement>
<scm>
- <connection>scm:cvs:pserver:anonymous:@jackcess.cvs.sourceforge.net:/cvsroot/jackcess/:jackcess</connection>
- <!-- read/write cvs connection -->
- <developerConnection>scm:cvs:ext:username@jackcess.cvs.sourceforge.net:/cvsroot/jackcess/:jackcess</developerConnection>
- <!-- Note, the added '?viewvc' makes this url work with ViewSCM -->
- <url>http://jackcess.cvs.sourceforge.net/jackcess/jackcess/?viewvc</url>
+ <connection>scm:svn:http://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/trunk/</connection>
+ <!-- read/write svn connection -->
+ <developerConnection>scm:svn:https://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/trunk/</developerConnection>
+ <url>http://jackcess.svn.sourceforge.net/viewvc/jackcess/jackcess/trunk/</url>
</scm>
<build>
<defaultGoal>install</defaultGoal>