You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by mi...@apache.org on 2014/08/12 18:13:51 UTC

[2/2] git commit: CLEREZZA-939: Required scr update

CLEREZZA-939: Required scr update


Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/68a9b1ec
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/68a9b1ec
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/68a9b1ec

Branch: refs/heads/master
Commit: 68a9b1ec67bf4cdd294554f3bb4da22bdf5bc601
Parents: ba3004a
Author: Minto van der Sluis <mi...@apache.org>
Authored: Tue Aug 12 18:13:37 2014 +0200
Committer: Minto van der Sluis <mi...@apache.org>
Committed: Tue Aug 12 18:13:37 2014 +0200

----------------------------------------------------------------------
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/68a9b1ec/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 0a91257..e430003 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -87,7 +87,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-scr-plugin</artifactId>
-                    <version>1.7.4</version>
+                    <version>1.19.0</version>
                     <executions>
                         <execution>
                             <id>generate-scr-scrdescriptor</id>
@@ -239,7 +239,7 @@
                                             maven-scr-plugin
                                         </artifactId>
                                         <versionRange>
-                                            [1.7.0,)
+                                            [1.9.0,)
                                         </versionRange>
                                         <goals>
                                             <goal>scr</goal>
@@ -464,7 +464,7 @@
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.scr.annotations</artifactId>
-                <version>1.6.0</version>
+                <version>1.9.8</version>
             </dependency>
             <dependency>
                 <groupId>com.googlecode.json-simple</groupId>