diff options
Diffstat (limited to 'projects/net.wotonomy.all/pom.xml')
| -rw-r--r-- | projects/net.wotonomy.all/pom.xml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/projects/net.wotonomy.all/pom.xml b/projects/net.wotonomy.all/pom.xml index 330062f..f16e5ff 100644 --- a/projects/net.wotonomy.all/pom.xml +++ b/projects/net.wotonomy.all/pom.xml @@ -5,7 +5,8 @@ <version>1.0-alpha5-SNAPSHOT</version> <packaging>pom</packaging> <name>Wotonomy - Parent Project</name> - <description> Wotonomy - A free system for creating great database-oriented swing or web applications.</description> + <description> Wotonomy - A free system for creating great database-oriented + swing or web applications.</description> <url>http://wotonomy.sourceforge.net</url> <modules> <module>../net.wotonomy.datastore</module> @@ -19,30 +20,35 @@ </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/net.wotonomy.all</connection> - <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.all</developerConnection> + <connection> + scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.all</connection> + <developerConnection> + scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.all</developerConnection> </scm> <developers> <developer> |
