Skip to content

Commit 0f79ba1

Browse files
committed
[maven-release-plugin] prepare release doxia-sitetools-2.0.0
1 parent 4d455f7 commit 0f79ba1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

doxia-integration-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.doxia</groupId>
2525
<artifactId>doxia-sitetools</artifactId>
26-
<version>2.0.0-M20-SNAPSHOT</version>
26+
<version>2.0.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

doxia-site-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.doxia</groupId>
2525
<artifactId>doxia-sitetools</artifactId>
26-
<version>2.0.0-M20-SNAPSHOT</version>
26+
<version>2.0.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

doxia-site-renderer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.doxia</groupId>
2525
<artifactId>doxia-sitetools</artifactId>
26-
<version>2.0.0-M20-SNAPSHOT</version>
26+
<version>2.0.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

doxia-skin-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.doxia</groupId>
2525
<artifactId>doxia-sitetools</artifactId>
26-
<version>2.0.0-M20-SNAPSHOT</version>
26+
<version>2.0.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ under the License.
2929

3030
<groupId>org.apache.maven.doxia</groupId>
3131
<artifactId>doxia-sitetools</artifactId>
32-
<version>2.0.0-M20-SNAPSHOT</version>
32+
<version>2.0.0</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Doxia Sitetools</name>
@@ -47,7 +47,7 @@ under the License.
4747
<scm>
4848
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</connection>
4949
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</developerConnection>
50-
<tag>master</tag>
50+
<tag>doxia-sitetools-2.0.0</tag>
5151
<url>https://github.com/apache/maven-doxia-sitetools/tree/${project.scm.tag}</url>
5252
</scm>
5353
<issueManagement>
@@ -74,7 +74,7 @@ under the License.
7474
<wagonVersion>3.5.3</wagonVersion>
7575
<l10nPluginVersion>1.0.0</l10nPluginVersion>
7676
<maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
77-
<project.build.outputTimestamp>2024-05-22T19:36:02Z</project.build.outputTimestamp>
77+
<project.build.outputTimestamp>2024-10-06T18:43:10Z</project.build.outputTimestamp>
7878
</properties>
7979

8080
<dependencyManagement>

0 commit comments

Comments
 (0)