Skip to content

Commit f1565ad

Browse files
committed
[minor] re-setup distributionManagement id and names
1 parent 91ce7b2 commit f1565ad

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>com.googlecode</groupId>
@@ -33,8 +34,9 @@
3334

3435
<distributionManagement>
3536
<repository>
36-
<id>bintray</id>
37-
<url>https://api.bintray.com/maven/${bintray.repo}/${bintray.package}</url>
37+
<id>bintray-qwazer-maven</id>
38+
<name>qwazer-maven</name>
39+
<url>https://api.bintray.com/maven/${bintray.repo}/${bintray.package}/;publish=1</url>
3840
</repository>
3941
</distributionManagement>
4042

0 commit comments

Comments
 (0)