Skip to content

Commit

Permalink
added sonatype as parent to be able to deploy independently
Browse files Browse the repository at this point in the history
  • Loading branch information
ipolevoy committed Apr 16, 2012
1 parent 92ba467 commit 8d31e63
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.javalite</groupId>
<artifactId>javalite-common</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JavaLite Common Classes</name>


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

<scm>
<connection>scm:svn:https://activejdbc.googlecode.com/svn/trunk/javalite-common/</connection>
Expand Down

0 comments on commit 8d31e63

Please sign in to comment.