Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-08-15 08:42:36 +0000
committerAlexander Kurtakov2017-08-15 08:42:36 +0000
commita11f4e77fcad11f543c8e18cb99a424657618707 (patch)
treeebae4cc99df2ed31356ab85c01ebd5205af6f383
parenta1f3f20619acf2c21e352156715955b4f2e81afd (diff)
downloadorg.eclipse.ecf-a11f4e77fcad11f543c8e18cb99a424657618707.tar.gz
org.eclipse.ecf-a11f4e77fcad11f543c8e18cb99a424657618707.tar.xz
org.eclipse.ecf-a11f4e77fcad11f543c8e18cb99a424657618707.zip
Update maven plugins.
* CBI plugins to 1.1.4. * Build-helper plugin to 3.0. Change-Id: I946f06d8aa94d45907f71a4b86c857ca090bb4b3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--pom.xml2
-rw-r--r--releng/org.eclipse.ecf.releng.target/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6663e8d86..163381a1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
<properties>
<tycho-version>1.0.0</tycho-version>
- <cbi-version>1.1.3</cbi-version>
+ <cbi-version>1.1.4</cbi-version>
<target-platform>neon</target-platform>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.resources.sourceEncoding>ISO-8859-1</project.resources.sourceEncoding>
diff --git a/releng/org.eclipse.ecf.releng.target/pom.xml b/releng/org.eclipse.ecf.releng.target/pom.xml
index bca1f3c6e..edf908778 100644
--- a/releng/org.eclipse.ecf.releng.target/pom.xml
+++ b/releng/org.eclipse.ecf.releng.target/pom.xml
@@ -20,7 +20,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>1.10</version>
+ <version>3.0.0</version>
<executions>
<execution>
<id>attach-artifacts</id>

Back to the top