Skip to content

Commit

Permalink
Update distributionManagement for OSGI artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrant committed Nov 26, 2016
1 parent a0ba5f1 commit 1c5dd1d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion flying-saucer-pdf-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
<name>Flying Saucer PDF Rendering (OSGi bundle)</name>
<description>This artifacts rebundles the flying-saucer-pdf artifact to make it available in OSGi context.</description>

<distributionManagement>
<repository>
<id>bintray</id>
<url>https://api.bintray.com/maven/flyingsaucerproject/maven/org.xhtmlrenderer:flying-saucer-pdf</url>
</repository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>org.xhtmlrenderer</groupId>
Expand Down Expand Up @@ -50,4 +57,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 1c5dd1d

Please sign in to comment.