[Project] fixed urls of projects

This commit is contained in:
Robert von Burg 2014-03-14 14:36:07 +01:00
parent 58b742d5d9
commit 77f631a2dc
2 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ a LDAP repository with only the Privilege JAR.
Privilege is distributed under the GNU Lesser General Public License on Privilege is distributed under the GNU Lesser General Public License on
Github.com and can be downloaded at Github.com and can be downloaded at
https://github.com/eitch/ch.eitchnet.privilege https://github.com/eitchnet/ch.eitchnet.privilege
The main developer is Robert von Burg <eitch@eitchnet.ch> who also maintains the The main developer is Robert von Burg <eitch@eitchnet.ch> who also maintains the
Github repository. He is available for all questions regarding Privilege Github repository. He is available for all questions regarding Privilege

10
pom.xml
View File

@ -13,18 +13,18 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.2.0-SNAPSHOT</version> <version>0.2.0-SNAPSHOT</version>
<name>ch.eitchnet.privilege</name> <name>ch.eitchnet.privilege</name>
<url>https://github.com/eitch/ch.eitchnet.privilege</url> <url>https://github.com/eitchnet/ch.eitchnet.privilege</url>
<inceptionYear>2011</inceptionYear> <inceptionYear>2011</inceptionYear>
<issueManagement> <issueManagement>
<system>Github Issues</system> <system>Github Issues</system>
<url>https://github.com/eitch/ch.eitchnet.privilege/issues</url> <url>https://github.com/eitchnet/ch.eitchnet.privilege/issues</url>
</issueManagement> </issueManagement>
<scm> <scm>
<connection>scm:git:https://github.com/eitch/ch.eitchnet.privilege.git</connection> <connection>scm:git:https://github.com/eitchnet/ch.eitchnet.privilege.git</connection>
<developerConnection>scm:git:git@github.com:eitch/ch.eitchnet.privilege.git</developerConnection> <developerConnection>scm:git:git@github.com:eitchnet/ch.eitchnet.privilege.git</developerConnection>
<url>https://github.com/eitch/ch.eitchnet.privilege</url> <url>https://github.com/eitchnet/ch.eitchnet.privilege</url>
</scm> </scm>
<dependencies> <dependencies>