|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 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 | + 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"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>com.contentstack.sdk</groupId> |
7 | 7 | <artifactId>cms</artifactId> |
|
30 | 30 |
|
31 | 31 | <issueManagement> |
32 | 32 | <system>GitHub Issues</system> |
33 | | - <url>http://github.com/contentstack/contentstack-management-java/issues</url> |
| 33 | + <url>https://github.com/contentstack/contentstack-management-java/issues</url> |
34 | 34 | </issueManagement> |
35 | 35 |
|
36 | 36 | <licenses> |
37 | 37 | <license> |
38 | 38 | <name>MIT</name> |
39 | | - <url>http://www.opensource.org/licenses/mit-license.php</url> |
| 39 | + <url>https://www.opensource.org/licenses/mit-license.php</url> |
40 | 40 | </license> |
41 | 41 | </licenses> |
42 | 42 |
|
43 | 43 | <organization> |
44 | 44 | <name>contentstack</name> |
45 | | - <url>http://contentstack.com</url> |
| 45 | + <url>https://contentstack.com</url> |
46 | 46 | </organization> |
47 | 47 |
|
48 | 48 | <developers> |
|
61 | 61 | </developers> |
62 | 62 |
|
63 | 63 | <distributionManagement> |
64 | | - <!-- <snapshotRepository> |
| 64 | + <snapshotRepository> |
65 | 65 | <id>ossrh</id> |
66 | 66 | <name>Apache Maven Packages Snapshot</name> |
67 | 67 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
68 | | - </snapshotRepository> --> |
69 | | - <snapshotRepository> |
| 68 | + </snapshotRepository> |
| 69 | + <!-- <snapshotRepository> |
70 | 70 | <id>github</id> |
71 | 71 | <name>GitHub Apache Maven Packages</name> |
72 | 72 | <url>https://maven.pkg.github.com/contentstack/contentstack-management-java</url> |
73 | | - </snapshotRepository> |
| 73 | + </snapshotRepository> --> |
74 | 74 | <repository> |
75 | 75 | <id>ossrh</id> |
76 | 76 | <name>Apache Maven Packages Release</name> |
77 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 77 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
78 | 78 | </repository> |
79 | 79 | </distributionManagement> |
80 | 80 |
|
|
171 | 171 | <version>1.1.1</version> |
172 | 172 | <scope>compile</scope> |
173 | 173 | </dependency> |
| 174 | + |
174 | 175 | </dependencies> |
175 | 176 |
|
176 | 177 |
|
|
246 | 247 | <version>${maven-site-plugin.version}</version> |
247 | 248 | </plugin> |
248 | 249 |
|
249 | | - <!-- <plugin>--> |
250 | | - <!-- <groupId>org.apache.maven.plugins</groupId>--> |
251 | | - <!-- <artifactId>maven-gpg-plugin</artifactId>--> |
252 | | - <!-- <version>${maven-gpg-plugin.version}</version>--> |
253 | | - <!-- <executions>--> |
254 | | - <!-- <execution>--> |
255 | | - <!-- <id>sign-artifacts</id>--> |
256 | | - <!-- <phase>verify</phase>--> |
257 | | - <!-- <goals>--> |
258 | | - <!-- <goal>sign</goal>--> |
259 | | - <!-- </goals>--> |
260 | | - <!-- </execution>--> |
261 | | - <!-- </executions>--> |
262 | | - <!-- </plugin>--> |
| 250 | + <plugin> |
| 251 | + <groupId>org.apache.maven.plugins</groupId> |
| 252 | + <artifactId>maven-gpg-plugin</artifactId> |
| 253 | + <version>${maven-gpg-plugin.version}</version> |
| 254 | + <executions> |
| 255 | + <execution> |
| 256 | + <id>sign-artifacts</id> |
| 257 | + <phase>verify</phase> |
| 258 | + <goals> |
| 259 | + <goal>sign</goal> |
| 260 | + </goals> |
| 261 | + </execution> |
| 262 | + </executions> |
| 263 | + </plugin> |
263 | 264 |
|
264 | 265 | <plugin> |
265 | 266 | <groupId>org.apache.maven.plugins</groupId> |
|
323 | 324 |
|
324 | 325 |
|
325 | 326 | <!-- mvn pdf:pdf --> |
326 | | - <!-- The Maven PDF Plugin allows you generate a PDF document of your documentation --> |
| 327 | + <!-- The Maven PDF Plugin allows you to generate a PDF document of your documentation --> |
327 | 328 | <plugin> |
328 | 329 | <groupId>org.apache.maven.plugins</groupId> |
329 | 330 | <artifactId>maven-pdf-plugin</artifactId> |
|
362 | 363 | </goals> |
363 | 364 | </pluginExecutionFilter> |
364 | 365 | <action> |
365 | | - <ignore /> |
| 366 | + <ignore/> |
366 | 367 | </action> |
367 | 368 | </pluginExecution> |
368 | 369 | </pluginExecutions> |
|
0 commit comments