This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-observation-annotations.git
The following commit(s) were added to refs/heads/master by this push:
new 3d9f1ad [maven-release-plugin] prepare release
org.apache.sling.resource.observation.annotations-1.0.0
3d9f1ad is described below
commit 3d9f1ad5e38e647f64a32466e0e5c41f05d6b821
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri Mar 1 12:57:46 2024 +0100
[maven-release-plugin] prepare release
org.apache.sling.resource.observation.annotations-1.0.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index e1f7518..b160fb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
</parent>
<artifactId>org.apache.sling.resource.observation.annotations</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<name>Apache Sling Resource Observation Annotations</name>
<description>OSGi DS component property type annotations for Sling
resource change listeners</description>
@@ -28,13 +28,13 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-observation-annotations.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-observation-annotations.git</developerConnection>
- <tag>HEAD</tag>
+ <tag>org.apache.sling.resource.observation.annotations-1.0.0</tag>
<url>https://github.com/apache/sling-org-apache-sling-resource-observation-annotations</url>
</scm>
<properties>
<sling.java.version>8</sling.java.version>
-
<project.build.outputTimestamp>2021-06-07T21:11:58Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-03-01T11:57:37Z</project.build.outputTimestamp>
</properties>
<dependencies>