Updated Branches: refs/heads/trunk c51e27dd5 -> 799824014
GIRAPH-559: Giraph build breaks (nitay) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/79982401 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/79982401 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/79982401 Branch: refs/heads/trunk Commit: 7998240142c99311f7d51cde9bc102259c9bd937 Parents: c51e27d Author: Nitay Joffe <[email protected]> Authored: Mon Mar 11 21:44:59 2013 -0400 Committer: Nitay Joffe <[email protected]> Committed: Mon Mar 11 22:26:36 2013 -0400 ---------------------------------------------------------------------- CHANGELOG | 2 ++ giraph-accumulo/pom.xml | 35 ----------------------------------- giraph-hbase/pom.xml | 35 ----------------------------------- pom.xml | 19 ++++++++++++------- 4 files changed, 14 insertions(+), 77 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/79982401/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index ee894ba..90d626f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 0.2.0 - unreleased + GIRAPH-559: Giraph build breaks (nitay) + GIRAPH-550: HiveVertexReader should call initialize, not users (nitay) GIRAPH-523: MasterObserver should pass in superstep number (gaurav.menghani via nitay) http://git-wip-us.apache.org/repos/asf/giraph/blob/79982401/giraph-accumulo/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-accumulo/pom.xml b/giraph-accumulo/pom.xml index 1f229da..fd1ee2b 100644 --- a/giraph-accumulo/pom.xml +++ b/giraph-accumulo/pom.xml @@ -69,41 +69,6 @@ under the License. </plugins> </build> - <repositories> - <!-- This is the main maven repository. Normally we wouldn't need to put - it here when it's the only one being used, but since we need to add - special repositories to get hcatalog we need to mention this one - specifically otherwise it won't be included. --> - <repository> - <id>central</id> - <name>Maven Repository</name> - <url>http://repo1.maven.org/maven2</url> - <releases> - <enabled>true</enabled> - </releases> - </repository> - <!-- This is necessary for hcatalog. --> - <repository> - <id>apache</id> - <name>Apache Repository</name> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - <!-- This is necessary for hive-metastore dependencies for hcatalog. --> - <repository> - <id>datanucleus</id> - <name>datanucleus maven repository</name> - <url>http://www.datanucleus.org/downloads/maven2</url> - <layout>default</layout> - <releases> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </releases> - </repository> - </repositories> - <profiles> <profile> <id>hadoop_0.20.203</id> http://git-wip-us.apache.org/repos/asf/giraph/blob/79982401/giraph-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-hbase/pom.xml b/giraph-hbase/pom.xml index e7aa420..41b27e8 100644 --- a/giraph-hbase/pom.xml +++ b/giraph-hbase/pom.xml @@ -69,41 +69,6 @@ under the License. </plugins> </build> - <repositories> - <!-- This is the main maven repository. Normally we wouldn't need to put - it here when it's the only one being used, but since we need to add - special repositories to get hcatalog we need to mention this one - specifically otherwise it won't be included. --> - <repository> - <id>central</id> - <name>Maven Repository</name> - <url>http://repo1.maven.org/maven2</url> - <releases> - <enabled>true</enabled> - </releases> - </repository> - <!-- This is necessary for hcatalog. --> - <repository> - <id>apache</id> - <name>Apache Repository</name> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - <!-- This is necessary for hive-metastore dependencies for hcatalog. --> - <repository> - <id>datanucleus</id> - <name>datanucleus maven repository</name> - <url>http://www.datanucleus.org/downloads/maven2</url> - <layout>default</layout> - <releases> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </releases> - </repository> - </repositories> - <profiles> <profile> <id>hadoop_0.20.203</id> http://git-wip-us.apache.org/repos/asf/giraph/blob/79982401/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 509831b..b86a932 100644 --- a/pom.xml +++ b/pom.xml @@ -196,6 +196,13 @@ under the License. <repositories> <repository> + <id>central</id> + <url>http://repo1.maven.org/maven2</url> + <releases> + <enabled>true</enabled> + </releases> + </repository> + <repository> <id>cloudera cdh</id> <url>https://repository.cloudera.com/artifactory/cloudera-repos</url> <releases> @@ -207,21 +214,19 @@ under the License. </repository> <repository> <id>apache snapshots</id> - <name>www.apache.org</name> - <url>https://repository.apache.org/content/repositories/snapshots</url> + <url>https://repository.apache.org/content/groups/public/</url> <snapshots> <enabled>true</enabled> </snapshots> <releases> - <enabled>false</enabled> + <enabled>true</enabled> </releases> </repository> <repository> - <id>apache releases</id> - <name>www.apache.org</name> - <url>https://repository.apache.org/content/repositories/releases</url> + <id>sonatypereleases</id> + <url>https://oss.sonatype.org/content/groups/public/</url> <snapshots> - <enabled>false</enabled> + <enabled>true</enabled> </snapshots> <releases> <enabled>true</enabled>
