Skip to content

Commit

Permalink
Trying to publish to OSS Sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Moore committed Aug 15, 2011
1 parent bbd4ca4 commit 1185e2f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
@@ -1,11 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>5</version>
</parent>

<groupId>com.pivotallabs</groupId>
<artifactId>RobolectricSample</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>apk</packaging>
<name>RobolectricSample app</name>
<description>Sample project demonstrating use of the Robolectric Android testing project.</description>
<url>https://github.com/pivotal/RobolectricSample</url>

<dependencies>
<dependency>
Expand Down

0 comments on commit 1185e2f

Please sign in to comment.