Skip to content

Commit 2c9ecc3

Browse files
author
KenChoi1992
committed
[maven-release-plugin] prepare release jiguang-common-0.1.1
1 parent feb1818 commit 2c9ecc3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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>
@@ -88,7 +88,7 @@
8888

8989
<build>
9090
<plugins>
91-
91+
9292
<plugin>
9393
<artifactId>maven-compiler-plugin</artifactId>
9494
<version>3.5.1</version>
@@ -105,7 +105,7 @@
105105
</compilerArgs>
106106
</configuration>
107107
</plugin>
108-
108+
109109
<plugin>
110110
<groupId>com.github.github</groupId>
111111
<artifactId>site-maven-plugin</artifactId>
@@ -123,7 +123,7 @@
123123
</execution>
124124
</executions>
125125
</plugin>
126-
126+
127127
<plugin>
128128
<groupId>org.apache.maven.plugins</groupId>
129129
<artifactId>maven-surefire-plugin</artifactId>
@@ -143,13 +143,13 @@
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>
@@ -173,7 +173,7 @@
173173
<overview>resources/javadoc-overview.html</overview>
174174
</configuration>
175175
</plugin>
176-
176+
177177
</plugins>
178178
</reporting>
179179

0 commit comments

Comments
 (0)