diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/it/it-parent/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/it/it-parent/pom.xml b/src/it/it-parent/pom.xml index 95590f0..9cbb2e2 100644 --- a/src/it/it-parent/pom.xml +++ b/src/it/it-parent/pom.xml @@ -27,7 +27,7 @@ under the License. <packaging>pom</packaging> <properties> - <mavenVersion>2.0.6</mavenVersion> + <mavenVersion>2.0.9</mavenVersion> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> @@ -70,6 +70,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> + <version>2.3.2</version> <configuration> <source>1.5</source> <target>1.5</target> |