summaryrefslogtreecommitdiff
path: root/projects/pom.xml
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-05-20 17:55:46 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-05-20 17:56:12 -0400
commitff072dfe782f6f22123cd4ba050828d35c0d0fbd (patch)
tree1e2c9e86252dcba86f72fb629ef4d6f68f73cd2c /projects/pom.xml
parentd1378716fda89e48450b7ca1333b505d800504a5 (diff)
Some lingering tweaks
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>