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 20:15:50 UTC

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

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 83d2e3fd905a80ab343346650335298f965383f3
Author: veithen <ve...@13f79535-47bb-0310-9956-ffa450edef68>
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>