This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event-api.git
The following commit(s) were added to refs/heads/master by this push:
new 5caf8be Rolling back second failed release and fixing javadoc failure
5caf8be is described below
commit 5caf8bef91ec162be0099f2911c34b6410af86c7
Author: Dan Klco <[email protected]>
AuthorDate: Wed May 3 14:54:06 2023 -0400
Rolling back second failed release and fixing javadoc failure
---
pom.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0b9bdf7..c78049b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>org.apache.sling.event.api</artifactId>
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<name>Apache Sling Event API</name>
<description>
@@ -61,6 +61,13 @@
<artifactId>org.osgi.annotation.versioning</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.event</artifactId>
+ <version>1.3.1</version>
+ <scope>provided</scope>
+ <optional>true</optional>
+ </dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>