Skip to content

Commit

Permalink
Adding the name, url, and scm/developerconnection to the pom.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromatron committed Jul 19, 2011
1 parent aad8d3d commit 04be1a8
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions udf/pom.xml
Expand Up @@ -5,6 +5,13 @@
<artifactId>pygmalion</artifactId>
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>Pygmalion</name>
<url>https://github.com/jeromatron/pygmalion/</url>
<scm>
<developerConnection>scm:git:git://github.com/jeromatron/pygmalion.git</developerConnection>
</scm>


<build>
<plugins>
<plugin>
Expand All @@ -26,11 +33,11 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>3.0</version>
<scope>test</scope>
</dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
Expand Down

0 comments on commit 04be1a8

Please sign in to comment.