Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pitest-parent-1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Sep 28, 2015
1 parent ef162ed commit 209a2fe
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 37 deletions.
8 changes: 3 additions & 5 deletions pitest-ant/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
</parent>
<artifactId>pitest-ant</artifactId>
<name>pitest-ant</name>
Expand Down Expand Up @@ -67,8 +66,7 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<artifactSet>
<includes>
Expand Down
6 changes: 3 additions & 3 deletions pitest-build-config/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.pitest</groupId>
<artifactId>pitest-build-config</artifactId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
<name>Build Config</name>
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
</parent>

</project>
8 changes: 3 additions & 5 deletions pitest-command-line/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
</parent>
<artifactId>pitest-command-line</artifactId>
<name>pitest-command-line</name>
Expand Down Expand Up @@ -50,8 +49,7 @@
</includes>
</artifactSet>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
</execution>
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>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
</parent>
<artifactId>pitest-groovy-verification</artifactId>
<packaging>jar</packaging>
Expand Down
8 changes: 3 additions & 5 deletions pitest-html-report/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
</parent>
<artifactId>pitest-html-report</artifactId>
<name>pitest-html-report</name>
Expand Down Expand Up @@ -50,8 +49,7 @@
</includes>
</artifactSet>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<relocations>
<relocation>
Expand Down
5 changes: 2 additions & 3 deletions pitest-maven-verification/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
</parent>
<artifactId>pitest-maven-verification</artifactId>
<packaging>jar</packaging>
Expand Down
5 changes: 2 additions & 3 deletions pitest-maven/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
</parent>
<artifactId>pitest-maven</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
11 changes: 4 additions & 7 deletions pitest/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>pitest-parent</artifactId>
<groupId>org.pitest</groupId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
</parent>
<artifactId>pitest</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -109,8 +108,7 @@
</artifactSet>

<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>

<relocations>
Expand Down Expand Up @@ -173,8 +171,7 @@
issue with maven-shade-plugin There appears to be some stale state from previous
executions of the Shade plugin, which manifest themselves as "We have a duplicate"
warnings on build and also as some classes not being updated on build. -->
<delete
file="${project.build.directory}/${project.build.finalName}.${project.packaging}" />
<delete file="${project.build.directory}/${project.build.finalName}.${project.packaging}" />
</target>
</configuration>
</execution>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.pitest</groupId>
<organization>
<name>org.pitest</name>
</organization>
<artifactId>pitest-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.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:[email protected]:hcoles/pitest.git</connection>
<developerConnection>scm:git:[email protected]:hcoles/pitest.git</developerConnection>
</scm>
<tag>pitest-parent-1.1.7</tag>
</scm>

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

0 comments on commit 209a2fe

Please sign in to comment.