Skip to content

Commit b994451

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9ab13fb commit b994451

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

doxia-decoration-model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven.doxia</groupId>
2727
<artifactId>doxia-sitetools</artifactId>
28-
<version>1.10</version>
28+
<version>1.11-SNAPSHOT</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

doxia-doc-renderer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<artifactId>doxia-sitetools</artifactId>
2727
<groupId>org.apache.maven.doxia</groupId>
28-
<version>1.10</version>
28+
<version>1.11-SNAPSHOT</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

doxia-integration-tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.maven.doxia</groupId>
2727
<artifactId>doxia-sitetools</artifactId>
28-
<version>1.10</version>
28+
<version>1.11-SNAPSHOT</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

doxia-site-renderer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven.doxia</groupId>
2727
<artifactId>doxia-sitetools</artifactId>
28-
<version>1.10</version>
28+
<version>1.11-SNAPSHOT</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

doxia-skin-model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven.doxia</groupId>
2727
<artifactId>doxia-sitetools</artifactId>
28-
<version>1.10</version>
28+
<version>1.11-SNAPSHOT</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ under the License.
3131

3232
<groupId>org.apache.maven.doxia</groupId>
3333
<artifactId>doxia-sitetools</artifactId>
34-
<version>1.10</version>
34+
<version>1.11-SNAPSHOT</version>
3535
<packaging>pom</packaging>
3636

3737
<name>Doxia Sitetools</name>
@@ -51,7 +51,7 @@ under the License.
5151
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</connection>
5252
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</developerConnection>
5353
<url>https://github.com/apache/maven-doxia-sitetools/tree/${project.scm.tag}</url>
54-
<tag>doxia-sitetools-1.10</tag>
54+
<tag>master</tag>
5555
</scm>
5656
<issueManagement>
5757
<system>jira</system>
@@ -71,7 +71,7 @@ under the License.
7171
<properties>
7272
<doxiaVersion>1.10</doxiaVersion>
7373
<maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
74-
<project.build.outputTimestamp>2021-06-26T11:32:42Z</project.build.outputTimestamp>
74+
<project.build.outputTimestamp>2021-06-26T11:33:32Z</project.build.outputTimestamp>
7575
</properties>
7676

7777
<dependencyManagement>

0 commit comments

Comments
 (0)