File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 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" >
32 <modelVersion >4.0.0</modelVersion >
43 <groupId >com.notnoop.apns</groupId >
54 <artifactId >apns</artifactId >
6- <version >1.0.0.Beta1-SNAPSHOT </version >
5+ <version >1.0.0.Beta1</version >
76 <packaging >jar</packaging >
87 <name >Java Apple Push Notification Service Library</name >
98
1817 <connection >scm:git:git://github.com/java-apns/java-apns.git</connection >
1918 <developerConnection >scm:git:git@github.com:java-apns/java-apns.git</developerConnection >
2019 <url >http://github.com/java-apns/java-apns</url >
21- <tag >HEAD </tag >
20+ <tag >apns-1.0.0.Beta1 </tag >
2221 </scm >
2322
2423 <properties >
170169 <!-- <stylesheet>fancy.xsl</stylesheet>-->
171170 <!-- <stylesheet>summary.xsl</stylesheet>--><!--
172171 <fileMappers>
173- <fileMapper
174- implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
172+ <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
175173 <targetExtension>.html</targetExtension>
176174 </fileMapper>
177175 </fileMappers>
You can’t perform that action at this time.
0 commit comments