You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2019/11/07 23:44:06 UTC

[ws-parent] branch master updated (720b794 -> 9236351)

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

dkulp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git.


 discard 720b794  [maven-release-plugin] prepare for next development iteration
    omit d30ce9f  [maven-release-plugin] prepare release ws-parent-3
    omit 8fb222a  Update plugin versions.
    omit 7cfab33  Update parent POM version.
    omit f1618f7  Update the Apache parent POM, maven-site-plugin and maven-fluido-skin.
    omit eb3da1b  [maven-release-plugin] prepare for next development iteration
    omit df12d3d  [maven-release-plugin] prepare release ws-parent-2
    omit cc61623  Fix an issue in the maven-javadoc-plugin configuration.
    omit 5b9eb14  [maven-release-plugin] prepare for next development iteration
    omit 83d2e3f  [maven-release-plugin] prepare release ws-parent-1
    omit ac48fc8  Update to latest Fluido skin release.
    omit 4652753  Roll back release while waiting for INFRA-9750.
    omit 3bb193a  [maven-release-plugin] prepare for next development iteration
    omit d27b646  [maven-release-plugin] prepare release ws-parent-1
    omit 541af5b  Update to latest fluido skin version.
    omit fb2c6ab  Update to latest versions.
    omit 3657de9  Configured defaults to be able to use maven-scm-publish-plugin to publish Maven sites.
    omit b310d9f  Initial version of a parent POM for WS projects (to get a consistent Web site layout).
     new 1cfef23  Initial version of a parent POM for WS projects (to get a consistent Web site layout).
     new a70b4b1  Configured defaults to be able to use maven-scm-publish-plugin to publish Maven sites.
     new 1e1cd63  Update to latest versions.
     new 8abb57d  Update to latest fluido skin version.
     new d744c3d  [maven-release-plugin] prepare release ws-parent-1
     new 57ce43f  [maven-release-plugin] prepare for next development iteration
     new 5b1828e  Roll back release while waiting for INFRA-9750.
     new 53d5252  Update to latest Fluido skin release.
     new b1b2693  [maven-release-plugin] prepare release ws-parent-1
     new 567ab03  [maven-release-plugin] prepare for next development iteration
     new 5fd6e33  Fix an issue in the maven-javadoc-plugin configuration.
     new 892493f  [maven-release-plugin] prepare release ws-parent-2
     new 6df344b  [maven-release-plugin] prepare for next development iteration
     new 0b9fa62  Update the Apache parent POM, maven-site-plugin and maven-fluido-skin.
     new 9ba8ca9  Update parent POM version.
     new cd8625e  Update plugin versions.
     new fa28d00  [maven-release-plugin] prepare release ws-parent-3
     new 9236351  [maven-release-plugin] prepare for next development iteration

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (720b794)
            \
             N -- N -- N   refs/heads/master (9236351)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[ws-parent] 17/18: [maven-release-plugin] prepare release ws-parent-3

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit fa28d0039fabd7ea0ec3e753ac67d7f6fe0c4e48
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Oct 23 14:21:39 2018 +0000

    [maven-release-plugin] prepare release ws-parent-3
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9cbc8a2..ab41d36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>
-    <version>3-SNAPSHOT</version>
+    <version>3</version>
     <packaging>pom</packaging>
     <name>Apache Web Services</name>
     <url>http://ws.apache.org/</url>
@@ -53,9 +53,9 @@
         </mailingList>
     </mailingLists>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/parent/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-3</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-3</developerConnection>
+        <url>http://svn.apache.org/viewvc/webservices/parent/tags/ws-parent-3</url>
     </scm>
     <build>
         <pluginManagement>


[ws-parent] 14/18: Update the Apache parent POM, maven-site-plugin and maven-fluido-skin.

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit 0b9fa62e9c102d60aa7a99c72f5cf8bfbf5bb88b
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Jan 8 18:00:38 2017 +0000

    Update the Apache parent POM, maven-site-plugin and maven-fluido-skin.
---
 pom.xml           | 4 ++--
 src/site/site.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3d7ba34..d9629bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>17</version>
