projects
/
mkjsf-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03b42f5
)
Fixes git project path in scm
author
Niels Erik G. Nielsen
<nielserik@indexdata.com>
Wed, 19 Jun 2013 01:37:30 +0000
(
03:37
+0200)
committer
Niels Erik G. Nielsen
<nielserik@indexdata.com>
Wed, 19 Jun 2013 01:37:30 +0000
(
03:37
+0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
f948276
..
ee4c790
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-123,7
+123,7
@@
</repository>
</repositories>
<scm>
- <connection>scm:git:ssh://git.indexdata.com:222/home/git/private/mkjsf</connection>
+ <connection>scm:git:ssh://git.indexdata.com:222/home/git/pub/mkjsf</connection>
<url>http://gitid.indexdata.com/?p=mkjsf.git</url>
</scm>
@@
-131,4
+131,4
@@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
-</project>
\ No newline at end of file
+</project>