Skip to content

Commit

Permalink
[maven-release-plugin] prepare release surefire-3.0.0-M5_vote-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed Jun 10, 2020
1 parent 02cca4d commit 1eb35fd
Show file tree
Hide file tree
Showing 26 changed files with 32 additions and 36 deletions.
2 changes: 1 addition & 1 deletion maven-failsafe-plugin/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-surefire-common/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>maven-surefire-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-surefire-plugin/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-surefire-report-plugin/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<groupId>org.apache.maven.plugins</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
<packaging>pom</packaging>

<name>Apache Maven Surefire</name>
Expand Down Expand Up @@ -69,7 +69,7 @@
<connection>${maven.surefire.scm.devConnection}</connection>
<developerConnection>${maven.surefire.scm.devConnection}</developerConnection>
<url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>surefire-3.0.0-M5_vote-1</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand Down Expand Up @@ -107,7 +107,7 @@
<maven.compiler.testSource>1.${javaVersion}</maven.compiler.testSource>
<maven.compiler.testTarget>1.${javaVersion}</maven.compiler.testTarget>
<jvm.args.tests>-Xms128m -Xmx144m -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true</jvm.args.tests>
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2020-06-10T18:11:15Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion surefire-api/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-booter/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-booter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-extensions-api/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-extensions-api</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions surefire-extensions-spi/pom.xml
Expand Up @@ -17,15 +17,13 @@
~ specific language governing permissions and limitations
~ under the License.
-->
<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>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-extensions-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-grouper/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-grouper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-its/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-its</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-logger-api/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-logger-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/common-java5/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>common-java5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/common-junit3/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>common-junit3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/common-junit4/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>common-junit4</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions surefire-providers/common-junit48/pom.xml
Expand Up @@ -17,14 +17,13 @@
~ under the License.
-->

<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>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>common-junit48</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-providers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/surefire-junit-platform/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-junit-platform</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/surefire-junit3/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-junit3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/surefire-junit4/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-junit4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/surefire-junit47/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-junit47</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/surefire-testng-utils/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-testng-utils</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions surefire-providers/surefire-testng/pom.xml
Expand Up @@ -17,14 +17,13 @@
~ under the License.
-->

<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>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-testng</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion surefire-report-parser/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-report-parser</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions surefire-shadefire/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-shadefire</artifactId>
Expand Down Expand Up @@ -89,7 +89,7 @@
</relocation>
</relocations>
<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 surefire-shared-utils/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-M5</version>
</parent>

<artifactId>surefire-shared-utils</artifactId>
Expand Down

0 comments on commit 1eb35fd

Please sign in to comment.