+        <version>18</version>
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>
@@ -84,7 +84,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>3.4</version>
+                <version>3.6</version>
                 <configuration>
                     <skipDeploy>true</skipDeploy>
                 </configuration>
diff --git a/src/site/site.xml b/src/site/site.xml
index def36b1..8644c07 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,7 +21,7 @@
     <skin>
         <groupId>org.apache.maven.skins</groupId>
         <artifactId>maven-fluido-skin</artifactId>
-        <version>1.4</version>
+        <version>1.6</version>
     </skin>
     <bannerRight>
         <src>http://ws.apache.org/images/project-logo.jpg</src>


[ws-parent] 07/18: Roll back release while waiting for INFRA-9750.

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit 5b1828e2eaa51d5ef1672dae107d1eb438162db6
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun May 31 21:58:20 2015 +0000

    Roll back release while waiting for INFRA-9750.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2cf2815..cf7aa75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Web Services</name>
     <url>http://ws.apache.org/</url>
@@ -70,7 +70,7 @@
                              of changes between releases (to avoid mass changes when committing the site for a new release) -->
                         <notimestamp>true</notimestamp>
                         <windowtitle>${project.name} API</windowtitle>
-                        <bottom>Copyright © {organizationName}. All Rights Reserved.</bottom>
+                        <bottom>Copyright &#169; {organizationName}. All Rights Reserved.</bottom>
                         <!-- doctitle only appears in the summary and we should include the version there -->
                         <doctitle>${project.name} ${project.version} API</doctitle>
                     </configuration>


[ws-parent] 03/18: Update to latest versions.

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit 1e1cd6369cb5101b93f5986156fdbceb9af2c878
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Wed Apr 29 14:50:14 2015 +0000

    Update to latest versions.
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index d8e6420..cf7aa75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>13</version>
+        <version>17</version>
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>
@@ -63,7 +63,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.9</version>
+                    <version>2.10.3</version>
                     <configuration>
                         <breakiterator>true</breakiterator>
                         <!-- The notimestamp, windowtitle and bottom parameters are chosen to minimize the number
@@ -81,7 +81,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>3.2</version>
+                <version>3.4</version>
                 <configuration>
                     <skipDeploy>true</skipDeploy>
                 </configuration>
@@ -89,7 +89,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-scm-publish-plugin</artifactId>
-                <version>1.0-beta-2</version>
+                <version>1.1</version>
             </plugin>
         </plugins>
     </build>


[ws-parent] 11/18: Fix an issue in the maven-javadoc-plugin configuration.

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit 5fd6e33fa7a7c2f8fa956bdbf4e34925cd70081b
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Nov 15 14:42:29 2015 +0000

    Fix an issue in the maven-javadoc-plugin configuration.
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2cf2815..7d29183 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,10 @@
                              of changes between releases (to avoid mass changes when committing the site for a new release) -->
                         <notimestamp>true</notimestamp>
                         <windowtitle>${project.name} API</windowtitle>
-                        <bottom>Copyright © {organizationName}. All Rights Reserved.</bottom>
+                        <!-- Use entity references here to avoid charset encoding issues (the string is passed as
+                             a command line argument to the javadoc util and it's tricky to get charset encoding
+                             right in this case). -->
+                        <bottom><![CDATA[Copyright &copy; {organizationName}. All Rights Reserved.]]></bottom>
                         <!-- doctitle only appears in the summary and we should include the version there -->
                         <doctitle>${project.name} ${project.version} API</doctitle>
                     </configuration>


[ws-parent] 05/18: [maven-release-plugin] prepare release ws-parent-1

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit d744c3d3f2fae11b241815bc164b6a76e9ad4b28
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun May 31 16:36:55 2015 +0000

    [maven-release-plugin] prepare release ws-parent-1
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index cf7aa75..82cf3cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
     <packaging>pom</packaging>
     <name>Apache Web Services</name>
     <url>http://ws.apache.org/</url>
@@ -53,9 +53,9 @@
         </mailingList>
     </mailingLists>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/parent/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-1</developerConnection>
