Repository: karaf
Updated Branches:
  refs/heads/karaf-2.3.x 27a147abe -> ba29f28ca


[KARAF-3158] Fix javax.annotation package version for jre 7


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

Branch: refs/heads/karaf-2.3.x
Commit: ba29f28ca5e03caa21a9f3a2d29ebacb9f3c541b
Parents: 27a147a
Author: Jean-Baptiste Onofré <[email protected]>
Authored: Mon Aug 11 13:42:47 2014 +0200
Committer: Jean-Baptiste Onofré <[email protected]>
Committed: Mon Aug 11 13:44:00 2014 +0200

----------------------------------------------------------------------
 .../apache-karaf/src/main/filtered-resources/etc/jre.properties  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/ba29f28c/assemblies/apache-karaf/src/main/filtered-resources/etc/jre.properties
----------------------------------------------------------------------
diff --git 
a/assemblies/apache-karaf/src/main/filtered-resources/etc/jre.properties 
b/assemblies/apache-karaf/src/main/filtered-resources/etc/jre.properties
index 3dad6f5..31ac1ae 100644
--- a/assemblies/apache-karaf/src/main/filtered-resources/etc/jre.properties
+++ b/assemblies/apache-karaf/src/main/filtered-resources/etc/jre.properties
@@ -190,8 +190,8 @@ jre-1.7= \
  javax.accessibility, \
  javax.activation;version="1.1", \
  javax.activity, \
- javax.annotation;version="1.2", \
- javax.annotation.processing;version="1.2", \
+ javax.annotation;version="1.1", \
+ javax.annotation.processing;version="1.1", \
  javax.crypto, \
  javax.crypto.interfaces, \
  javax.crypto.spec, \

Reply via email to