You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/11/10 11:35:26 UTC

[sling-org-apache-sling-adapter-annotations] branch master updated: [maven-release-plugin] prepare for next development iteration

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e85a45b  [maven-release-plugin] prepare for next development iteration
e85a45b is described below

commit e85a45b01cec2cf167da622b484e53abe3feeb37
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Nov 10 12:35:22 2020 +0100

    [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 5e360bc..a5fec5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     </parent>
 
     <artifactId>org.apache.sling.adapter.annotations</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
 
     <name>Apache Sling Adapter Annotations</name>
     <description>
@@ -31,7 +31,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-adapter-annotations.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-adapter-annotations.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-adapter-annotations.git</url>
-        <tag>org.apache.sling.adapter.annotations-1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <!-- compile with java 7 -->