Skip to content

Commit 9336f47

Browse files
committedMar 17, 2011
fix build.properites.default typo
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1082479 13f79535-47bb-0310-9956-ffa450edef68
1 parent ed2d2e1 commit 9336f47

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎build.properties.default

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Maven2 Repository Locations (you can override these to point to a local proxy, e.g. Nexus)
2-
artifact.remoteRepository.central: http://repo1.maven.org/maven2
3-
artifact.remoteRepository.java.net2: http://download.java.net/maven/2
4-
artifact.remoteRepository.java.apache: https://repository.apache.org/content/repositories/releases
5-
artifact.remoteRepository.java.cloudera: https://repository.cloudera.com/content/repositories/releases
6-
artifact.remoteRepository.java.jclouds: http://jclouds.googlecode.com/svn/repo
7-
artifact.remoteRepository.java.oauth: http://oauth.googlecode.com/svn/code/maven
8-
artifact.remoteRepository.java.twttr: http://maven.twttr.com
1+
# Maven2 Repository Locations (you can override these in "build.properties" to point to a local proxy, e.g. Nexus)
2+
artifact.remoteRepository.central: http://repo1.maven.org/maven2
3+
artifact.remoteRepository.java.net2: http://download.java.net/maven/2
4+
artifact.remoteRepository.apache: https://repository.apache.org/content/repositories/releases
5+
artifact.remoteRepository.cloudera: https://repository.cloudera.com/content/repositories/releases
6+
artifact.remoteRepository.jclouds: http://jclouds.googlecode.com/svn/repo
7+
artifact.remoteRepository.oauth: http://oauth.googlecode.com/svn/code/maven
8+
artifact.remoteRepository.twttr: http://maven.twttr.com
99

0 commit comments

Comments
 (0)
Please sign in to comment.