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-adapter-annotations.git
The following commit(s) were added to refs/heads/master by this push:
new 12081cd [maven-release-plugin] prepare release
org.apache.sling.adapter.annotations-2.0.2
12081cd is described below
commit 12081cdfaada5c4b2a765d259db719e41cf11e81
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Nov 26 16:40:34 2025 +0100
[maven-release-plugin] prepare release
org.apache.sling.adapter.annotations-2.0.2
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8f7f714..01091d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
</parent>
<artifactId>org.apache.sling.adapter.annotations</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2</version>
<name>Apache Sling Adapter Annotations</name>
<description>OSGi DS 1.4 component property type annotations for Sling
adapters</description>
@@ -28,14 +28,14 @@
<scm>
<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>
- <tag>HEAD</tag>
+ <tag>org.apache.sling.adapter.annotations-2.0.2</tag>
<url>https://github.com/apache/sling-org-apache-sling-adapter-annotations.git</url>
</scm>
<!-- compile with java 8 -->
<properties>
<sling.java.version>8</sling.java.version>
-
<project.build.outputTimestamp>2025-02-26T00:00:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-11-26T15:40:12Z</project.build.outputTimestamp>
</properties>
<dependencies>