You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by je...@apache.org on 2018/12/04 17:04:59 UTC

[sling-org-apache-sling-servlets-get] branch master updated (5319ae6 -> 13d67fa)

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

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


    from 5319ae6  SLING-8155 added flush to use of JsonGenerator
     add c8da428  [maven-release-plugin] prepare release org.apache.sling.servlets.get-2.1.40
     new 13d67fa  [maven-release-plugin] prepare for next development iteration

The 1 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[sling-org-apache-sling-servlets-get] 01/01: [maven-release-plugin] prepare for next development iteration

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

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

commit 13d67fa33aafeb75bece1305b0af9f1dec8fe9b9
Author: Jason E Bailey <je...@apache.org>
AuthorDate: Tue Dec 4 12:04:50 2018 -0500

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f5e0031..fe025d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.servlets.get</artifactId>
     <packaging>bundle</packaging>
-    <version>2.1.40</version>
+    <version>2.1.41-SNAPSHOT</version>
 
     <name>Apache Sling Default GET Servlets</name>
     <description>
@@ -41,7 +41,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-get.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-get.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-servlets-get.git</url>
-      <tag>org.apache.sling.servlets.get-2.1.40</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>