summaryrefslogtreecommitdiff
path: root/src/it/it-parent/pom.xml
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-13 21:40:10 +0200
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-13 21:40:10 +0200
commit5f44ac3e543e24fd9efc5025830ebc671b85f8dc (patch)
tree077934bd1870a32c4a7835f4b4ecec371d1d89ed /src/it/it-parent/pom.xml
parent475b6a89e340cf2997ce1b5953939078e684e917 (diff)
downloadmaven-nar-plugin-5f44ac3e543e24fd9efc5025830ebc671b85f8dc.tar.gz
maven-nar-plugin-5f44ac3e543e24fd9efc5025830ebc671b85f8dc.tar.bz2
maven-nar-plugin-5f44ac3e543e24fd9efc5025830ebc671b85f8dc.tar.xz
maven-nar-plugin-5f44ac3e543e24fd9efc5025830ebc671b85f8dc.zip
Fixed NAR-59
Diffstat (limited to 'src/it/it-parent/pom.xml')
-rw-r--r--src/it/it-parent/pom.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/it/it-parent/pom.xml b/src/it/it-parent/pom.xml
index 44a0010..c6fe072 100644
--- a/src/it/it-parent/pom.xml
+++ b/src/it/it-parent/pom.xml
@@ -56,12 +56,25 @@ under the License.
</snapshots>
</pluginRepository>
</pluginRepositories>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.2</version>
+ <version>4.7</version>
<scope>test</scope>
</dependency>
</dependencies>