Skip to content

Commit

Permalink
Fixes JCR version, parent version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
astubbs committed Apr 29, 2010
1 parent 9cf2d5f commit 2a0c1f5
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions projects/spring-modules-jcr/pom.xml
Expand Up @@ -4,30 +4,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springmodules</groupId>
<artifactId>spring-modules-jcr</artifactId>
<version>0.9</version>
<version>${parent.version}</version>
<packaging>jar</packaging>

<parent>
<groupId>org.springmodules</groupId>
<artifactId>spring-modules</artifactId>
<version>0.9</version>
<version>0.10-SNAPSHOT</version>
</parent>

<!-- Tests weren't being picked up for some reason -->
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<!-- defaults: -->
<include>**/Test*.java</include>
<include>**/*Test.java</include>
<include>**/*TestCase.java</include>
<!-- added: -->
<include>**/*Tests.java</include>
</includes>
<excludes>
<exclude>org/springmodules/jcr/jackrabbit/JackrabbitNamespaceHandlerTests.java</exclude>
<exclude>org/springmodules/jcr/config/JcrNamespaceHandlerTests.java</exclude>
Expand Down Expand Up @@ -108,5 +99,13 @@
<version>1.8.0.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit 2a0c1f5

Please sign in to comment.