Skip to content

Commit

Permalink
Define common dependency versions in parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Apr 29, 2011
1 parent 4cb1a2b commit 18c3787
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modularity-parent</artifactId>
<groupId>net.modularity</groupId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>net.fortuna.ical4j</groupId>
Expand Down Expand Up @@ -109,7 +109,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -119,7 +118,6 @@
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>0.5-groovy-1.7</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 18c3787

Please sign in to comment.