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:43 UTC

[sling-org-apache-sling-fragment-activation] annotated tag org.apache.sling.fragment.activation-1.0.2 created (now e0f2dfb)

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

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


      at e0f2dfb  (tag)
 tagging a67fb9b3608a51f4b726f329b448b53fde68c560 (commit)
      by Carsten Ziegeler
      on Wed Feb 13 10:08:51 2013 +0000

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

This annotated tag includes the following new commits:

     new 86919e6  SLING-2109 - fragment bundle that causes javax.activation to be exported. Contributed by Stefan Seifert, thanks!
     new 66d0023  SLING-2187 - adding new module to contain our custom notice file; adding remote-resources plugin configuration to parent pom and removing all existing appended-resources NOTICE files
     new 03a0405  temporarily using snapshots during release vote
     new 8d4c309  using latest releases
     new 86b4d8b  Add version with qualifier indicating source of the system bundle export
     new 3d2b3a6  SLING-2480 : Add config for maven-sling-plugin to m2e configuration
     new 924e31a  adding missing scm elements
     new 68715ae  [maven-release-plugin] prepare release org.apache.sling.fragment.activation-1.0.0
     new f23b874  [maven-release-plugin] prepare for next development iteration
     new 42f4a15  Use latest parent pom everywhere
     new 5f05cf0  Use latest releases and update to new parent pom
     new c4477aa  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 b6de10f  [maven-release-plugin] prepare release org.apache.sling.fragment.activation-1.0.2
     new a67fb9b  [maven-release-plugin]  copy for tag org.apache.sling.fragment.activation-1.0.2

The 14 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-activation] 05/06: [maven-release-plugin] prepare release org.apache.sling.fragment.activation-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.activation-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-activation.git

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

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

diff --git a/pom.xml b/pom.xml
index f845b60..a4b77c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.fragment.activation</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2</version>
     <packaging>jar</packaging>
 
     <name>Apache Sling System Bundle Extension: Activation API</name>
@@ -41,9 +41,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-activation</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-activation</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/framework-extension-activation</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.fragment.activation-1.0.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.fragment.activation-1.0.2</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.fragment.activation-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-activation] 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.activation-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-activation.git

commit c4477aaf3d8fa07a3ac50458bd97b4412600026c
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-activation@1445527 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6e15fe7..f845b60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
     </scm>
 
     <properties>
-        <fragment.activation.version>0.0.0.fragment_activation</fragment.activation.version>
+        <fragment.activation.version>1.1.0</fragment.activation.version>
     </properties>
 
     <build>

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

[sling-org-apache-sling-fragment-activation] 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.activation-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-activation.git

commit 42f4a15a16300da06c65d4748420349b0ca6e24d
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-activation@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 4b0dcf8..0e691fd 100644
--- 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-activation] 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.activation-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-activation.git

commit 5f05cf0810774affc7432f284280da52a8bd5a7a
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-activation@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 0e691fd..6e15fe7 100644
--- 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-activation] 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.activation-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-activation.git

commit f23b874caa28754852303164ec0555ce77ff877d
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Thu Jun 21 15:09:47 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-activation@1352559 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f6e3565..4b0dcf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.fragment.activation</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Apache Sling System Bundle Extension: Activation API</name>
@@ -41,9 +41,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.fragment.activation-1.0.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.fragment.activation-1.0.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.fragment.activation-1.0.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-activation</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-activation</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/framework-extension-activation</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-activation] 06/06: [maven-release-plugin] copy for tag org.apache.sling.fragment.activation-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.activation-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-activation.git

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

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

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