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 17:59:52 UTC

[sling-org-apache-sling-adapter-annotations] branch master updated: [maven-release-plugin] prepare release org.apache.sling.adapter.annotations-2.0.0

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 bc89992  [maven-release-plugin] prepare release org.apache.sling.adapter.annotations-2.0.0
bc89992 is described below

commit bc89992d5f2cb39b1fb0d097db0855de60ab3a26
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Nov 10 18:59:48 2020 +0100

    [maven-release-plugin] prepare release org.apache.sling.adapter.annotations-2.0.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a5fec5f..4ed4d50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     </parent>
 
     <artifactId>org.apache.sling.adapter.annotations</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>2.0.0</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>HEAD</tag>
+        <tag>org.apache.sling.adapter.annotations-2.0.0</tag>
     </scm>
 
     <!-- compile with java 7 -->