Skip to content

Commit

Permalink
For #7 - Try placing all sub-modules in the parent package at bintray.
Browse files Browse the repository at this point in the history
And yes, unfortunately, this is turning into a cluster-!!!!!
  • Loading branch information
danfickle committed Mar 28, 2016
1 parent d1e475d commit f5b39a5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openhtmltopdf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<distributionManagement>
<repository>
<id>bintray</id>
<url>https://api.bintray.com/maven/danfickle/maven/com.openhtmltopdf:openhtmltopdf-core</url>
<url>https://api.bintray.com/maven/danfickle/maven/com.openhtmltopdf:openhtmltopdf-parent</url>
</repository>
</distributionManagement>

Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-jsoup-dom-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<distributionManagement>
<repository>
<id>bintray</id>
<url>https://api.bintray.com/maven/danfickle/maven/com.openhtmltopdf:openhtmltopdf-jsoup-dom-converter</url>
<url>https://api.bintray.com/maven/danfickle/maven/com.openhtmltopdf:openhtmltopdf-parent</url>
</repository>
</distributionManagement>

Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<distributionManagement>
<repository>
<id>bintray</id>
<url>https://api.bintray.com/maven/danfickle/maven/com.openhtmltopdf:openhtmltopdf-log4j</url>
<url>https://api.bintray.com/maven/danfickle/maven/com.openhtmltopdf:openhtmltopdf-parent</url>
</repository>
</distributionManagement>

Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-pdfbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<distributionManagement>
<repository>
<id>bintray</id>
<url>https://api.bintray.com/maven/danfickle/maven/com.openhtmltopdf:openhtmltopdf-pdfbox</url>
<url>https://api.bintray.com/maven/danfickle/maven/com.openhtmltopdf:openhtmltopdf-parent</url>
</repository>
</distributionManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-rtl-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<distributionManagement>
<repository>
<id>bintray</id>
<url>https://api.bintray.com/maven/danfickle/maven/com.openhtmltopdf:openhtmltopdf-rtl-support</url>
<url>https://api.bintray.com/maven/danfickle/maven/com.openhtmltopdf:openhtmltopdf-parent</url>
</repository>
</distributionManagement>

Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<distributionManagement>
<repository>
<id>bintray</id>
<url>https://api.bintray.com/maven/danfickle/maven/com.openhtmltopdf:openhtmltopdf-slf4j</url>
<url>https://api.bintray.com/maven/danfickle/maven/com.openhtmltopdf:openhtmltopdf-parent</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit f5b39a5

Please sign in to comment.