Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlvp committed Apr 4, 2018
2 parents 55ff442 + b3d4258 commit bcb5b06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

<groupId>eu.stamp-project</groupId>
<artifactId>descartes</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
<packaging>jar</packaging>

<!-- Name must match artifactId so PIT can find the plugin -->
<!--<name>${project.groupId}:${project.artifactId}</name>-->

<name>descartes</name>
<description>Mutation engine for PITest implementing extreme mutation operators</description>
<url>https://github.com/STAMP-project/pitest-descartes.git</url>

Expand Down Expand Up @@ -46,7 +47,7 @@
<connection>scm:git:git://github.com:STAMP-project/pitest-descartes.git</connection>
<developerConnection>scm:git:git@github.com:STAMP-project/pitest-descartes.git</developerConnection>
<url>https://github.com/STAMP-project/pitest-descartes</url>
<tag>1.0</tag>
<tag>descartes-1.0</tag>
</scm>

<repositories>
Expand Down

0 comments on commit bcb5b06

Please sign in to comment.