Skip to content

Commit

Permalink
[maven-release-plugin] prepare release doxia-sitetools-1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Dec 12, 2021
1 parent ff4b059 commit 1f9fcf5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doxia-decoration-model/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion doxia-doc-renderer/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>doxia-sitetools</artifactId>
<groupId>org.apache.maven.doxia</groupId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion doxia-integration-tools/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion doxia-site-renderer/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion doxia-skin-model/pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -31,7 +31,7 @@ under the License.

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

<name>Doxia Sitetools</name>
Expand All @@ -51,7 +51,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-1.11.1</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand All @@ -71,7 +71,7 @@ under the License.
<properties>
<doxiaVersion>1.11.1</doxiaVersion>
<maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
<project.build.outputTimestamp>2021-12-10T20:38:39Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2021-12-12T17:08:08Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 1f9fcf5

Please sign in to comment.