File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
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/maven-v4_0_0.xsd" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<groupId >com.notnoop.apns</groupId >
5
4
<artifactId >apns</artifactId >
6
- <version >1.0.0.Beta1-SNAPSHOT </version >
5
+ <version >1.0.0.Beta1</version >
7
6
<packaging >jar</packaging >
8
7
<name >Java Apple Push Notification Service Library</name >
9
8
18
17
<connection >scm:git:git://github.com/java-apns/java-apns.git</connection >
19
18
<
developerConnection >scm:git:
[email protected] :java-apns/java-apns.git</
developerConnection >
20
19
<url >http://github.com/java-apns/java-apns</url >
21
- <tag >HEAD </tag >
20
+ <tag >apns-1.0.0.Beta1 </tag >
22
21
</scm >
23
22
24
23
<properties >
170
169
<!-- <stylesheet>fancy.xsl</stylesheet>-->
171
170
<!-- <stylesheet>summary.xsl</stylesheet>--><!--
172
171
<fileMappers>
173
- <fileMapper
174
- implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
172
+ <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
175
173
<targetExtension>.html</targetExtension>
176
174
</fileMapper>
177
175
</fileMappers>
You can’t perform that action at this time.
0 commit comments