-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update scm informations and add new developer.
- Loading branch information
1 parent
c65ca26
commit f17f49e
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,12 +36,12 @@ | |
|
||
<name>${project.groupId}:${project.artifactId}</name> | ||
<description>DesignWizard - API that supports the automated inspection of Design Tests of Java programs</description> | ||
<url>http://designwizard.org</url> | ||
<url>http://www.designwizard.org</url> | ||
|
||
<licenses> | ||
<license> | ||
<name>GNU Lesser General Public</name> | ||
<url>LICENSE.txt</url> | ||
<name>MIT License</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
|
||
|
@@ -58,12 +58,12 @@ | |
|
||
<issueManagement> | ||
<url>https://github.com/joaoarthurbm/designwizard/issues</url> | ||
<system>GitHub Issues</system> | ||
<system>GitHub</system> | ||
</issueManagement> | ||
|
||
<scm> | ||
<url>https://github.com/joaoarthurbm/designwizard</url> | ||
<connection>scm:git:git@github.com/joaoarthurbm/designwizard.git</connection> | ||
<connection>scm:git:git://github.com/joaoarthurbm/designwizard.git</connection> | ||
<developerConnection>scm:git:[email protected]:joaoarthurbm/designwizard.git</developerConnection> | ||
</scm> | ||
|
||
|
@@ -98,6 +98,11 @@ | |
<url>https://github.com/catharinequintans</url> | ||
<id>catharinequintans</id> | ||
</developer> | ||
<developer> | ||
<name>Aline Costa</name> | ||
<url>https://github.com/alineatcosta</url> | ||
<id>alineatcosta</id> | ||
</developer> | ||
</developers> | ||
|
||
<dependencies> | ||
|