Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pitest-parent-0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Feb 19, 2014
1 parent f40c0ba commit 9eb386a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pitest-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>0.33-SNAPSHOT</version>
<version>0.33</version>
</parent>
<artifactId>pitest-ant</artifactId>
<name>pitest-ant</name>
Expand Down
2 changes: 1 addition & 1 deletion pitest-command-line/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>0.33-SNAPSHOT</version>
<version>0.33</version>
</parent>
<artifactId>pitest-command-line</artifactId>
<name>pitest-command-line</name>
Expand Down
2 changes: 1 addition & 1 deletion pitest-groovy-verification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>0.33-SNAPSHOT</version>
<version>0.33</version>
</parent>
<artifactId>pitest-groovy-verification</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pitest-html-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>0.33-SNAPSHOT</version>
<version>0.33</version>
</parent>
<artifactId>pitest-html-report</artifactId>
<name>pitest-html-report</name>
Expand Down
2 changes: 1 addition & 1 deletion pitest-maven-verification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>0.33-SNAPSHOT</version>
<version>0.33</version>
</parent>
<artifactId>pitest-maven-verification</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pitest-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>0.33-SNAPSHOT</version>
<version>0.33</version>
</parent>
<artifactId>pitest-maven</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pitest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>0.33-SNAPSHOT</version>
<version>0.33</version>
</parent>
<artifactId>pitest</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -193,7 +193,7 @@
<configuration>
<dependencyDefinition>
show allResults
check absenceOfPackageCycles > 1 in org.pitest.*
check absenceOfPackageCycles &gt; 1 in org.pitest.*
</dependencyDefinition>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<organization><name>org.pitest</name></organization>
<artifactId>pitest-parent</artifactId>
<packaging>pom</packaging>
<version>0.33-SNAPSHOT</version>
<version>0.33</version>
<name>pitest-parent</name>
<url>http://pitest.org</url>
<description>Mutation testing system for java - parent project</description>
Expand Down

0 comments on commit 9eb386a

Please sign in to comment.