You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2021/09/08 13:42:05 UTC

[aries-typedevent] branch main updated: Switch to the RC1 API jar from OSGi

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

timothyjward pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/aries-typedevent.git


The following commit(s) were added to refs/heads/main by this push:
     new 3c58a7f  Switch to the RC1 API jar from OSGi
3c58a7f is described below

commit 3c58a7f1e68d4dc41970c3349fba3e78504c2bb9
Author: Tim Ward <ti...@apache.org>
AuthorDate: Wed Sep 8 14:23:57 2021 +0100

    Switch to the RC1 API jar from OSGi
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 867fe63..c3fd86a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.typedevent</artifactId>
-                <version>1.0.0-SNAPSHOT</version>
+                <version>1.0.0-RC1</version>
                 <scope>compile</scope>
             </dependency>
             <dependency>