You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2019/09/20 14:10:17 UTC

[aries-jax-rs-whiteboard] branch master updated (e24cbef -> c437a6a)

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

csierra pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git.


    from e24cbef  Update versions
     new 3577c3f  Use latest release for component DSL
     new c437a6a  Commit resolver output

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 jax-rs.itests/itest.bndrun | 8 ++++----
 pom.xml                    | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)


[aries-jax-rs-whiteboard] 02/02: Commit resolver output

Posted by cs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

csierra pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit c437a6ad4767d695fcd6cc0ec327a3681b95faa0
Author: Carlos Sierra <cs...@apache.org>
AuthorDate: Fri Sep 20 16:07:12 2019 +0200

    Commit resolver output
---
 jax-rs.itests/itest.bndrun | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/jax-rs.itests/itest.bndrun b/jax-rs.itests/itest.bndrun
index 5033d57..6e02a5f 100644
--- a/jax-rs.itests/itest.bndrun
+++ b/jax-rs.itests/itest.bndrun
@@ -45,9 +45,6 @@
 	org.osgi.service.http.port=*
 
 -runbundles: \
-	org.apache.aries.jax.rs.itests-fragment;version='[1.0.4,1.0.5)',\
-	org.apache.aries.jax.rs.itests;version='[1.0.5,1.0.6)',\
-	org.apache.aries.jax.rs.whiteboard;version='[1.0.5,1.0.6)',\
 	org.apache.felix.configadmin;version='[1.8.14,1.8.15)',\
 	org.apache.felix.http.servlet-api;version='[1.1.2,1.1.3)',\
 	org.apache.geronimo.specs.geronimo-annotation_1.3_spec;version='[1.1.0,1.1.1)',\
@@ -58,6 +55,9 @@
 	osgi.enroute.hamcrest.wrapper;version='[1.3.0,1.3.1)',\
 	osgi.enroute.junit.wrapper;version='[4.12.0,4.12.1)',\
 	org.apache.aries.spifly.dynamic.framework.extension;version='[1.2.1,1.2.2)',\
-	org.apache.felix.http.jetty;version='[4.0.8,4.0.9)'
+	org.apache.felix.http.jetty;version='[4.0.8,4.0.9)',\
+	org.apache.aries.jax.rs.itests;version='[1.0.6,1.0.7)',\
+	org.apache.aries.jax.rs.itests-fragment;version='[1.0.6,1.0.7)',\
+	org.apache.aries.jax.rs.whiteboard;version='[1.0.6,1.0.7)'
 
 -include: -personal.bnd


[aries-jax-rs-whiteboard] 01/02: Use latest release for component DSL

Posted by cs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

csierra pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit 3577c3fdd05756d2683546185c8223c9963ea747
Author: Carlos Sierra <cs...@apache.org>
AuthorDate: Fri Sep 20 16:06:49 2019 +0200

    Use latest release for component DSL
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3eab6d6..6ec51dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <cxf.version>3.2.5</cxf.version>
         <bnd.version>4.2.0</bnd.version>
-        <dsl.version>1.2.2-SNAPSHOT</dsl.version>
+        <dsl.version>1.2.2</dsl.version>
     </properties>
 
     <scm>