Skip to content

Commit

Permalink
[maven-release-plugin] prepare release doxia-sitetools-2.0.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Feb 17, 2022
1 parent c3e4eef commit 661d21c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doxia-decoration-model/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.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
<version>2.0.0-M2-SNAPSHOT</version>
<version>2.0.0-M2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion doxia-site-renderer/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.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
<version>2.0.0-M2-SNAPSHOT</version>
<version>2.0.0-M2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion doxia-skin-model/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.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
<version>2.0.0-M2-SNAPSHOT</version>
<version>2.0.0-M2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ under the License.

<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
<version>2.0.0-M2-SNAPSHOT</version>
<version>2.0.0-M2</version>
<packaging>pom</packaging>

<name>Doxia Sitetools</name>
Expand All @@ -50,7 +50,7 @@ under the License.
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</developerConnection>
<url>https://github.com/apache/maven-doxia-sitetools/tree/${project.scm.tag}</url>
<tag>master</tag>
<tag>doxia-sitetools-2.0.0-M2</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand All @@ -76,7 +76,7 @@ under the License.
<wagonVersion>2.8</wagonVersion>
<junitVersion>5.8.2</junitVersion>
<maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
<project.build.outputTimestamp>2022-02-01T20:16:03Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-02-17T13:55:09Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 661d21c

Please sign in to comment.