|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<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"> |
3 | | - <parent> |
4 | | - <groupId>org.sonatype.oss</groupId> |
5 | | - <artifactId>oss-parent</artifactId> |
6 | | - <version>7</version> |
7 | | - </parent> |
8 | | - <scm> |
9 | | - <connection>scm:git:git@github.com:TooTallNate/Java-WebSocket.git</connection> |
10 | | - <developerConnection>scm:git:git@github.com:TooTallNate/Java-WebSocket.git</developerConnection> |
11 | | - <url>git@github.com:TooTallNate/Java-WebSocket.git</url> |
12 | | - </scm> |
| 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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | + |
13 | 6 | <modelVersion>4.0.0</modelVersion> |
14 | | - <groupId>org.java-websocket</groupId> |
| 7 | + <groupId>cn.leancloud.android</groupId> |
15 | 8 | <artifactId>Java-WebSocket</artifactId> |
16 | | - <version>1.3.1-SNAPSHOT</version> |
| 9 | + <version>1.3.1-leancloud</version> |
17 | 10 | <packaging>jar</packaging> |
18 | 11 | <name>Java WebSocket</name> |
19 | | - <url>http://java-websocket.org/</url> |
20 | | - <description>A barebones WebSocket client and server implementation written in 100% Java</description> |
| 12 | + <description>A barebones WebSocket client and server implementation written in 100% Java |
| 13 | + </description> |
21 | 14 | <properties> |
22 | 15 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
23 | 16 | <java.version>1.6</java.version> |
24 | | - <cucumber.version>1.0.0.RC24</cucumber.version> |
| 17 | + <cucumber.version>1.0.0.RC24</cucumber.version> |
25 | 18 | </properties> |
26 | 19 | <build> |
27 | 20 | <plugins> |
|
84 | 77 | <scope>test</scope> |
85 | 78 | </dependency> |
86 | 79 | </dependencies> |
87 | | - <developers> |
88 | | - <developer> |
89 | | - <id>TooTallNate</id> |
90 | | - <name>Nathan Rajlich</name> |
91 | | - <email>nathan@tootallnate.net</email> |
92 | | - <url>https://github.com/TooTallNate</url> |
93 | | - <roles> |
94 | | - <role>founder</role> |
95 | | - </roles> |
96 | | - </developer> |
97 | | - <developer> |
98 | | - <id>Davidiusdadi</id> |
99 | | - <name>David Rohmer</name> |
100 | | - <email>rohmer.david@gmail.com</email> |
101 | | - <url>https://github.com/Davidiusdadi</url> |
102 | | - <roles> |
103 | | - <role>maintainer</role> |
104 | | - </roles> |
105 | | - </developer> |
106 | | - </developers> |
107 | 80 | <licenses> |
108 | 81 | <license> |
109 | 82 | <name>MIT License</name> |
110 | | - <url>http://github.com/TooTallNate/Java-WebSocket/blob/master/LICENSE</url> |
111 | 83 | </license> |
112 | 84 | </licenses> |
113 | | - <profiles> |
114 | | - <profile> |
115 | | - <id>release-sign-artifacts</id> |
116 | | - <activation> |
117 | | - <property><name>performRelease</name><value>true</value></property> |
118 | | - </activation> |
119 | | - <build> |
120 | | - <plugins> |
121 | | - <plugin> |
122 | | - <groupId>org.apache.maven.plugins</groupId> |
123 | | - <artifactId>maven-gpg-plugin</artifactId> |
124 | | - <version>1.1</version> |
125 | | - <executions> |
126 | | - <execution> |
127 | | - <id>sign-artifacts</id> |
128 | | - <phase>verify</phase> |
129 | | - <goals> |
130 | | - <goal>sign</goal> |
131 | | - </goals> |
132 | | - </execution> |
133 | | - </executions> |
134 | | - <configuration> |
135 | | - <keyname>rohmer.david@gmail.com</keyname> |
136 | | - </configuration> |
137 | | - </plugin> |
138 | | - </plugins> |
139 | | - </build> |
140 | | - </profile> |
141 | | - </profiles> |
| 85 | + <profiles> |
| 86 | + <profile> |
| 87 | + <id>release-sign-artifacts</id> |
| 88 | + <activation> |
| 89 | + <property> |
| 90 | + <name>performRelease</name> |
| 91 | + <value>true</value> |
| 92 | + </property> |
| 93 | + </activation> |
| 94 | + <build> |
| 95 | + <plugins> |
| 96 | + <plugin> |
| 97 | + <groupId>org.apache.maven.plugins</groupId> |
| 98 | + <artifactId>maven-gpg-plugin</artifactId> |
| 99 | + <version>1.1</version> |
| 100 | + <executions> |
| 101 | + <execution> |
| 102 | + <id>sign-artifacts</id> |
| 103 | + <phase>verify</phase> |
| 104 | + <goals> |
| 105 | + <goal>sign</goal> |
| 106 | + </goals> |
| 107 | + </execution> |
| 108 | + </executions> |
| 109 | + <configuration> |
| 110 | + <keyname>rohmer.david@gmail.com</keyname> |
| 111 | + </configuration> |
| 112 | + </plugin> |
| 113 | + </plugins> |
| 114 | + </build> |
| 115 | + </profile> |
| 116 | + </profiles> |
| 117 | + <distributionManagement> |
| 118 | + <snapshotRepository> |
| 119 | + <id>snapshots</id> |
| 120 | + <url>http://mvn.leancloud.cn/nexus/content/repositories/snapshots/</url> |
| 121 | + </snapshotRepository> |
| 122 | + <repository> |
| 123 | + <id>releases</id> |
| 124 | + <url>http://mvn.leancloud.cn/nexus/content/repositories/releases/</url> |
| 125 | + </repository> |
| 126 | + </distributionManagement> |
142 | 127 | </project> |
0 commit comments