Skip to content

Commit

Permalink
Move distribution management to a more visible location in the pom.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jun 13, 2012
1 parent f8c09ad commit 539a96a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,17 @@
<developerConnection>scm:git:ssh://[email protected]/square/retrofit.git</developerConnection>
</scm>

<distributionManagement>
<repository>
<id>${retrofit.repo.id}</id>
<url>${retrofit.repo.url}</url>
</repository>
<snapshotRepository>
<id>${retrofit.snapshot.repo.id}</id>
<url>${retrofit.snapshot.repo.url}</url>
</snapshotRepository>
</distributionManagement>

<issueManagement>
<system>GitHub Issues</system>
<url>http://github.com/square/retrofit/issues</url>
Expand Down Expand Up @@ -173,15 +184,4 @@
</plugin>
</plugins>
</build>

<distributionManagement>
<repository>
<id>${retrofit.repo.id}</id>
<url>${retrofit.repo.url}</url>
</repository>
<snapshotRepository>
<id>${retrofit.snapshot.repo.id}</id>
<url>${retrofit.snapshot.repo.url}</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit 539a96a

Please sign in to comment.