Skip to content

Commit d44bc5b

Browse files
committed
Doc updates to pom.xml
1 parent 1dd6a2f commit d44bc5b

File tree

1 file changed

+72
-88
lines changed

1 file changed

+72
-88
lines changed

pom.xml

+72-88
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,73 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5-
http://maven.apache.org/xsd/maven-4.0.0.xsd">
6-
7-
<!--
8-
== NOTE ==
9-
This maven file is just for developer convenience, release management
10-
and primary dependency configuration, as well as all ant targets are
11-
managed through ant/ivy.
12-
-->
13-
14-
<modelVersion>4.0.0</modelVersion>
15-
<groupId>net.spy</groupId>
16-
<artifactId>spymemcached</artifactId>
17-
<version>2.999.999-SNAPSHOT</version> <!-- not used -->
18-
19-
<name>Spymemcached</name>
20-
<description>A client library for memcached.</description>
21-
<url>http://www.couchbase.org/code/couchbase/java</url>
22-
23-
<licenses>
24-
<license>
25-
<name>The Apache Software License, Version 2.0</name>
26-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
27-
<distribution>repo</distribution>
28-
</license>
29-
</licenses>
30-
<scm>
31-
<url>https://github.com/couchbase/spymemcached</url>
32-
<connection>
33-
scm:git:git://github.com/couchbase/spymemcached.git
34-
</connection>
35-
</scm>
36-
<developers>
37-
<developer>
38-
<id>net.spy.spymemcached</id>
39-
<name>The Spymemcached Project Contributors</name>
40-
<url>https://code.google.com/p/spymemcached/</url>
41-
<organization>Couchbase, Inc.</organization>
42-
<organizationUrl>http://couchbase.com/</organizationUrl>
43-
</developer>
44-
</developers>
45-
46-
<dependencies>
47-
<!-- Optional Dependencies at Runtime -->
48-
<dependency>
49-
<groupId>log4j</groupId>
50-
<artifactId>log4j</artifactId>
51-
<version>1.2.16</version>
52-
<optional>true</optional>
53-
</dependency>
54-
<dependency>
55-
<groupId>org.slf4j</groupId>
56-
<artifactId>slf4j-api</artifactId>
57-
<version>1.7.5</version>
58-
<optional>true</optional>
59-
</dependency>
60-
<dependency>
61-
<groupId>org.springframework</groupId>
62-
<artifactId>spring-beans</artifactId>
63-
<version>3.0.3.RELEASE</version>
64-
<optional>true</optional>
65-
</dependency>
66-
<dependency>
67-
<groupId>com.codahale.metrics</groupId>
68-
<artifactId>metrics-core</artifactId>
69-
<version>3.0.1</version>
70-
<optional>true</optional>
71-
</dependency>
72-
73-
<!-- Test Dependencies -->
74-
<dependency>
75-
<groupId>junit</groupId>
76-
<artifactId>junit</artifactId>
77-
<version>4.7</version>
78-
<scope>test</scope>
79-
</dependency>
80-
<dependency>
81-
<groupId>jmock</groupId>
82-
<artifactId>jmock</artifactId>
83-
<version>1.2.0</version>
84-
<scope>test</scope>
85-
</dependency>
86-
</dependencies>
87-
88-
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
<groupId>com.amazonaws</groupId>
4+
<artifactId>elasticache-java-cluster-client</artifactId>
5+
<version>1.1.1</version>
6+
<name>ElastiCacheJavaClusterClient</name>
7+
<description>Amazon ElastiCache Cluster Client is an enhanced Java library to connect to ElastiCache clusters. This client library has been built upon Spymemcached and is released under the Amazon Software License.</description>
8+
<url>https://aws.amazon.com/documentation/elasticache/</url>
9+
10+
<dependencies>
11+
<!-- Optional Dependencies at Runtime -->
12+
<dependency>
13+
<groupId>log4j</groupId>
14+
<artifactId>log4j</artifactId>
15+
<version>1.2.16</version>
16+
<optional>true</optional>
17+
</dependency>
18+
<dependency>
19+
<groupId>org.slf4j</groupId>
20+
<artifactId>slf4j-api</artifactId>
21+
<version>1.7.5</version>
22+
<optional>true</optional>
23+
</dependency>
24+
<dependency>
25+
<groupId>org.springframework</groupId>
26+
<artifactId>spring-beans</artifactId>
27+
<version>3.0.3.RELEASE</version>
28+
<optional>true</optional>
29+
</dependency>
30+
<dependency>
31+
<groupId>com.codahale.metrics</groupId>
32+
<artifactId>metrics-core</artifactId>
33+
<version>3.0.1</version>
34+
<optional>true</optional>
35+
</dependency>
36+
37+
<!-- Test Dependencies -->
38+
<dependency>
39+
<groupId>junit</groupId>
40+
<artifactId>junit</artifactId>
41+
<version>4.7</version>
42+
<scope>test</scope>
43+
</dependency>
44+
<dependency>
45+
<groupId>jmock</groupId>
46+
<artifactId>jmock</artifactId>
47+
<version>1.2.0</version>
48+
<scope>test</scope>
49+
</dependency>
50+
</dependencies>
51+
52+
<licenses>
53+
<license>
54+
<name>Amazon Software License</name>
55+
<url>http://aws.amazon.com/asl/</url>
56+
</license>
57+
</licenses>
58+
<scm>
59+
<connection>scm:git:[email protected]:amazonwebservices/aws-elasticache-cluster-client-memcached-for-java.git</connection>
60+
<url>https://github.com/amazonwebservices/aws-elasticache-cluster-client-memcached-for-java.git</url>
61+
</scm>
62+
<developers>
63+
<developer>
64+
<id>amazonwebservices</id>
65+
<organization>Amazon Web Services</organization>
66+
<organizationUrl>https://aws.amazon.com</organizationUrl>
67+
<roles>
68+
<role>developer</role>
69+
</roles>
70+
</developer>
71+
</developers>
72+
8973
</project>

0 commit comments

Comments
 (0)