You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:34:53 UTC

[sling-org-apache-sling-fragment-ws] annotated tag org.apache.sling.fragment.ws-1.0.2 created (now ee2db8a)

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

rombert pushed a change to annotated tag org.apache.sling.fragment.ws-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-ws.git.


      at ee2db8a  (tag)
 tagging 52067cdd3430d6c8d598d8becbc0230610068574 (commit)
      by Carsten Ziegeler
      on Wed Feb 13 10:10:22 2013 +0000

- Log -----------------------------------------------------------------
org.apache.sling.fragment.ws-1.0.2
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 14f994c  SLING-2103 Add new system bundle extension fragment exposing WS API
     new d5f5588  SLING-2103 .. and the README file ...
     new 4bf54e0  SLING-2480 : Add config for maven-sling-plugin to m2e configuration
     new 196c18f  SLING-2483 Use provide:=true instead of version macros to define the proper import version range. Also fix a small glitch in the parent pom relativePath of the framework-extension-ws bundle
     new 624cef2  adding missing scm elements
     new be9615c  [maven-release-plugin] prepare release org.apache.sling.fragment.ws-1.0.0
     new 4efcd13  [maven-release-plugin] prepare for next development iteration
     new 59b9a1b  Use latest parent pom everywhere
     new c300c22  Use latest releases and update to new parent pom
     new 9d64edd  SLING-2720 :  Update exported versions for extension fragments to match well-known JAX-WS, JAXB, StAX and JAF versions . Apply patch from Robert Munteanu
     new 9b71df1  [maven-release-plugin] prepare release org.apache.sling.fragment.ws-1.0.2
     new 52067cd  [maven-release-plugin]  copy for tag org.apache.sling.fragment.ws-1.0.2

The 12 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.


-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].

[sling-org-apache-sling-fragment-ws] 01/06: [maven-release-plugin] prepare for next development iteration

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

rombert pushed a commit to annotated tag org.apache.sling.fragment.ws-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-ws.git

commit 4efcd137c5e94fd47e8adbc2389f86103af80969
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Thu Jun 21 15:17:24 2012 +0000

    [maven-release-plugin] prepare for next development iteration
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-ws@1352568 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f26d888..69a0dcb 100755
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.fragment.ws</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Apache Sling System Bundle Extension: WS APIs</name>
@@ -43,9 +43,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.fragment.ws-1.0.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.fragment.ws-1.0.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.fragment.ws-1.0.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-ws</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-ws</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/framework-extension-ws</url>
     </scm>
 
     <properties>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-fragment-ws] 02/06: Use latest parent pom everywhere

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

rombert pushed a commit to annotated tag org.apache.sling.fragment.ws-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-ws.git

commit 59b9a1b5e2746e1385eca3fcdb473681a60856d0
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Aug 1 13:53:43 2012 +0000

    Use latest parent pom everywhere
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-ws@1367998 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 69a0dcb..a61c522 100755
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>12</version>
+        <version>13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-fragment-ws] 04/06: SLING-2720 : Update exported versions for extension fragments to match well-known JAX-WS, JAXB, StAX and JAF versions . Apply patch from Robert Munteanu

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

rombert pushed a commit to annotated tag org.apache.sling.fragment.ws-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-ws.git

commit 9d64edd65d05e5a60354f3b9f741e944d16fd4fe
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Feb 13 10:02:49 2013 +0000

    SLING-2720 :  Update exported versions for extension fragments to match well-known JAX-WS, JAXB, StAX and JAF versions . Apply patch from Robert Munteanu
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-ws@1445527 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index c5b6d4d..edf2db1 100755
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,7 @@
 
     <properties>
         <fragment.ws.version>0.0.0.fragment_ws</fragment.ws.version>
+        <jaxws.version>2.1.0</jaxws.version>        
     </properties>
     
     <build>
@@ -87,14 +88,14 @@
 							 javax.jws.soap;version="${fragment.ws.version}",
 							 javax.jws;version="${fragment.ws.version}",
 							 javax.xml.soap;uses:="javax.activation,javax.xml.namespace,org.w3c.dom,javax.xml.transform.dom,javax.xml.transform";version="${fragment.ws.version}",
