Skip to content

Commit

Permalink
prepare release for jackrabbit-jcr-server_1.4.1
Browse files Browse the repository at this point in the history
- set project version number
- include surefire plugin for the test cases


git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/1.4/jackrabbit-jcr-server@698839 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
anchela committed Sep 25, 2008
1 parent c16408f commit e45c813
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Expand Up @@ -32,6 +32,7 @@
<version>1.4</version>
</parent>
<artifactId>jackrabbit-jcr-server</artifactId>
<version>1.4.1</version>
<name>Jackrabbit JCR Server</name>
<description>WebDAV server implementations for JCR</description>

Expand All @@ -54,6 +55,18 @@
</includes>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*Test.java</include>
</includes>
<forkMode>once</forkMode>
<argLine>-Xmx128m -enableassertions</argLine>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
Expand Down

0 comments on commit e45c813

Please sign in to comment.