Skip to content

Commit 5677e9c

Browse files
committed
Fixing maven url
1 parent 7f23108 commit 5677e9c

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

pom.xml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.blibli.oss.qa.util</groupId>
66
<artifactId>cucumber-serenity-testlink-integration</artifactId>
7-
<version>4.0.0</version>
7+
<version>4.0.1</version>
88
<packaging>maven-plugin</packaging>
99
<name>cucumber-serenity-testlink-integration</name>
1010
<url>https://blibli.com</url>
@@ -21,32 +21,32 @@
2121
<schema.validator.version>1.3.0</schema.validator.version>
2222
<fasterxml.jackson.version>2.12.0</fasterxml.jackson.version>
2323
<testlink.java.api.version>1.9.20-0</testlink.java.api.version>
24+
<github.global.server>github</github.global.server>
2425
</properties>
2526

2627
<repositories>
2728
<repository>
2829
<snapshots>
2930
<enabled>false</enabled>
3031
</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>
3435
</repository>
3536
<repository>
37+
<id>github</id>
38+
<url>https://maven.pkg.github.com/bliblidotcom/cucumber-serenity-testlink-integration</url>
3639
<snapshots>
37-
<enabled>false</enabled>
40+
<enabled>true</enabled>
3841
</snapshots>
39-
<id>central</id>
40-
<name>bintray</name>
41-
<url>https://jcenter.bintray.com</url>
4242
</repository>
4343
</repositories>
4444

4545
<distributionManagement>
4646
<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>
5050
</repository>
5151
</distributionManagement>
5252

@@ -127,6 +127,13 @@
127127
</execution>
128128
</executions>
129129
</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>-->
130137
</plugins>
131138
</build>
132139

0 commit comments

Comments
 (0)