Added codefellow to the plugins embeddded repo and upgraded to 0.3

This commit is contained in:
Jonas Bonér 2010-07-02 15:41:04 +02:00
parent 62cf14dc07
commit b278f47703
8 changed files with 39 additions and 19 deletions

View file

@ -0,0 +1,29 @@
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>de.tuxed</groupId>
<artifactId>codefellow-plugin</artifactId>
<packaging>jar</packaging>
<version>0.3</version>
<dependencies>
<dependency>
<groupId>de.tuxed</groupId>
<artifactId>codefellow-core_2.8.0.RC5</artifactId>
<version>0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.7.7</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>ScalaToolsMaven2Repository</id>
<name>Scala-Tools Maven2 Repository</name>
<url>http://scala-tools.org/repo-releases/</url>
</repository>
</repositories>
</project>