Skip to content

Commit

Permalink
Correct release of jmockit for testing
Browse files Browse the repository at this point in the history
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5818 9c30dcfa-912a-0410-8fc2-9e0234be79fd
  • Loading branch information
mdiggory committed Nov 10, 2010
1 parent 9b5b854 commit 7a1fe3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<exclude>**/Abstract*</exclude>
</excludes>
<!-- required when running JMockit under Java 1.5 -->
<argLine>-javaagent:"${settings.localRepository}"/org/dspace/dependencies/jmockit/dspace-jmockit/0.999.3/dspace-jmockit-0.999.3.jar</argLine>
<argLine>-javaagent:"${settings.localRepository}"/org/dspace/dependencies/jmockit/dspace-jmockit/0.999.4/dspace-jmockit-0.999.4.jar</argLine>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 7a1fe3b

Please sign in to comment.