|
4 | 4 |
|
5 | 5 | <groupId>com.blibli.oss.qa.util</groupId>
|
6 | 6 | <artifactId>cucumber-serenity-testlink-integration</artifactId>
|
7 |
| - <version>4.0.0</version> |
| 7 | + <version>4.0.1</version> |
8 | 8 | <packaging>maven-plugin</packaging>
|
9 | 9 | <name>cucumber-serenity-testlink-integration</name>
|
10 | 10 | <url>https://blibli.com</url>
|
|
21 | 21 | <schema.validator.version>1.3.0</schema.validator.version>
|
22 | 22 | <fasterxml.jackson.version>2.12.0</fasterxml.jackson.version>
|
23 | 23 | <testlink.java.api.version>1.9.20-0</testlink.java.api.version>
|
| 24 | + <github.global.server>github</github.global.server> |
24 | 25 | </properties>
|
25 | 26 |
|
26 | 27 | <repositories>
|
27 | 28 | <repository>
|
28 | 29 | <snapshots>
|
29 | 30 | <enabled>false</enabled>
|
30 | 31 | </snapshots>
|
31 |
| - <id>bintray-bliblidotcom-maven</id> |
32 |
| - <name>bintray</name> |
33 |
| - <url>https://dl.bintray.com/bliblidotcom/maven</url> |
| 32 | + <id>central</id> |
| 33 | + <name>maven</name> |
| 34 | + <url>https://repo1.maven.org/maven2/</url> |
34 | 35 | </repository>
|
35 | 36 | <repository>
|
| 37 | + <id>github</id> |
| 38 | + <url>https://maven.pkg.github.com/bliblidotcom/cucumber-serenity-testlink-integration</url> |
36 | 39 | <snapshots>
|
37 |
| - <enabled>false</enabled> |
| 40 | + <enabled>true</enabled> |
38 | 41 | </snapshots>
|
39 |
| - <id>central</id> |
40 |
| - <name>bintray</name> |
41 |
| - <url>https://jcenter.bintray.com</url> |
42 | 42 | </repository>
|
43 | 43 | </repositories>
|
44 | 44 |
|
45 | 45 | <distributionManagement>
|
46 | 46 | <repository>
|
47 |
| - <id>bintray-bliblidotcom-maven</id> |
48 |
| - <name>bliblidotcom-maven</name> |
49 |
| - <url>https://api.bintray.com/maven/bliblidotcom/maven/common-plugin/;publish=1</url> |
| 47 | + <id>github</id> |
| 48 | + <name>bliblidotcom</name> |
| 49 | + <url>https://maven.pkg.github.com/bliblidotcom/cucumber-serenity-testlink-integration</url> |
50 | 50 | </repository>
|
51 | 51 | </distributionManagement>
|
52 | 52 |
|
|
127 | 127 | </execution>
|
128 | 128 | </executions>
|
129 | 129 | </plugin>
|
| 130 | +<!-- <plugin>--> |
| 131 | +<!-- <artifactId>maven-deploy-plugin</artifactId>--> |
| 132 | +<!-- <version>2.8.1</version>--> |
| 133 | +<!-- <configuration>--> |
| 134 | +<!-- <altDeploymentRepository>internal.repo::default::file://${project.build.directory}/mvn-repo</altDeploymentRepository>--> |
| 135 | +<!-- </configuration>--> |
| 136 | +<!-- </plugin>--> |
130 | 137 | </plugins>
|
131 | 138 | </build>
|
132 | 139 |
|
|
0 commit comments