You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2021/04/23 16:34:06 UTC

[sling-org-apache-sling-bundleresource-impl] branch master updated: [maven-release-plugin] prepare release org.apache.sling.bundleresource.impl-2.3.4

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b7de642  [maven-release-plugin] prepare release org.apache.sling.bundleresource.impl-2.3.4
b7de642 is described below

commit b7de642c3668a9b8bdcab9f931fcde2b9c91a150
Author: Eric Norman <en...@apache.org>
AuthorDate: Fri Apr 23 09:33:55 2021 -0700

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

diff --git a/pom.xml b/pom.xml
index f8e4f8c..626941e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.bundleresource.impl</artifactId>
-    <version>2.3.3-SNAPSHOT</version>
+    <version>2.3.4</version>
 
     <name>Apache Sling Bundle Resource Provider</name>
     <description>
@@ -36,14 +36,14 @@
     </description>
 
     <properties>
-        <project.build.outputTimestamp>2020-10-15T22:24:47Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-04-23T16:33:46Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-bundleresource-impl.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-bundleresource-impl.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-bundleresource-impl.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.bundleresource.impl-2.3.4</tag>
     </scm>
 
     <build>