Commit 2c9ecc3 KenChoi1992
committed
1 parent feb1818 commit 2c9ecc3 Copy full SHA for 2c9ecc3
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
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
2
<modelVersion >4.0.0</modelVersion >
3
3
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 >
7
7
<packaging >jar</packaging >
8
8
<url >https://github.com/jpush/jiguang-java-client-common</url >
9
9
<name >Jiguang Client Common Dependencies</name >
88
88
89
89
<build >
90
90
<plugins >
91
-
91
+
92
92
<plugin >
93
93
<artifactId >maven-compiler-plugin</artifactId >
94
94
<version >3.5.1</version >
105
105
</compilerArgs >
106
106
</configuration >
107
107
</plugin >
108
-
108
+
109
109
<plugin >
110
110
<groupId >com.github.github</groupId >
111
111
<artifactId >site-maven-plugin</artifactId >
123
123
</execution >
124
124
</executions >
125
125
</plugin >
126
-
126
+
127
127
<plugin >
128
128
<groupId >org.apache.maven.plugins</groupId >
129
129
<artifactId >maven-surefire-plugin</artifactId >
143
143
</dependency >
144
144
</dependencies >
145
145
</plugin >
146
-
146
+
147
147
</plugins >
148
148
</build >
149
149
150
150
<reporting >
151
151
<plugins >
152
-
152
+
153
153
<plugin >
154
154
<groupId >org.apache.maven.plugins</groupId >
155
155
<artifactId >maven-project-info-reports-plugin</artifactId >
173
173
<overview >resources/javadoc-overview.html</overview >
174
174
</configuration >
175
175
</plugin >
176
-
176
+
177
177
</plugins >
178
178
</reporting >
179
179
You can’t perform that action at this time.
0 commit comments