Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-parent-34
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jan 26, 2020
1 parent db62350 commit 63c56d1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apache-resource-bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion doxia-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-shared-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-skins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>

<!--
Licensed to the Apache Software Foundation (ASF) under one
Expand Down Expand Up @@ -32,7 +32,7 @@ under the License.

<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>34-SNAPSHOT</version>
<version>34</version>
<packaging>pom</packaging>

<name>Apache Maven</name>
Expand Down Expand Up @@ -869,7 +869,7 @@ under the License.
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git</developerConnection>
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>maven-parent-34</tag>
</scm>

<ciManagement>
Expand Down Expand Up @@ -901,7 +901,7 @@ under the License.
<mavenPluginToolsVersion>3.5.2</mavenPluginToolsVersion>
<!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some) -->
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>
<project.build.outputTimestamp>2020-01-15T22:27:56Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2020-01-26T09:03:59Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 63c56d1

Please sign in to comment.