Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pitest-parent-1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Mar 28, 2019
1 parent 106042d commit 96e3d64
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pitest-aggregator/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.pitest</groupId>
<artifactId>pitest-parent</artifactId>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.7</version>
</parent>
<artifactId>pitest-aggregator</artifactId>
<description>Aggregates the output of report XML documents into a new combined HTML report</description>
Expand Down
2 changes: 1 addition & 1 deletion pitest-ant/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.7</version>
</parent>
<artifactId>pitest-ant</artifactId>
<name>pitest-ant</name>
Expand Down
2 changes: 1 addition & 1 deletion pitest-build-config/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.7</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion pitest-command-line/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.7</version>
</parent>
<artifactId>pitest-command-line</artifactId>
<name>pitest-command-line</name>
Expand Down
2 changes: 1 addition & 1 deletion pitest-entry/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.7</version>
</parent>
<artifactId>pitest-entry</artifactId>
<name>pitest-entry</name>
Expand Down
2 changes: 1 addition & 1 deletion pitest-groovy-verification/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.7</version>
</parent>
<artifactId>pitest-groovy-verification</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pitest-html-report/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.7</version>
</parent>
<artifactId>pitest-html-report</artifactId>
<name>pitest-html-report</name>
Expand Down
2 changes: 1 addition & 1 deletion pitest-java8-verification/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pitest-maven-verification/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.7</version>
</parent>
<artifactId>pitest-maven-verification</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pitest-maven/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.7</version>
</parent>
<artifactId>pitest-maven</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pitest/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.7</version>
</parent>
<artifactId>pitest</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -7,15 +7,15 @@
</organization>
<artifactId>pitest-parent</artifactId>
<packaging>pom</packaging>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.7</version>
<name>pitest-parent</name>
<url>http://pitest.org</url>
<description>Mutation testing system for java - parent project</description>
<scm>
<url>https://github.com/hcoles/pitest</url>
<connection>scm:git:git@github.com:hcoles/pitest.git</connection>
<developerConnection>scm:git:git@github.com:hcoles/pitest.git</developerConnection>
<tag>HEAD</tag>
<tag>pitest-parent-1.4.7</tag>
</scm>

<licenses>
Expand Down Expand Up @@ -168,7 +168,7 @@
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-build-config</artifactId>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.7</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit 96e3d64

Please sign in to comment.