Skip to content

Commit

Permalink
Renaming LICENSE to follow Maven Standard Directory Layout; updated P…
Browse files Browse the repository at this point in the history
…OM for better GitHub integration.
  • Loading branch information
lxndrp committed Oct 12, 2011
1 parent c9d98ca commit 94a2901
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
File renamed without changes.
33 changes: 30 additions & 3 deletions pom.xml
@@ -1,5 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ This file is part of tuOCCI.
~
~ tuOCCI is free software: you can redistribute it and/or modify
~ it under the terms of the GNU Lesser General Public License as
~ published by the Free Software Foundation, either version 3 of
~ the License, or (at your option) any later version.
~
~ tuOCCI is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU Lesser General Public License for more details.
~
~ You should have received a copy of the GNU Lesser General Public
~ License along with tuOCCI. If not, see <http://www.gnu.org/licenses/>.
-->

<!--
~ This file is part of tuOCCI.
~
Expand Down Expand Up @@ -38,6 +55,11 @@
<artifactId>junit</artifactId>
<version>4.8.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.2</version>
</dependency>
</dependencies>
</dependencyManagement>
<modules>
Expand Down Expand Up @@ -76,9 +98,14 @@
<!-- More Project Information -->
<name>tuOCCI Open Cloud Computing Interface Framework</name>
<description>...</description>
<url></url>
<url>http://irf.github.com/tuocci</url>
<inceptionYear>2011</inceptionYear>
<licenses></licenses>
<licenses>
<license>
<name>GNU Lesser General Public License, Version 3.0</name>
<url>http://www.gnu.org/licenses/lgpl-3.0.html</url>
</license>
</licenses>
<organization>
<name>Institut für Roboterforschung, Technische Universität Dortmund
</name>
Expand Down Expand Up @@ -117,7 +144,7 @@
<!-- Environment Settings -->
<issueManagement>
<system>GitHub</system>
<url>http://irf.github.com/tuocci</url>
<url>https://github.com/irf/tuocci/issues</url>
</issueManagement>
<ciManagement></ciManagement>
<mailingLists>
Expand Down

0 comments on commit 94a2901

Please sign in to comment.