EP / tokyotyrant-java (http://code.google.com/p/tokyotyrant-java)

Java client for Tokyo Tyrant.

Clone this repository (size: 503.6 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/EP/tokyotyrant-java/
commit 220: fffe1e6f54d4
parent 219: eab7f7390dc4
branch: default
Add undercover maven snapshot repository.
Eung-ju PARK
10 months ago

Changed (Δ257 bytes):

raw changeset »

pom.xml (10 lines added, 0 lines removed)

Up to file-list pom.xml:

42
42
		</repository>
43
43
	</repositories>
44
44
45
	<pluginRepositories>
46
		<pluginRepository>
47
			<id>undercover-snaphost</id>
48
			<url>http://undercover.googlecode.com/svn/maven/snapshot-repository</url>
49
			<snapshots>
50
				<enabled>true</enabled>
51
			</snapshots>
52
		</pluginRepository>
53
	</pluginRepositories>
54
45
55
	<distributionManagement>
46
56
		<repository>
47
57
			<id>tokyotyrant-java</id>