You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2018/10/01 15:04:05 UTC

[karaf-site] branch trunk updated: [KARAF-5936] Upgrade to maven-scm-publish-plugin 3.0.0

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/karaf-site.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5578845  [KARAF-5936] Upgrade to maven-scm-publish-plugin 3.0.0
5578845 is described below

commit 5578845f07873d1e930ae207eececbbc186cbe83
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Oct 1 17:03:33 2018 +0200

    [KARAF-5936] Upgrade to maven-scm-publish-plugin 3.0.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 163f8df..9c7552f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,9 +42,9 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.mortbay.jetty</groupId>
+                <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
-                <version>8.1.4.v20120524</version>
+                <version>9.4.12.v20180830</version>
                 <configuration>
                     <!-- When editing the conf files, you can comment this line to run
                         mvn jetty:run
@@ -56,7 +56,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-scm-publish-plugin</artifactId>
-                <version>1.0-beta-2</version>
+                <version>3.0.0</version>
                 <configuration>
                     <checkinComment>[scm-publish] Updating main website contents</checkinComment>
                     <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/karaf/site/production</pubScmUrl>