Skip to content

Commit

Permalink
Update scm informations and add new developer.
Browse files Browse the repository at this point in the history
  • Loading branch information
tacianosilva committed May 6, 2016
1 parent c65ca26 commit f17f49e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>

Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit f17f49e

Please sign in to comment.