Skip to content

Commit

Permalink
Add the constantine maven repository. Not exactly sure if this is kos…
Browse files Browse the repository at this point in the history
…her or if I should have deployed constantine to the codehaus maven repository instead.

git-svn-id: http://svn.codehaus.org/jruby/trunk/jruby@7890 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
vp-of-awesome committed Oct 19, 2008
1 parent d19b777 commit c7ddad6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions maven/jruby/pom.xml
Expand Up @@ -87,6 +87,12 @@
<version>0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.kenai</groupId>
<artifactId>constantine</artifactId>
<version>0.2</version>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -67,6 +67,16 @@
</snapshots>
<url>http://repository.codehaus.org</url>
</repository>
<repository>
<id>constantine-kenai</id>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<url>http://kenai.com/svn/constantine~repo</url>
</repository>
</repositories>
<developers>
<developer>
Expand Down

0 comments on commit c7ddad6

Please sign in to comment.