Skip to content

Commit

Permalink
added distribution management
Browse files Browse the repository at this point in the history
  • Loading branch information
landro committed Oct 29, 2013
1 parent cedd7aa commit 4592a8e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.testcl</groupId>
<artifactId>jtcl-irule</artifactId>
<packaging>jar</packaging>
<version>0.9-SNAPSHOT</version>
<version>0.9</version>
<url>http://testcl.com</url>
<name>jtcl-irule</name>
<description>An extension which adds proprietary iRule operators to JTcl</description>
Expand Down Expand Up @@ -44,7 +44,11 @@
<version>4.8.2</version>
</dependency>
</dependencies>
<build>
<finalName>jtcl-irule</finalName>
</build>
<distributionManagement>
<repository>
<id>bintray-landro-maven-TesTcl</id>
<name>landro-maven-TesTcl</name>
<url>https://api.bintray.com/maven/landro/maven/TesTcl</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 4592a8e

Please sign in to comment.