Skip to content

Commit

Permalink
Add details to POM to enable Sonatype deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
grkvlt committed Apr 4, 2017
1 parent 0527f4e commit 2d61ac8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<description>
Brooklyn entities for a CoreOS etcd key-value store cluster.
</description>
<url>https://github.com/brooklyncentral/brooklyn-etcd</url>

<properties>
<brooklyn.version>0.11.0-SNAPSHOT</brooklyn.version> <!-- BROOKLYN_VERSION -->
Expand All @@ -54,6 +55,15 @@
</license>
</licenses>


<!-- For the full list of developers, see contributors to https://github.com/brooklyncentral/brooklyn-etcd -->
<developers>
<developer>
<name>Andrew Kennedy</name>
<organizationUrl>https://github.com/grkvlt</organizationUrl>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>org.apache.brooklyn</groupId>
Expand Down

0 comments on commit 2d61ac8

Please sign in to comment.