Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-plugin-tools-3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jan 10, 2022
1 parent c8ddcdc commit 33eb6d9
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion maven-plugin-annotations/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>maven-plugin-tools</artifactId>
<groupId>org.apache.maven.plugin-tools</groupId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
</parent>

<artifactId>maven-plugin-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-plugin/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>maven-plugin-tools</artifactId>
<groupId>org.apache.maven.plugin-tools</groupId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
</parent>

<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-tools-annotations/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
</parent>

<artifactId>maven-plugin-tools-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-tools-api/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
</parent>

<artifactId>maven-plugin-tools-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-tools-generators/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
</parent>

<artifactId>maven-plugin-tools-generators</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-tools-java/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
</parent>

<artifactId>maven-plugin-tools-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-script/maven-plugin-tools-ant/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script</artifactId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
</parent>

<artifactId>maven-plugin-tools-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-script/maven-plugin-tools-beanshell/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script</artifactId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
</parent>

<artifactId>maven-plugin-tools-beanshell</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-script/maven-plugin-tools-model/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script</artifactId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
</parent>

<artifactId>maven-plugin-tools-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-script/maven-script-ant/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script</artifactId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
</parent>

<artifactId>maven-script-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-script/maven-script-beanshell/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script</artifactId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
</parent>

<artifactId>maven-script-beanshell</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-script/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
</parent>

<artifactId>maven-script</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -29,7 +29,7 @@

<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
<packaging>pom</packaging>

<name>Maven Plugin Tools</name>
Expand Down Expand Up @@ -72,7 +72,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-tools.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-tools.git</developerConnection>
<url>https://github.com/apache/maven-plugin-tools/tree/${project.scm.tag}</url>
<tag>master</tag>
<tag>maven-plugin-tools-3.6.4</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand All @@ -99,7 +99,7 @@
<mavenInvokerPluginVersion>3.2.2</mavenInvokerPluginVersion>
<maven.site.path>plugin-tools-archives/plugin-tools-LATEST</maven.site.path>
<asmVersion>9.2</asmVersion>
<project.build.outputTimestamp>2022-01-08T11:20:47Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-01-10T23:05:06Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 33eb6d9

Please sign in to comment.