|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>com.contentstack.sdk</groupId> |
7 | 7 | <artifactId>java</artifactId> |
8 | | - <version>1.12.2</version> |
| 8 | + <version>1.12.2-SNAPSHOT</version> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 | <name>contentstack-java</name> |
11 | 11 | <description>Java SDK for Contentstack Content Delivery API</description> |
|
86 | 86 | </developers> |
87 | 87 |
|
88 | 88 | <distributionManagement> |
| 89 | + <!-- <snapshotRepository>--> |
| 90 | + <!-- <id>ossrh</id>--> |
| 91 | + <!-- <url>https://oss.sonatype.org/content/repositories/snapshots</url>--> |
| 92 | + <!-- </snapshotRepository>--> |
89 | 93 | <snapshotRepository> |
90 | | - <id>ossrh</id> |
91 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 94 | + <id>github</id> |
| 95 | + <url>https://maven.pkg.github.com/contentstack/contentstack-java</url> |
92 | 96 | </snapshotRepository> |
93 | 97 | <repository> |
94 | 98 | <id>ossrh</id> |
|
267 | 271 | <artifactId>maven-enforcer-plugin</artifactId> |
268 | 272 | <version>3.0.0-M2</version> |
269 | 273 | </plugin> |
270 | | -<!-- <plugin>--> |
271 | | -<!-- <groupId>org.apache.maven.plugins</groupId>--> |
272 | | -<!-- <artifactId>maven-gpg-plugin</artifactId>--> |
273 | | -<!-- <version>1.6</version>--> |
274 | | -<!-- <executions>--> |
275 | | -<!-- <execution>--> |
276 | | -<!-- <id>sign-artifacts</id>--> |
277 | | -<!-- <phase>verify</phase>--> |
278 | | -<!-- <goals>--> |
279 | | -<!-- <goal>sign</goal>--> |
280 | | -<!-- </goals>--> |
281 | | -<!-- </execution>--> |
282 | | -<!-- </executions>--> |
283 | | -<!-- </plugin>--> |
| 274 | + <!-- <plugin>--> |
| 275 | + <!-- <groupId>org.apache.maven.plugins</groupId>--> |
| 276 | + <!-- <artifactId>maven-gpg-plugin</artifactId>--> |
| 277 | + <!-- <version>1.6</version>--> |
| 278 | + <!-- <executions>--> |
| 279 | + <!-- <execution>--> |
| 280 | + <!-- <id>sign-artifacts</id>--> |
| 281 | + <!-- <phase>verify</phase>--> |
| 282 | + <!-- <goals>--> |
| 283 | + <!-- <goal>sign</goal>--> |
| 284 | + <!-- </goals>--> |
| 285 | + <!-- </execution>--> |
| 286 | + <!-- </executions>--> |
| 287 | + <!-- </plugin>--> |
284 | 288 | <plugin> |
285 | 289 | <groupId>org.apache.maven.plugins</groupId> |
286 | 290 | <artifactId>maven-compiler-plugin</artifactId> |
|
0 commit comments