Repository: incubator-atlas Updated Branches: refs/heads/master ddb14b54c -> 60ebe8bea
ATLAS-486: updated pom.xml to fix scm url and upgrade plugin Signed-off-by: Suma Shivaprasad <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/60ebe8be Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/60ebe8be Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/60ebe8be Branch: refs/heads/master Commit: 60ebe8bea73058f180e7ef08dc55a616aec4b525 Parents: ddb14b5 Author: sneethiraj <[email protected]> Authored: Wed Feb 17 01:19:36 2016 -0500 Committer: Suma Shivaprasad <[email protected]> Committed: Wed Feb 17 14:14:10 2016 -0800 ---------------------------------------------------------------------- pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/60ebe8be/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0837817..36397ea 100755 --- a/pom.xml +++ b/pom.xml @@ -82,10 +82,10 @@ </mailingLists> <scm> - <connection>scm:https://git-wip-us.apache.org/repos/asf/incubator-atlas.git</connection> - <developerConnection>scm:https://git-wip-us.apache.org/repos/asf/incubator-atlas.git</developerConnection> + <connection>scm:git:https://github.com/apache/incubator-atlas.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-atlas.git</developerConnection> <tag>HEAD</tag> - <url>https://git-wip-us.apache.org/repos/asf/incubator-atlas.git</url> + <url>https://github.com/apache/incubator-atlas.git</url> </scm> <developers> @@ -330,6 +330,7 @@ <properties> <!-- platform encoding override --> + <skipTests>false</skipTests> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <node.version>v0.10.30</node.version> @@ -1249,7 +1250,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> - <version>1.0</version> + <version>1.4</version> </plugin> <plugin> @@ -1447,7 +1448,7 @@ <user.dir>${project.basedir}</user.dir> <atlas.data>${project.build.directory}/data</atlas.data> </systemProperties> - <!--<skipTests>true</skipTests>--> + <skipTests>${skipTests}</skipTests> <forkMode>always</forkMode> <redirectTestOutputToFile>true</redirectTestOutputToFile> <argLine>-Djava.awt.headless=true -Dproject.version=${project.version}
