You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2021/08/30 16:40:03 UTC

[sling-org-apache-sling-fsresource] branch master updated (a61665e -> 8b166e3)

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

sseifert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git.


    from a61665e  Revert "[maven-release-plugin] prepare release org.apache.sling.fsresource-2.2.0"
     new 4e1b58e  SLING-10750 update to bundle-parent 45
     new 8b166e3  [maven-release-plugin] prepare release org.apache.sling.fsresource-2.2.0

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:
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

[sling-org-apache-sling-fsresource] 02/02: [maven-release-plugin] prepare release org.apache.sling.fsresource-2.2.0

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git

commit 8b166e3fde25eabe46607a86acb691281c37f1e3
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Aug 30 18:39:58 2021 +0200

    [maven-release-plugin] prepare release org.apache.sling.fsresource-2.2.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b583c93..08debdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.fsresource</artifactId>
-    <version>2.1.17-SNAPSHOT</version>
+    <version>2.2.0</version>
 
     <name>Apache Sling File System Resource Provider</name>
     <description>
@@ -38,11 +38,11 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-fsresource.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.fsresource-2.2.0</tag>
     </scm>
 
     <properties>
-        <project.build.outputTimestamp>2021-08-24T00:00:00Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-08-30T16:39:30Z</project.build.outputTimestamp>
     </properties>
 
     <build>

[sling-org-apache-sling-fsresource] 01/02: SLING-10750 update to bundle-parent 45

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git

commit 4e1b58efc2de9a41d8b22cf1408936e303f1cc3f
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Aug 30 18:25:20 2021 +0200

    SLING-10750 update to bundle-parent 45
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 012b128..b583c93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>44</version>
+        <version>45</version>
         <relativePath />
     </parent>