summaryrefslogtreecommitdiff
path: root/projects/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/pom.xml')
-rw-r--r--projects/pom.xml17
1 files changed, 11 insertions, 6 deletions
diff --git a/projects/pom.xml b/projects/pom.xml
index 8068def..7c46448 100644
--- a/projects/pom.xml
+++ b/projects/pom.xml
@@ -12,29 +12,34 @@
</modules>
<ciManagement>
<system>continuum</system>
- </ciManagement>
+ </ciManagement>
<distributionManagement>
<!-- use the following if you're not using a snapshot version. -->
<repository>
<id>israfil</id>
<name>Israfil Deploy</name>
- <url>scp://mikail.israfil.net/var/www/vhosts/www.israfil.net/htdocs/maven2</url>
+ <url>
+ scp://mikail.israfil.net/var/www/vhosts/www.israfil.net/htdocs/maven2</url>
<!--<url>file:///E:/tmp/i-deploy</url>-->
</repository>
<!-- use the following if you ARE using a snapshot version. -->
<snapshotRepository>
<id>israfil</id>
<name>Israfil Snapshot</name>
- <url>scp://mikail.israfil.net/var/www/vhosts/www.israfil.net/htdocs/maven2</url>
+ <url>
+ scp://mikail.israfil.net/var/www/vhosts/www.israfil.net/htdocs/maven2</url>
<!--<url>file:///E:/tmp/i-deploy</url>-->
</snapshotRepository>
<site>
<id>website</id>
- <url>scp://cgruber@shell.sourceforge.net/home/groups/w/wo/wotonomy/htdocs</url>
+ <url>
+ scp://cgruber@shell.sourceforge.net/home/groups/w/wo/wotonomy/htdocs</url>
</site>
</distributionManagement>
<scm>
- <connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects</connection>
- <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects</developerConnection>
+ <connection>
+ scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects</connection>
+ <developerConnection>
+ scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects</developerConnection>
</scm>
</project>