Skip to content

Commit a864a64

Browse files
committed
[maven-release-plugin] prepare release doxia-2.0.0-M12
1 parent c35e61c commit a864a64

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

doxia-core/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</artifactId>
26-
<version>2.0.0-M12-SNAPSHOT</version>
26+
<version>2.0.0-M12</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

doxia-modules/doxia-module-apt/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-modules</artifactId>
26-
<version>2.0.0-M12-SNAPSHOT</version>
26+
<version>2.0.0-M12</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

doxia-modules/doxia-module-fml/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-modules</artifactId>
26-
<version>2.0.0-M12-SNAPSHOT</version>
26+
<version>2.0.0-M12</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

doxia-modules/doxia-module-markdown/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-modules</artifactId>
26-
<version>2.0.0-M12-SNAPSHOT</version>
26+
<version>2.0.0-M12</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

doxia-modules/doxia-module-xdoc/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-modules</artifactId>
26-
<version>2.0.0-M12-SNAPSHOT</version>
26+
<version>2.0.0-M12</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

doxia-modules/doxia-module-xhtml5/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-modules</artifactId>
26-
<version>2.0.0-M12-SNAPSHOT</version>
26+
<version>2.0.0-M12</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

doxia-modules/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</artifactId>
26-
<version>2.0.0-M12-SNAPSHOT</version>
26+
<version>2.0.0-M12</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

doxia-sink-api/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</artifactId>
26-
<version>2.0.0-M12-SNAPSHOT</version>
26+
<version>2.0.0-M12</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

doxia-test-docs/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</artifactId>
26-
<version>2.0.0-M12-SNAPSHOT</version>
26+
<version>2.0.0-M12</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</artifactId>
32-
<version>2.0.0-M12-SNAPSHOT</version>
32+
<version>2.0.0-M12</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Doxia</name>
@@ -62,7 +62,7 @@ under the License.
6262
<scm>
6363
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia.git</connection>
6464
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia.git</developerConnection>
65-
<tag>master</tag>
65+
<tag>doxia-2.0.0-M12</tag>
6666
<url>https://github.com/apache/maven-doxia/tree/${project.scm.tag}</url>
6767
</scm>
6868
<issueManagement>
@@ -84,7 +84,7 @@ under the License.
8484
<javaVersion>8</javaVersion>
8585
<maven.site.path>doxia-archives/doxia-LATEST</maven.site.path>
8686
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,MethodName,InnerAssignment,MagicNumber</checkstyle.violation.ignore>
87-
<project.build.outputTimestamp>2024-05-07T17:47:07Z</project.build.outputTimestamp>
87+
<project.build.outputTimestamp>2024-05-17T19:53:17Z</project.build.outputTimestamp>
8888
<slf4jVersion>1.7.36</slf4jVersion>
8989
<xmlunitVersion>2.10.0</xmlunitVersion>
9090
</properties>

0 commit comments

Comments
 (0)