This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-fluido-skin-1.3.1 in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
commit a4fcd164b7753c6558dffd66785b7a40891846c5 Author: Michael Osipov <[email protected]> AuthorDate: Tue Dec 10 17:12:24 2013 +0000 Add a distMngt section with site URL. Skin is not a module of its parent. No inheritance necessary here. git-svn-id: https://svn.apache.org/repos/asf/maven/skins/branches/maven-fluido-skin-1.3.x@1549895 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index f75095d..021baf5 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,13 @@ <url>http://jira.codehaus.org/browse/MSKINS/component/15253</url> </issueManagement> + <distributionManagement> + <site> + <id>apache.website</id> + <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url> + </site> + </distributionManagement> + <contributors> <!-- in alphabetical order --> <contributor> @@ -82,6 +89,7 @@ <properties> <bootstrap.version>2.2.2</bootstrap.version> <jquery.version>1.9.1</jquery.version> + <maven.site.path>skins-archives/maven-fluido-skin-LATEST</maven.site.path> </properties> <build> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
