From 9336f47c5e2141b08fd329e73ba5ea346e192fac Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Thu, 17 Mar 2011 13:04:42 +0000 Subject: [PATCH] fix build.properites.default typo git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1082479 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build.properties.default b/build.properties.default index 0d6d7d23ad..884c2c6f11 100644 --- a/build.properties.default +++ b/build.properties.default @@ -1,9 +1,9 @@ -# Maven2 Repository Locations (you can override these to point to a local proxy, e.g. Nexus) -artifact.remoteRepository.central: http://repo1.maven.org/maven2 -artifact.remoteRepository.java.net2: http://download.java.net/maven/2 -artifact.remoteRepository.java.apache: https://repository.apache.org/content/repositories/releases -artifact.remoteRepository.java.cloudera: https://repository.cloudera.com/content/repositories/releases -artifact.remoteRepository.java.jclouds: http://jclouds.googlecode.com/svn/repo -artifact.remoteRepository.java.oauth: http://oauth.googlecode.com/svn/code/maven -artifact.remoteRepository.java.twttr: http://maven.twttr.com +# Maven2 Repository Locations (you can override these in "build.properties" to point to a local proxy, e.g. Nexus) +artifact.remoteRepository.central: http://repo1.maven.org/maven2 +artifact.remoteRepository.java.net2: http://download.java.net/maven/2 +artifact.remoteRepository.apache: https://repository.apache.org/content/repositories/releases +artifact.remoteRepository.cloudera: https://repository.cloudera.com/content/repositories/releases +artifact.remoteRepository.jclouds: http://jclouds.googlecode.com/svn/repo +artifact.remoteRepository.oauth: http://oauth.googlecode.com/svn/code/maven +artifact.remoteRepository.twttr: http://maven.twttr.com