Skip to content

Commit

Permalink
Mavenization fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gslowikowski committed Feb 22, 2012
1 parent bf7bab4 commit 3cb6b59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions assembly-dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,10 @@ under the License.
<source>${project.build.directory}/manifest</source>
</file>
</files>

<dependencySets>
<dependencySet>
<outputDirectory>lib</outputDirectory>
</dependencySet>
</dependencySets>
</assembly>
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ under the License.
<parent>
<groupId>com.google.code.maven-play-plugin</groupId>
<artifactId>play-module-default-parent</artifactId>
<version>1.0.0-alpha5</version>
<version>1.0.0-alpha6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.google.code.maven-play-plugin.org.playframework.modules.morphia</groupId>
<groupId>com.github.greenlaw110.play-morphia</groupId>
<artifactId>play-morphia</artifactId>
<version>1.2.5-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down Expand Up @@ -105,7 +105,7 @@ under the License.
<configuration>
<links>
<link>http://download.oracle.com/javase/6/docs/api/</link>
<link>http://www.playframework.org/documentation/api/1.2/</link>
<link>http://www.playframework.org/documentation/api/${play.version}/</link>
<link>http://api.mongodb.org/java/2.6.5/</link>
<link>http://morphia.googlecode.com/svn/site/morphia/apidocs/</link>
</links>
Expand Down

0 comments on commit 3cb6b59

Please sign in to comment.