Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-09 08:00:53 +0000
committerAlexander Kurtakov2019-02-09 08:11:29 +0000
commitca4ed01350a020d34d9e9ab8dc293e0a0be5d8bb (patch)
treef830e5fb94081d311adfc7490d26bcbd04e97428
parentd94370218c546a800e402ab3a808a6306acca01e (diff)
downloadeclipse.platform.releng.aggregator-ca4ed01350a020d34d9e9ab8dc293e0a0be5d8bb.tar.gz
eclipse.platform.releng.aggregator-ca4ed01350a020d34d9e9ab8dc293e0a0be5d8bb.tar.xz
eclipse.platform.releng.aggregator-ca4ed01350a020d34d9e9ab8dc293e0a0be5d8bb.zip
Update Maven configuration.
* Assembly plugin 3.1.0 -> 3.1.1 * Jetty jspc plugin 9.4.0 - 9.4.14 Change-Id: I6172cdd57f8ab551338ac6c7818b96dcfa056d1c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--eclipse-platform-parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index ce476f1e6..ffd9ca8b6 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -555,7 +555,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -570,7 +570,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jspc-maven-plugin</artifactId>
- <version>9.4.0.v20161208</version>
+ <version>9.4.14.v20181114</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>

Back to the top