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 2018/09/25 09:39:19 UTC

[aries-jax-rs-whiteboard] branch master updated: Use latest released version

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


The following commit(s) were added to refs/heads/master by this push:
     new 7bd229e  Use latest released version
7bd229e is described below

commit 7bd229e8949095931f8ac7f2af6a8ca461893443
Author: Carlos Sierra <cs...@apache.org>
AuthorDate: Tue Sep 25 11:38:46 2018 +0200

    Use latest released version
---
 integrations/jackson/jackson-jaxrs/pom.xml | 2 +-
 integrations/shiro/shiro-authc/pom.xml     | 2 +-
 integrations/shiro/shiro-authz/pom.xml     | 2 +-
 jax-rs.whiteboard/pom.xml                  | 4 ++--
 pom.xml                                    | 1 +
 5 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/integrations/jackson/jackson-jaxrs/pom.xml b/integrations/jackson/jackson-jaxrs/pom.xml
index 9f3a14a..0b6e90a 100644
--- a/integrations/jackson/jackson-jaxrs/pom.xml
+++ b/integrations/jackson/jackson-jaxrs/pom.xml
@@ -48,7 +48,7 @@
 		<dependency>
 			<groupId>org.apache.aries.component-dsl</groupId>
 			<artifactId>org.apache.aries.component-dsl.component-dsl</artifactId>
-			<version>1.1.0</version>
+			<version>${dsl.version}</version>
 		</dependency>
 	</dependencies>
 
diff --git a/integrations/shiro/shiro-authc/pom.xml b/integrations/shiro/shiro-authc/pom.xml
index 6bb081c..ac89caa 100644
--- a/integrations/shiro/shiro-authc/pom.xml
+++ b/integrations/shiro/shiro-authc/pom.xml
@@ -36,7 +36,7 @@
 	    <dependency>
             <groupId>org.apache.aries.component-dsl</groupId>
             <artifactId>org.apache.aries.component-dsl.component-dsl</artifactId>
-            <version>1.2.1-SNAPSHOT</version>
+			<version>${dsl.version}</version>
             <scope>provided</scope>
         </dependency>
 	    <dependency>
diff --git a/integrations/shiro/shiro-authz/pom.xml b/integrations/shiro/shiro-authz/pom.xml
index 8ec97ab..dbf6480 100644
--- a/integrations/shiro/shiro-authz/pom.xml
+++ b/integrations/shiro/shiro-authz/pom.xml
@@ -36,7 +36,7 @@
 		<dependency>
             <groupId>org.apache.aries.component-dsl</groupId>
             <artifactId>org.apache.aries.component-dsl.component-dsl</artifactId>
-            <version>1.2.1-SNAPSHOT</version>
+			<version>${dsl.version}</version>
             <scope>provided</scope>
         </dependency>
 	    <dependency>
diff --git a/jax-rs.whiteboard/pom.xml b/jax-rs.whiteboard/pom.xml
index b627704..7cc3005 100644
--- a/jax-rs.whiteboard/pom.xml
+++ b/jax-rs.whiteboard/pom.xml
@@ -31,7 +31,7 @@
         <dependency>
             <groupId>org.apache.aries.component-dsl</groupId>
             <artifactId>org.apache.aries.component-dsl.component-dsl</artifactId>
-            <version>1.2.1-SNAPSHOT</version>
+			<version>${dsl.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -182,4 +182,4 @@
         </plugins>
     </reporting>
 
-</project>
+</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index c18123e..f273be4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <cxf.version>3.2.5</cxf.version>
         <bnd.version>4.0.0</bnd.version>
+        <dsl.version>1.2.1</dsl.version>
     </properties>
 
     <scm>