Skip to content

Commit

Permalink
clean up version and groupIds
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Sep 3, 2012
1 parent 0bf7b87 commit 438e76f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<url>git@github.com:jnr/jnr-enxio.git</url>
</scm>


<developers>
<developer>
<id>wmeissner</id>
Expand All @@ -49,19 +48,18 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>[4.5,5.0)</version>
<version>4.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jruby.extras</groupId>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-constants</artifactId>
<version>[0.8,1.0)</version>
<scope>compile</scope>
<version>0.8.3</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>[0.7.0,0.8.0)</version>
<version>0.7.6</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 438e76f

Please sign in to comment.