File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11<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" >
22 <modelVersion >4.0.0</modelVersion >
33
4- <groupId >cn.jiguang.client.commom </groupId >
5- <artifactId >jiguang-client- common</artifactId >
6- <version >0.1.1-SNAPSHOT </version >
4+ <groupId >cn.jpush.api </groupId >
5+ <artifactId >jiguang-common</artifactId >
6+ <version >0.1.1</version >
77 <packaging >jar</packaging >
88 <url >https://github.com/jpush/jiguang-java-client-common</url >
99 <name >Jiguang Client Common Dependencies</name >
8888
8989 <build >
9090 <plugins >
91-
91+
9292 <plugin >
9393 <artifactId >maven-compiler-plugin</artifactId >
9494 <version >3.5.1</version >
105105 </compilerArgs >
106106 </configuration >
107107 </plugin >
108-
108+
109109 <plugin >
110110 <groupId >com.github.github</groupId >
111111 <artifactId >site-maven-plugin</artifactId >
123123 </execution >
124124 </executions >
125125 </plugin >
126-
126+
127127 <plugin >
128128 <groupId >org.apache.maven.plugins</groupId >
129129 <artifactId >maven-surefire-plugin</artifactId >
143143 </dependency >
144144 </dependencies >
145145 </plugin >
146-
146+
147147 </plugins >
148148 </build >
149149
150150 <reporting >
151151 <plugins >
152-
152+
153153 <plugin >
154154 <groupId >org.apache.maven.plugins</groupId >
155155 <artifactId >maven-project-info-reports-plugin</artifactId >
173173 <overview >resources/javadoc-overview.html</overview >
174174 </configuration >
175175 </plugin >
176-
176+
177177 </plugins >
178178 </reporting >
179179
You can’t perform that action at this time.
0 commit comments