+        <url>http://svn.apache.org/viewvc/webservices/parent/tags/ws-parent-1</url>
     </scm>
     <build>
         <pluginManagement>
@@ -70,7 +70,7 @@
                              of changes between releases (to avoid mass changes when committing the site for a new release) -->
                         <notimestamp>true</notimestamp>
                         <windowtitle>${project.name} API</windowtitle>
-                        <bottom>Copyright &#169; {organizationName}. All Rights Reserved.</bottom>
+                        <bottom>Copyright © {organizationName}. All Rights Reserved.</bottom>
                         <!-- doctitle only appears in the summary and we should include the version there -->
                         <doctitle>${project.name} ${project.version} API</doctitle>
                     </configuration>


[ws-parent] 06/18: [maven-release-plugin] prepare for next development iteration

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit 57ce43f13894ea23f6d8a732861d7c174be8679c
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun May 31 16:37:11 2015 +0000

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 82cf3cb..2cf2815 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Web Services</name>
     <url>http://ws.apache.org/</url>
@@ -53,9 +53,9 @@
         </mailingList>
     </mailingLists>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-1</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-1</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/parent/tags/ws-parent-1</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/trunk</developerConnection>
+        <url>http://svn.apache.org/viewvc/webservices/parent/trunk</url>
     </scm>
     <build>
         <pluginManagement>


[ws-parent] 18/18: [maven-release-plugin] prepare for next development iteration

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit 9236351e2f986e48efa941a8a5faacec18411c11
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Oct 23 14:21:54 2018 +0000

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ab41d36..03b9b31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Web Services</name>
     <url>http://ws.apache.org/</url>
@@ -53,9 +53,9 @@
         </mailingList>
     </mailingLists>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-3</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-3</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/parent/tags/ws-parent-3</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/trunk</developerConnection>
+        <url>http://svn.apache.org/viewvc/webservices/parent/trunk</url>
     </scm>
     <build>
         <pluginManagement>


[ws-parent] 09/18: [maven-release-plugin] prepare release ws-parent-1

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit b1b26937355596bcac10b40c6cfad3c8a0794234
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Jun 2 19:26:09 2015 +0000

    [maven-release-plugin] prepare release ws-parent-1
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index cf7aa75..82cf3cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
     <packaging>pom</packaging>
     <name>Apache Web Services</name>
     <url>http://ws.apache.org/</url>
@@ -53,9 +53,9 @@
         </mailingList>
     </mailingLists>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/parent/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-1</developerConnection>
+        <url>http://svn.apache.org/viewvc/webservices/parent/tags/ws-parent-1</url>
     </scm>
     <build>
         <pluginManagement>
@@ -70,7 +70,7 @@
                              of changes between releases (to avoid mass changes when committing the site for a new release) -->
                         <notimestamp>true</notimestamp>
                         <windowtitle>${project.name} API</windowtitle>
-                        <bottom>Copyright &#169; {organizationName}. All Rights Reserved.</bottom>
+                        <bottom>Copyright © {organizationName}. All Rights Reserved.</bottom>
                         <!-- doctitle only appears in the summary and we should include the version there -->
                         <doctitle>${project.name} ${project.version} API</doctitle>
                     </configuration>


[ws-parent] 01/18: Initial version of a parent POM for WS projects (to get a consistent Web site layout).

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit 1cfef2332c27e6e48b7de6ecac912b3ab54930b1
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Apr 21 15:11:06 2013 +0000

    Initial version of a parent POM for WS projects (to get a consistent Web site layout).
---
 pom.xml           | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/site/site.xml | 45 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 105 insertions(+)

diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..f4d71bf
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>13</version>
+    </parent>
+    <groupId>org.apache.ws</groupId>
+    <artifactId>ws-parent</artifactId>
+    <version>1-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>Apache Web Services</name>
+    <url>http://ws.apache.org/</url>
+    <mailingLists>
+        <mailingList>
+            <name>Users</name>
+            <subscribe>users-subscribe@ws.apache.org</subscribe>
+            <unsubscribe>users-unsubscribe@ws.apache.org</unsubscribe>
+            <post>users@ws.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/ws-users/</archive>
+        </mailingList>
+        <mailingList>
+            <name>Developers</name>
+            <subscribe>dev-subscribe@ws.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@ws.apache.org</unsubscribe>
+            <post>dev@ws.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/ws-dev/</archive>
+        </mailingList>
+        <mailingList>
+            <name>Commits</name>
+            <subscribe>commits-subscribe@ws.apache.org</subscribe>
+            <unsubscribe>commits-unsubscribe@ws.apache.org</unsubscribe>
+            <archive>http://mail-archives.apache.org/mod_mbox/ws-commits/</archive>
+        </mailingList>
+    </mailingLists>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/trunk</developerConnection>
+        <url>http://svn.apache.org/viewvc/webservices/parent/trunk</url>
+    </scm>
+</project>  
\ No newline at end of file
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 0000000..fd272cf
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<project xmlns="http://maven.apache.org/DECORATION/1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">
+    <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.3.0</version>
+    </skin>
+    <bannerRight>
+        <src>http://ws.apache.org/images/project-logo.jpg</src>
+        <href>http://ws.apache.org/</href>
+    </bannerRight>
+    <publishDate format="yyyy-MM-dd" position="right" />
+    <version position="right" />
+    <body>
+        <!-- Breadcrumbs that every project will inherit -->
+        <breadcrumbs>
+            <item name="Apache" href="http://www.apache.org/"/>
+            <item name="Web Services" href="http://ws.apache.org/"/>
+        </breadcrumbs>
+        <menu name="Apache" inherit="bottom">
+            <item name="License" href="http://www.apache.org/licenses/LICENSE-2.0.html" />
+            <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html"/>
+            <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+            <item name="Security" href="http://www.apache.org/security/"/>
+        </menu>
+    </body>
+</project>


[ws-parent] 13/18: [maven-release-plugin] prepare for next development iteration

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit 6df344b6599bfaf1beecec251da722e77c6d99dc
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Nov 15 17:48:37 2015 +0000

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index e9b8326..3d7ba34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>
-    <version>2</version>
+    <version>3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Web Services</name>
     <url>http://ws.apache.org/</url>
@@ -53,9 +53,9 @@
         </mailingList>
     </mailingLists>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-2</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/parent/tags/ws-parent-2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/trunk</developerConnection>
+        <url>http://svn.apache.org/viewvc/webservices/parent/trunk</url>
     </scm>
     <build>
         <pluginManagement>


[ws-parent] 10/18: [maven-release-plugin] prepare for next development iteration

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit 567ab038b0bba40e9f62a32ebaacc539bb7f3a83
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Jun 2 19:26:27 2015 +0000

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 82cf3cb..2cf2815 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Web Services</name>
     <url>http://ws.apache.org/</url>
@@ -53,9 +53,9 @@
         </mailingList>
     </mailingLists>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-1</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-1</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/parent/tags/ws-parent-1</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/trunk</developerConnection>
+        <url>http://svn.apache.org/viewvc/webservices/parent/trunk</url>
     </scm>
     <build>
         <pluginManagement>


[ws-parent] 08/18: Update to latest Fluido skin release.

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit 53d5252c24bb8a8fbd8ded5bd6aecdaf26768bc9
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Jun 2 19:22:52 2015 +0000

    Update to latest Fluido skin release.
---
 src/site/site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index ca7433e..def36b1 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,7 +21,7 @@
     <skin>
         <groupId>org.apache.maven.skins</groupId>
         <artifactId>maven-fluido-skin</artifactId>
-        <version>1.3.1</version>
+        <version>1.4</version>
     </skin>
     <bannerRight>
         <src>http://ws.apache.org/images/project-logo.jpg</src>


[ws-parent] 12/18: [maven-release-plugin] prepare release ws-parent-2

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit 892493f61850ae8088482578aa042900b45925ad
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Nov 15 17:48:18 2015 +0000

    [maven-release-plugin] prepare release ws-parent-2
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7d29183..e9b8326 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>2</version>
     <packaging>pom</packaging>
     <name>Apache Web Services</name>
     <url>http://ws.apache.org/</url>
@@ -53,9 +53,9 @@
         </mailingList>
     </mailingLists>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/parent/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/tags/ws-parent-2</developerConnection>
+        <url>http://svn.apache.org/viewvc/webservices/parent/tags/ws-parent-2</url>
     </scm>
     <build>
         <pluginManagement>


[ws-parent] 04/18: Update to latest fluido skin version.

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit 8abb57d3c78cc3ffd3d3973c41dbfe6277514546
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Wed Apr 29 16:15:38 2015 +0000

    Update to latest fluido skin version.
---
 src/site/site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index fd272cf..ca7433e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,7 +21,7 @@
     <skin>
         <groupId>org.apache.maven.skins</groupId>
         <artifactId>maven-fluido-skin</artifactId>
-        <version>1.3.0</version>
+        <version>1.3.1</version>
     </skin>
     <bannerRight>
         <src>http://ws.apache.org/images/project-logo.jpg</src>


[ws-parent] 15/18: Update parent POM version.

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit 9ba8ca9e413e3849231ee2ae7b72d72908d8bf94
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Aug 6 22:00:46 2018 +0000

    Update parent POM version.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d9629bf..98e8d5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>18</version>
+        <version>20</version>
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>


[ws-parent] 02/18: Configured defaults to be able to use maven-scm-publish-plugin to publish Maven sites.

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit a70b4b1502fcdccd95e50553f6a663cbbde5cd6c
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Apr 22 18:14:06 2013 +0000

    Configured defaults to be able to use maven-scm-publish-plugin to publish Maven sites.
---
 pom.xml | 38 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f4d71bf..d8e6420 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,4 +57,40 @@
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/parent/trunk</developerConnection>
         <url>http://svn.apache.org/viewvc/webservices/parent/trunk</url>
     </scm>
-</project>  
\ No newline at end of file
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <version>2.9</version>
+                    <configuration>
+                        <breakiterator>true</breakiterator>
+                        <!-- The notimestamp, windowtitle and bottom parameters are chosen to minimize the number
+                             of changes between releases (to avoid mass changes when committing the site for a new release) -->
+                        <notimestamp>true</notimestamp>
+                        <windowtitle>${project.name} API</windowtitle>
+                        <bottom>Copyright &#169; {organizationName}. All Rights Reserved.</bottom>
+                        <!-- doctitle only appears in the summary and we should include the version there -->
+                        <doctitle>${project.name} ${project.version} API</doctitle>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>3.2</version>
+                <configuration>
+                    <skipDeploy>true</skipDeploy>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-scm-publish-plugin</artifactId>
+                <version>1.0-beta-2</version>
+            </plugin>
+        </plugins>
+    </build>
+</project>


[ws-parent] 16/18: Update plugin versions.

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-parent.git

commit cd8625ea4eb95dd68c3e9219375e5672ea329ecd
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Wed Oct 17 20:49:39 2018 +0000

    Update plugin versions.
---
 pom.xml           | 6 +++---
 src/site/site.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 98e8d5b..9cbc8a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.10.3</version>
+                    <version>3.0.1</version>
                     <configuration>
                         <breakiterator>true</breakiterator>
                         <!-- The notimestamp, windowtitle and bottom parameters are chosen to minimize the number
@@ -84,7 +84,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>3.6</version>
+                <version>3.7.1</version>
                 <configuration>
                     <skipDeploy>true</skipDeploy>
                 </configuration>
@@ -92,7 +92,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-scm-publish-plugin</artifactId>
-                <version>1.1</version>
+                <version>3.0.0</version>
             </plugin>
         </plugins>
     </build>
diff --git a/src/site/site.xml b/src/site/site.xml
index 8644c07..a5ee1f5 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,7 +21,7 @@
     <skin>
         <groupId>org.apache.maven.skins</groupId>
         <artifactId>maven-fluido-skin</artifactId>
-        <version>1.6</version>
+        <version>1.7</version>
     </skin>
     <bannerRight>
         <src>http://ws.apache.org/images/project-logo.jpg</src>