|
19 | 19 | version: $Id$ |
20 | 20 | --> |
21 | 21 | <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/maven-v4_0_0.xsd"> |
| 22 | + <modelVersion>4.0.0</modelVersion> |
22 | 23 |
|
23 | 24 | <parent> |
24 | 25 | <groupId>org.mybatis</groupId> |
25 | 26 | <artifactId>mybatis-parent</artifactId> |
26 | | - <version>15</version> |
| 27 | + <version>17-SNAPSHOT</version> |
27 | 28 | </parent> |
28 | 29 |
|
29 | | - <modelVersion>4.0.0</modelVersion> |
30 | 30 | <groupId>org.mybatis.caches</groupId> |
31 | 31 | <artifactId>mybatis-memcached</artifactId> |
| 32 | + <version>1.0.0-beta2-SNAPSHOT</version> |
32 | 33 | <packaging>jar</packaging> |
| 34 | + |
33 | 35 | <name>MyBatis Caches :: Memcached</name> |
34 | | - <version>1.0.0-beta2-SNAPSHOT</version> |
35 | 36 | <description>Memcached support for MyBatis Cache</description> |
36 | 37 | <url>http://www.mybatis.org/caches/memcached/</url> |
37 | 38 |
|
38 | 39 | <scm> |
39 | | - <url>scm:svn:http://mybatis.googlecode.com/svn/sub-projects/caches/trunk/memcached</url> |
40 | | - <connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/caches/trunk/memcached</connection> |
41 | | - <developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/caches/trunk/memcached</developerConnection> |
| 40 | + <url>http://github.com/mybatis/memcached-cache</url> |
| 41 | + <connection>scm:git:ssh://github.com/mybatis/memcached-cache.git</connection> |
| 42 | + < developerConnection>scm:git:git+ssh:// [email protected]/mybatis/memcached-cache.git</ developerConnection> |
| 43 | + <tag>HEAD</tag> |
42 | 44 | </scm> |
| 45 | + <issueManagement> |
| 46 | + <system>GitHub Issue Management</system> |
| 47 | + <url>https://github.com/mybatis/memcached-cache/issues</url> |
| 48 | + </issueManagement> |
| 49 | + <ciManagement> |
| 50 | + <system>Travis CI</system> |
| 51 | + <url>https://travis-ci.org/memcached-cache/guice</url> |
| 52 | + </ciManagement> |
43 | 53 | <distributionManagement> |
44 | | - <!-- Cannot define in parent ATM, see COMMONSSITE-26 --> |
45 | 54 | <site> |
46 | | - <id>mybatis.site</id> |
47 | | - <!-- |
48 | | - | make it overridible, FTP is terribly slow when launched from Maven Wagon |
49 | | - | an alternative strategy could be deploying the site locally |
50 | | - | |
51 | | - | -Dsite.deploymentUrl=file://... |
52 | | - | |
53 | | - | then async redeploying it via Filezilla/whatelese |
54 | | - --> |
55 | | - <url>${site.deploymentUrl}</url> |
| 55 | + <id>github</id> |
| 56 | + < url>gitsite: [email protected]/mybatis/memcached-cache.git</ url> |
56 | 57 | </site> |
57 | 58 | </distributionManagement> |
58 | 59 |
|
59 | 60 | <properties> |
60 | 61 | <findbugs.onlyAnalyze>org.mybatis.caches.memcached.*</findbugs.onlyAnalyze> |
61 | 62 | <gcu.product>Cache</gcu.product> |
62 | | - <!-- |
63 | | - | see distributionManagement.site.url |
64 | | - --> |
65 | | - <site.deploymentUrl>ftp://${mybatis.host}/caches/memcached/</site.deploymentUrl> |
66 | 63 | </properties> |
67 | 64 |
|
68 | 65 | <dependencies> |
|
0 commit comments