Skip to content

Commit

Permalink
Include Maven Central-Sync required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Feb 5, 2012
1 parent c8489b5 commit 41d4fe9
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 @@ -7,35 +7,31 @@
</parent>
<groupId>com.github.rtyley</groupId>
<artifactId>android-screenshot-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>paparazzo</module>
<module>celebrity</module>
</modules>
<version>1.1-SNAPSHOT</version>
<inceptionYear>2012</inceptionYear>

<name>Android Screenshot library - parent pom</name>

<issueManagement>
<url>https://github.com/rtyley/android-screenshot-lib/issues</url>
<system>GitHub Issues</system>
</issueManagement>

<description>
Parent pom for 'Android Screenshot library', a library intended to provide
on-demand screenshots during Android integration tests.
</description>
<url>https://github.com/rtyley/android-screenshot-lib</url>
<licenses>
<license>
<name>Apache V2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<url>https://github.com/rtyley/android-screenshot-lib</url>
<connection>scm:git:git://github.com/rtyley/android-screenshot-lib.git</connection>
<developerConnection>scm:git:[email protected]:rtyley/android-screenshot-lib.git</developerConnection>
</scm>

<developers>
<developer>
<email>[email protected]</email>
Expand All @@ -44,7 +40,11 @@
<id>rtyley</id>
</developer>
</developers>


<issueManagement>
<url>https://github.com/rtyley/android-screenshot-lib/issues</url>
<system>GitHub Issues</system>
</issueManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit 41d4fe9

Please sign in to comment.