-							 javax.xml.ws.handler.soap;uses:="javax.xml.ws.handler,javax.xml.namespace,javax.xml.soap,javax.xml.bind";version="${fragment.ws.version}",
-							 javax.xml.ws.handler;uses:="javax.xml.ws,javax.xml.namespace";version="${fragment.ws.version}",
-							 javax.xml.ws.http;uses:="javax.xml.ws";version="${fragment.ws.version}",
-							 javax.xml.ws.soap;uses:="javax.xml.ws.spi,javax.xml.ws,javax.xml.soap";version="${fragment.ws.version}",
-							 javax.xml.ws.spi.http;version="${fragment.ws.version}",
-							 javax.xml.ws.spi;uses:="javax.xml.ws,javax.xml.ws.wsaddressing,javax.xml.transform,org.w3c.dom,javax.xml.namespace,javax.xml.ws.handler,javax.xml.bind";version="${fragment.ws.version}",
-							 javax.xml.ws.wsaddressing;uses:="javax.xml.bind.annotation,javax.xml.namespace,org.w3c.dom,javax.xml.transform,javax.xml.bind,javax.xml.ws,javax.xml.ws.spi";version="${fragment.ws.version}",
-							 javax.xml.ws;uses:="javax.xml.ws.handler,javax.xml.ws.spi,javax.xml.ws.spi.http,javax.xml.transform,org.w3c.dom,javax.xml.bind.annotation,javax.xml.transform.stream,javax.xml.bind,javax.xml.namespace";version="${fragment.ws.version}"
+							 javax.xml.ws.handler.soap;uses:="javax.xml.ws.handler,javax.xml.namespace,javax.xml.soap,javax.xml.bind";version="${jaxws.version}",
+							 javax.xml.ws.handler;uses:="javax.xml.ws,javax.xml.namespace";version="${jaxws.version}",
+							 javax.xml.ws.http;uses:="javax.xml.ws";version="${jaxws.version}",
+							 javax.xml.ws.soap;uses:="javax.xml.ws.spi,javax.xml.ws,javax.xml.soap";version="${jaxws.version}",
+							 javax.xml.ws.spi.http;version="${jaxws.version}",
+							 javax.xml.ws.spi;uses:="javax.xml.ws,javax.xml.ws.wsaddressing,javax.xml.transform,org.w3c.dom,javax.xml.namespace,javax.xml.ws.handler,javax.xml.bind";version="${jaxws.version}",
+							 javax.xml.ws.wsaddressing;uses:="javax.xml.bind.annotation,javax.xml.namespace,org.w3c.dom,javax.xml.transform,javax.xml.bind,javax.xml.ws,javax.xml.ws.spi";version="${jaxws.version}",
+							 javax.xml.ws;uses:="javax.xml.ws.handler,javax.xml.ws.spi,javax.xml.ws.spi.http,javax.xml.transform,org.w3c.dom,javax.xml.bind.annotation,javax.xml.transform.stream,javax.xml.bind,javax.xml.namespace";version="${jaxws.version}"
                             </Export-Package>
                         </manifestEntries>
                     </archive>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-fragment-ws] 03/06: Use latest releases and update to new parent pom

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

rombert pushed a commit to annotated tag org.apache.sling.fragment.ws-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-ws.git

commit c300c22cedaa795e94f1cb485c721322f262187c
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Sun Dec 23 06:53:35 2012 +0000

    Use latest releases and update to new parent pom
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-ws@1425425 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a61c522..c5b6d4d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>13</version>
+        <version>14</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-fragment-ws] 05/06: [maven-release-plugin] prepare release org.apache.sling.fragment.ws-1.0.2

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

rombert pushed a commit to annotated tag org.apache.sling.fragment.ws-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-ws.git

commit 9b71df1c0262b82d7e59a7989505c82a473384cc
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Feb 13 10:10:10 2013 +0000

    [maven-release-plugin] prepare release org.apache.sling.fragment.ws-1.0.2
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-ws@1445534 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index edf2db1..6a459f8 100755
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.fragment.ws</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2</version>
     <packaging>jar</packaging>
 
     <name>Apache Sling System Bundle Extension: WS APIs</name>
@@ -43,9 +43,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-ws</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-ws</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/framework-extension-ws</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.fragment.ws-1.0.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.fragment.ws-1.0.2</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.fragment.ws-1.0.2</url>
     </scm>
 
     <properties>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-fragment-ws] 06/06: [maven-release-plugin] copy for tag org.apache.sling.fragment.ws-1.0.2

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

rombert pushed a commit to annotated tag org.apache.sling.fragment.ws-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-ws.git

commit 52067cdd3430d6c8d598d8becbc0230610068574
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Feb 13 10:10:22 2013 +0000

    [maven-release-plugin]  copy for tag org.apache.sling.fragment.ws-1.0.2
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.fragment.ws-1.0.2@1445535 13f79535-47bb-0310-9956-ffa450edef68

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.