|
1 | 1 | <?xml version="1.0"?> |
2 | | -<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 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 5 | <modelVersion>4.0.0</modelVersion> |
4 | 6 | <groupId>com.googlecode.libphonenumber</groupId> |
5 | 7 | <artifactId>libphonenumber-parent</artifactId> |
|
14 | 16 | </parent> |
15 | 17 |
|
16 | 18 | <description> |
17 | | - Google's common Java library for parsing, formatting, storing and validating international phone numbers. |
| 19 | + Google's common Java library for parsing, formatting, storing and validating |
| 20 | + international phone numbers. |
18 | 21 | Optimized for running on smartphones. |
19 | 22 | </description> |
20 | 23 |
|
|
31 | 34 | </licenses> |
32 | 35 |
|
33 | 36 | <scm> |
34 | | - <connection>scm:git:https://github.com/google/libphonenumber.git</connection> |
35 | | - < developerConnection>scm:git: [email protected]:googlei18n/libphonenumber.git</ developerConnection> |
| 37 | + <connection>scm:git:https://github.com/google/libphonenumber.git |
| 38 | + </connection> |
| 39 | + < developerConnection>scm:git: [email protected]:googlei18n/libphonenumber.git |
| 40 | + </developerConnection> |
36 | 41 | <url>https://github.com/google/libphonenumber/</url> |
37 | 42 | <tag>v8.13.51</tag> |
38 | 43 | </scm> |
|
108 | 113 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
109 | 114 | <version>1.15</version> |
110 | 115 | </plugin> |
| 116 | + <plugin> |
| 117 | + <artifactId>maven-jar-plugin</artifactId> |
| 118 | + <version>3.3.0</version> |
| 119 | + </plugin> |
111 | 120 | </plugins> |
112 | 121 | </pluginManagement> |
113 | 122 | <plugins> |
|
162 | 171 | <version>3.11.0</version> |
163 | 172 | <configuration> |
164 | 173 | <source>1.7</source> |
165 | | - <target>1.7</target> |
166 | | - <encoding>UTF-8</encoding> |
| 174 | + <target>1.7</target> |
| 175 | + <encoding>UTF-8</encoding> |
167 | 176 | </configuration> |
168 | 177 | </plugin> |
169 | 178 | <plugin> |
170 | 179 | <groupId>org.sonatype.plugins</groupId> |
171 | 180 | <artifactId>nexus-staging-maven-plugin</artifactId> |
172 | | - <version>1.6.13</version> |
| 181 | + <version>1.6.13</version> |
173 | 182 | <extensions>true</extensions> |
174 | 183 | <configuration> |
175 | 184 | <serverId>sonatype-nexus-staging</serverId> |
176 | 185 | <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
177 | 186 | <stagingProfileId>23ed8fbc71e875</stagingProfileId> |
178 | | - <skipStagingRepositoryClose>true</skipStagingRepositoryClose> |
| 187 | + <skipStagingRepositoryClose>true</skipStagingRepositoryClose> |
179 | 188 | </configuration> |
180 | 189 | </plugin> |
181 | 190 | </plugins> |
|
0 commit comments