diff options
author | Alexander Kurtakov | 2014-07-31 08:13:44 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2014-07-31 09:45:55 +0000 |
commit | 7653d553f085a15d41397fa69fc61689445fa6a0 (patch) | |
tree | 4784b8025188842e91a2011db3d7d5e25d9e455c /pom.xml | |
parent | 81df5d57c8f5675b52c0702c1f3e684f754012b2 (diff) | |
download | org.eclipse.linuxtools-7653d553f085a15d41397fa69fc61689445fa6a0.tar.gz org.eclipse.linuxtools-7653d553f085a15d41397fa69fc61689445fa6a0.tar.xz org.eclipse.linuxtools-7653d553f085a15d41397fa69fc61689445fa6a0.zip |
Update build plugins.
CBI plugins 1.1.1 require Maven 3.1.1 so set that too.
Change-Id: Ie1b40c8ac9c1182706c0cbf6647d5ab881aa68d5
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Reviewed-on: https://git.eclipse.org/r/30778
Tested-by: Hudson CI
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -17,7 +17,7 @@ <modelVersion>4.0.0</modelVersion> <prerequisites> - <maven>3.0.5</maven> + <maven>3.1.1</maven> </prerequisites> <groupId>org.eclipse.linuxtools</groupId> <artifactId>linuxtools-parent</artifactId> @@ -133,7 +133,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>sonar-maven-plugin</artifactId> - <version>2.3.1</version> + <version>2.4</version> </plugin> <plugin> <groupId>org.eclipse.tycho.extras</groupId> @@ -257,7 +257,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.7.0.201403182114</version> + <version>0.7.1.201405082137</version> <executions> <execution> <id>pre-test</id> @@ -335,7 +335,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.3</version> + <version>3.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |