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/11 21:27:29 UTC

[ws-parent] branch master updated (9236351 -> 667fc6a)

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.


    from 9236351  [maven-release-plugin] prepare for next development iteration
     new 46ed57f  Update scm location/plugins
     new 667fc6a  Add .gitignore

The 2 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:
 .gitignore |  2 ++
 pom.xml    | 27 ++++++++++++++++++++++-----
 2 files changed, 24 insertions(+), 5 deletions(-)
 create mode 100644 .gitignore


[ws-parent] 01/02: Update scm location/plugins

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 46ed57fbc5922616538d521eaf2326c60f9a444e
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Mon Nov 11 16:26:12 2019 -0500

    Update scm location/plugins
---
 pom.xml | 27 ++++++++++++++++++++++-----
 1 file changed, 22 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 03b9b31..80612a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>20</version>
+        <version>21</version>
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>
@@ -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:git:https://gitbox.apache.org/repos/asf/ws-parent.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/ws-parent.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=ws-parent.git;a=summary</url>
     </scm>
     <build>
         <pluginManagement>
@@ -63,7 +63,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.1.1</version>
                     <configuration>
                         <breakiterator>true</breakiterator>
                         <!-- The notimestamp, windowtitle and bottom parameters are chosen to minimize the number
@@ -88,6 +88,23 @@
                 <configuration>
                     <skipDeploy>true</skipDeploy>
                 </configuration>
+                <dependencies>
+                  <dependency>
+                    <groupId>org.apache.maven.wagon</groupId>
+                    <artifactId>wagon-scm</artifactId>
+                    <version>3.3.3</version>
+                  </dependency>
+                  <dependency>
+                    <groupId>org.apache.maven.scm</groupId>
+                    <artifactId>maven-scm-api</artifactId>
+                    <version>1.11.2</version>
+                  </dependency>
+                  <dependency>
+                    <groupId>org.apache.maven.scm</groupId>
+                    <artifactId>maven-scm-provider-svnexe</artifactId>
+                    <version>1.11.2</version>
+                  </dependency>
+                </dependencies>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>


[ws-parent] 02/02: Add .gitignore

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 667fc6aae5741614eabce4e4e0fd328d7d4cbc3a
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Mon Nov 11 16:27:09 2019 -0500

    Add .gitignore
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..54088d5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+target
+.DS_Store