Repository: incubator-zeppelin Updated Branches: refs/heads/master e23f30340 -> a911092a6
Removed custom repositories I removed the custom repositories from the pom.xml file, deleted my ~/.m2/repository directory and ran: mvn clean package -Pspark-1.3 -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests which succeeded. Author: James Carman <[email protected]> Closes #54 from jwcarman/master and squashes the following commits: f0a9fa9 [James Carman] Upgrading to non-SNAPSHOT version of s3 plugin. b0d3d97 [James Carman] Removed custom plugin repository. 047f880 [James Carman] Removed custom repositories Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/a911092a Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/a911092a Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/a911092a Branch: refs/heads/master Commit: a911092a6bef61b2c6c417bb09e886378ddff027 Parents: e23f303 Author: James Carman <[email protected]> Authored: Wed May 6 06:46:14 2015 -0400 Committer: Lee moon soo <[email protected]> Committed: Sat May 9 05:36:26 2015 +0900 ---------------------------------------------------------------------- pom.xml | 41 -------------------------------------- zeppelin-distribution/pom.xml | 2 +- 2 files changed, 1 insertion(+), 42 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/a911092a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 81fd00e..f821d80 100644 --- a/pom.xml +++ b/pom.xml @@ -1202,47 +1202,6 @@ </pluginManagement> </build> - <repositories> - <!-- For dependency recosiled version of hive_test --> - <repository> - <id>nflabs public repository</id> - <url>https://raw.github.com/NFLabs/mvn-repo/master/releases</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - - <!-- for for jdo/jdo2-api/2.3-ec --> - <repository> - <id>cdh-repository</id> - <name>CDH Repository</name> - <url>https://repository.cloudera.com/artifactory/cloudera-repos</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <pluginRepositories> - <!-- for s3-upload-maven-pugin 1.2-SNAPSHOT until this one merged https://github.com/bazaarvoice/s3-upload-maven-plugin/pull/2 --> - <pluginRepository> - <id>nflabs public repository snspshots</id> - <url>https://github.com/NFLabs/mvn-repo/raw/master/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> - <profiles> <profile> <id>build-distr</id> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/a911092a/zeppelin-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-distribution/pom.xml b/zeppelin-distribution/pom.xml index efe83ab..ce438f0 100644 --- a/zeppelin-distribution/pom.xml +++ b/zeppelin-distribution/pom.xml @@ -147,7 +147,7 @@ <plugin> <groupId>com.bazaarvoice.maven.plugins</groupId> <artifactId>s3-upload-maven-plugin</artifactId> - <version>1.2-SNAPSHOT</version> + <version>1.2</version> <configuration> <bucketName>zeppel.in</bucketName> <endpoint>s3-ap-northeast-1.amazonaws.com</endpoint>
