Author: olamy
Date: Thu Oct 13 20:03:07 2011
New Revision: 1183059
URL: http://svn.apache.org/viewvc?rev=1183059&view=rev
Log:
add repo for junit-benchmarks snapshot
Modified:
incubator/directmemory/trunk/directmemory-cache/pom.xml
Modified: incubator/directmemory/trunk/directmemory-cache/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/directmemory-cache/pom.xml?rev=1183059&r1=1183058&r2=1183059&view=diff
==============================================================================
--- incubator/directmemory/trunk/directmemory-cache/pom.xml (original)
+++ incubator/directmemory/trunk/directmemory-cache/pom.xml Thu Oct 13 20:03:07
2011
@@ -34,7 +34,7 @@ under the License.
<description>DirectMemory Cache is a multi layered cache implementation
featuring off-heap memory management (a-la
BigMemory) to enable efficient handling of a large number of java objects
without affecting jvm garbage collection
performance
- </description>
+ </description>
<build>
<plugins>
@@ -171,6 +171,18 @@ under the License.
<url>http://repo.fusesource.com/maven2</url>
<id>fusesource</id>
</repository>
+ <repository>
+ <id>sonatype-nexus-public</id>
+ <name>SonaType public snapshots and releases repository</name>
+ <url>https://oss.sonatype.org/content/groups/public</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+
</repositories>
</project>