Repository: commons-rng Updated Branches: refs/heads/multimodule d97108112 -> f3963f2b4
Copy distributionManagement section into build-tools project Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/f3963f2b Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/f3963f2b Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/f3963f2b Branch: refs/heads/multimodule Commit: f3963f2b40d452c2bd2075032c82b782196ff73a Parents: d971081 Author: Artem Barger <ar...@bargr.net> Authored: Wed Oct 26 19:30:37 2016 +0300 Committer: Artem Barger <ar...@bargr.net> Committed: Wed Oct 26 19:30:37 2016 +0300 ---------------------------------------------------------------------- commons-rng-build-tools/pom.xml | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/f3963f2b/commons-rng-build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/commons-rng-build-tools/pom.xml b/commons-rng-build-tools/pom.xml index 5d97a66..c5fc803 100644 --- a/commons-rng-build-tools/pom.xml +++ b/commons-rng-build-tools/pom.xml @@ -1,20 +1,30 @@ <?xml version="1.0"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.commons</groupId> + <groupId>org.apache.commons</groupId> <artifactId>commons-rng-build-tools</artifactId> <version>1.0-SNAPSHOT</version> <name>Build Tools</name> <url>http://maven.apache.org</url> - <inceptionYear>2016</inceptionYear> - <description>The Apache Commons RNG maven building scripts configuration resources.</description> + <inceptionYear>2016</inceptionYear> + <description>The Apache Commons RNG maven building scripts configuration resources.</description> + + <scm> + <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-rng.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-rng.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=commons-rng.git</url> + </scm> + + <distributionManagement> + <site> + <id>apache.website</id> + <name>Apache Commons Site</name> + <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-rng/</url> + </site> + </distributionManagement> - <scm> - <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-rng.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-rng.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=commons-rng.git</url> - </scm> </project>